﻿#concat {
    background-image: url(/images/bg-pattern-dot.png);
    background-repeat: repeat;
    padding-bottom: 50px;
}
#contact-form {
    margin: 20px auto;
    border: 2px solid #999966;
    border-radius: 5px;
    width: 60%;
    padding: 50px 20px;
    background-color: white;
}
.form-control-sm {
    margin: 10px 0px;
}
#pcon {
    color: #666;
    font-size: 1.5vw;
}

.socialmedia {
    color: white;
    font-weight: bold;
    text-align: left;
}

#send {
    color: white;
    background-color: #ff9900;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}
@media (min-width:768px) and (max-width:992px){
    #contact-form {
        width: 75%;
    }
    #pcon {
        font-size: 3vw;
    }
} 
@media (min-width:575px) and (max-width:768px) {
    #contact-form {
        width: 85%;
    }
    #pcon {
        font-size: 3.8vw;
    }
}
@media (max-width:575px) {
    #contact-form {
        width: 100%;
    }
    #pcon {
        font-size: 4.5vw;
    }
}


