@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto_regular.eot');
    src: url('../fonts/roboto/roboto_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto_regular.woff') format('woff'),
         url('../fonts/roboto/roboto_regular.ttf') format('truetype'),
         url('../fonts/roboto/roboto_regular.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

::placeholder{
    color: #CDCED0;
}

#contact-title{
    text-align: center;
    color: white;
}

input, textarea{
    font-family: 'Roboto';
    font-size: 1.4rem;
}

#navcontact{
    position: relative;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 2.1rem;
    padding-top: 70px;
}

#navcontact>div:nth-of-type(1){
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 100rem;
}

#contact{
    padding-top: 40px;
    text-align: left;
    font-size: 1.6rem;
    font-family: 'Roboto';
}

#contact>p{
    text-align: center;
}

#form_left{
    float:left;
    width: 40%;
    margin-right:10%;
}

#form_left>div{
    margin-bottom: 20px;
}

#form_left>div>span{
    font-size: 1.4rem;
    display: block;
}

#form_right{
    width: 50%;
    float: right;
}

#msg_message{
    font-size: 1.4rem;
    display: block;
}

#msg_all{
    font-family: 'Roboto';
}

label{
    color: white;
}

.champ{
width: 100%;
text-align: left;
border-radius: 5px;
padding: 15px;
border: 1.5px solid #FFFFFF;
margin: 10px 0px 5px 0px;
}

.champ:focus{
    border: 1.5px solid #7654A2;
    outline: transparent;
}

#message{
    resize: none;
    font-family: 'Roboto';
    height: 25rem;
}

#button{
	text-align: right;
    clear:both;
    padding: 20px 0 20px 0;
}

#sendbutton{
    border-radius: 26px;   
    border: none;
    width: 150px;
    height: 52px;
    font-family: 'Roboto';
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 300;
    background-color: white;
}

#sendbutton:hover{
    background-color: #7654A2;
    color: #FFF;
}

@media only screen and (max-width:768px) {
    
#form_left{
    width: 100%;
    margin: 0px;
    }    

#form_right{
    width: 100%; 
}
    
.champ{
    width: 100%;
}
    
#message{
    height: 15rem;
}   
}