﻿@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Sans+Pro|Lato');


body {
}

.hidden{
    display:none;
}

label {
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
}
table {
    width: 75%;
    /*background-color:aqua;*/
    margin: 0 10% 0 10%;
}

.sub-header {
    min-height: 20vh;
    padding-top: 15vh;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
 /*  background-image: linear-gradient(to bottom, #7fffd4, #6dfecc, #58fdc3, #40fcb9, #19fbaf); */
    background-image: linear-gradient(to bottom, #dbdce1, #dbdce1, #aab2b5, #aab2b5, #aab2b5);
    font-size: 2em;
    text-transform: uppercase;
}

    .sub-header > hr {
        display: inline-block;
        height: 1px;
        border: 0;
        border-top: 2px solid rgb(253, 37, 37);
        margin: 1em 0;
        padding: 0;
        width: 60%;
        margin-top: -20vh;
    }
.main_body{
    
}
input[type=text], input[type=email], input[type=tel], select {
    width: 100%;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size:1.1em;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;

}
input[type=radio]{
    margin-left:90px;
}

.form_body {
    border-radius: 5px;
    background-color: #f2f2f2;
    margin: 2% 15%;
    padding: 20px;
}



.con-header {
    min-height: 20vh;
    padding-top: 15vh;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background-image: linear-gradient(to bottom, #7fffd4, #6dfecc, #58fdc3, #40fcb9, #19fbaf);
    text-transform: uppercase;
    padding-left:10px;
    padding-right:10px;
}
.con-header > p{
    font-size: 1em;
}


fieldset{
    display:none;
    margin: 20px 0;
}

legend {
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}