/* body {font-family: 'Source Sans Pro', sans-serif; background: #ffde66;} */
*{margin:0;padding:0;}
textarea:focus, input:focus{outline: none;}

h1{font-weight: 800; text-transform: uppercase; color: black; font-size: 32px; width: 200px; text-align: center; margin: 30px 100px;}
ul {display: inline-block}

#contact {
    background: #fff;
    position: relative;
    width: 400px;
    margin: 10 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,.1)
}

.js #contact {
    position: absolute;
    top: 10em;
    display: none;
    right:0;
    left:40%;
}


.input1 {
    border: 0;
    margin: 1em 40px;
    width: 300px;
    padding: 10px;
    border-bottom: 2px solid #3333ff;
    background: none;
    font-family: 'Fontawesome', 'Source Sans Pro', sans-serif;
    display: block;
    color: #3333ff;
   
}

textarea{
    border: 0;
    width: 300px;
    height: 100px;
    display: block;
    margin-left: 40px;
    background: none;
    padding: 10px;
    font-family: 'Fontawesome', 'Source Sans Pro', sans-serif;
    border-bottom: 2px solid #3333ff;
    color: #3333ff;
}

#submit {
 margin-left:30%;
  border: 2px solid #3333ff;
  color: #3333ff;
}

li .sub1{
    padding-top:10%;
}

#submit:hover {color: #fff}

.btn1{
    background:rgb(255, 51, 0);
    border: 2px solid orange;
    box-shadow: 0 0 10px orange;
    margin: 7em auto;
    padding:10px;
    color:white;
    font-family: 'Open Sans';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: ease all .3s;
    display: block;
    margin-left:97%;
    
}

.btn1:hover{background: #3333ff; color: #fff; border: #3333ff solid 2px;}
.btn1:active{background: #3333aa; color: #fff; border: #3333aa solid 2px;}

.close {
    position: absolute;
    right: 20px;
    top: -10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 3em;
    color: #ee4444;
}

@media(max-width:768px)
{
    .btn1{
        background:rgb(255, 51, 0);
        border: 2px solid orange;
        box-shadow: 0 0 10px orange;
        margin: 15em auto;
        padding:10px;
        color:white;
        font-family: 'Open Sans';
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: ease all .3s;
        display: block;
        margin-left:88%;
        
    }
    .js #contact {
        position: absolute;
        top: 10em;
        display: none;
         right:0;
         left:0;
    }
   
    
#contact {
    background: #fff;
    position: relative;
    width: 350px;
    margin: 10 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,.1)
}
}



@media(max-width:768px){
    #contact{
        display: none;
      }
      .js #contact{
          display: none;
      }

      .close{
        display: none;
    }
    
    #submit {
        display: none;
    }
    textarea{
        display: none;
    }
    
.input1 {
        display: none;
    }

    .btn1{
        display: none;
    }
}
