h1{
    margin: 30px 0 20px 0;
    font-weight: bold;
}
h2{
    font-weight: 100;
    margin: 10px 10px 10px 10px;
    line-height: 1.4;
}
select{
    background-color: #e23b2a;
    padding: 20px 40px 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3em;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 15em;
    height: 40px;  
}
.content{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.info h1{
    margin-bottom: 10px;
}
.info p{
    display: inline-block;
    width: 80%;
    padding: 0;
    text-align: left;
}
button {
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 20px 15px 5px 0;
    padding: 12px 40px 12px 40px;
    font-size: 1em;
    color: #e23b2a;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
}
button:hover {
    background-color: #e23b2a;
    color: white;
}


#form{
    text-align: left;
    display: inline-block;
}

input{
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 10px 0 10px 0;
    padding: 10px 20px 10px 20px;
    font-size: 1em;
    color: black;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    display: block;
    width: 100%;
}

textarea{
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 10px 0 10px 0;
    padding: 10px 20px 10px 20px;
    font-size: 1em;
    color: black;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    display: block;
    width: 100%;
}


/*-------------------------------------------------------------------Mobile */
@media screen and (max-device-width: 480px){
    
    #form{
    text-align: left;
    display: inline-block;
}
    
    h2{
    font-weight: 100;
    font-size: 2em;
}
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    margin-top: 20px;
    width: 85%;
}

#form {
    text-align: left;
    display: inline-block;
    width: 90%;
    margin-top: 15px;
}