
/*
*{
    margin:0;
    padding:0;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #ffcb00;
}
*/

/*
position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -125px !important;
    margin-left: -100px !important;
    height: 250px !important;
    width: 200px !important;
*/

ul.form-style{
    background-color: #333333;
    border: 30px solid #333333;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

textarea:focus, input:focus{
    outline: none;
}
ul.form-style li {
    list-style: none;
}

h1.form-style {
    font-family: 'Inter';
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    width: 200px;
    text-align: center;
    margin: 30px 100px;
}
ul.form-style {
    display: inline-block;
}
#contact.form-style {
    
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    
}
.js #contact {
    position: absolute;
    top: 3em;
    display: none;
    left:0; right:0;
}

input.form-style {
    border: 0;
    margin: 1em 40px;
    width: 300px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #000;
}
textarea.form-style{
    border: 0;
    width: 300px;
    height: 100px;
    display: block;
    margin-left: 40px;
    background: none;
    padding: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}
#submit.form-style {
  border: 2px solid #E51433;
  border-radius: 30px;
  color: #fff;
  background-color: #E51433;
  margin-top: 20px;
}
#submit:hover {
    color: #fff;
}


/*
.btn.form-style:hover{
    background: #7a00ff;
    color: #fff; border:
    #7a00ff solid 2px;
}
.btn.form-style:active{
    background: #3333aa;
    color: #fff;
    border: #3333aa solid 2px;
}
*/

.closeCF {
    position: absolute;
    right: -40px;
    top: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.closeCF:hover {
    color: #E51433;
}

@media (max-width: 765px) {
    textarea{
        width: 250px;
    }
    input {
        width: 250px;
    }
}