
#head{
    background: url("../img/head-1.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.pic{
    text-align: center;
}
.pic img{
    margin-top: 4px;
    margin-bottom: 4px;
}
.text{
    font-size: 20px;
    margin-top: 8%;
}
.text p {
    text-align: center;
}
footer{
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
#footer_bg{
    background: #fafafa;
    background-image: url(../img/05.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 20px 0 10px
}
@media screen and (min-width:992px) {
    #head{
        height: 500px;
    }
    #head h1{
        margin-top: 220px;
        font-weight: bold;
        font-size: 75px;
    }
}
@media screen and (max-width: 992px) {

    #head{
        height: 250px;
    }
    #head h1{
        margin-top: 100px;
        font-weight: bold;
    }
}