a{
    color: inherit;
}
a:hover,
a:focus{
    color: inherit;
    text-decoration: none;
}

textarea{
    resize: vertical;
}	

h3{
    font-size: 24px;
    color: #215D16;
    font-weight: bolder;
}

.form-control,
.form-control:focus{
    border: none;
    border-bottom: 3px solid #E5E5E5;
    box-shadow: none;
    border-radius: 0;

}

::placeholder{
    color: #F8060A;
}

.control-label:not(.hidden){
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 30px;
    width: 300px;
    background-color: #E5E5E5;
    border-radius: 6px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;

}

.control-label:not(.hidden):after{
    content: "";
    border: 15px solid transparent;
    position: absolute;
    bottom: -15px;	
    right: 40px;
    border-bottom: 0;
    border-right: 0;
    border-top-color: #E5E5E5;
}

.checkbox label, .radio label{
    padding-left: 30px;
    line-height: 30px;
}

.radio input[type=radio]{
    width: 20px;
    height: 20px;
    margin-left: -30px;
}

.radio{
    border: 1px solid #E5E5E5;
    border-bottom: none;
    padding: 5px 10px;
    min-height: 40px !important;
}

.radio:last-child,
.radio.borderB{
    border-bottom: 1px solid #E5E5E5;
}

section{
    height: 100vh;
    display: none;
    overflow-y: auto;
}

section.active{
    display: block;
}

.start{
    margin-top: 200px;
}
@media (min-width: 992px) {
    margin-top: 350px;
}


.Logo{
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;

}
#End .Logo{
    margin-top: 50px;
}
.text-green{
    color: #215D16;
}

.text-grey{
    color: #E5E5E5;
}

.text-dark{
    color: #222222;
}

.text-white{
    color: #FFFFFF;
}

.text-black {
    color: #000000;
}

#btn_Go{
    display: block;
    background: #ffffff;
    color: #222222;
    padding: 15px 20px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border: none;
}

#btn_Go p {
    margin: 0;
}

#Btn_Send p {
    margin: 0;
}

.Btn_Green:not(#Btn_Send){
    font-size: 1.6rem;
}

.Btn_next{
    display: block;
    padding: 15px 20px;
    font-size: 0.5em;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    background-color: #85bbdb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border: none;
}

.Btn_send {
    display: block;
    padding: 15px 20px;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff !important;
    background-color: #85bbdb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border: none;
}

fieldset{
    max-width: 900px;
    margin: 0 auto;
}

fieldset:not(.active){
    display: none;
}

#End{
    background: url(/images/BigBuilding.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.Thz_Wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -145px;
    margin-left: -200px;
    width: 400px;
}

#Thz{
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 30px;
    width: 300px;
    background-color: #E5E5E5;
    border-radius: 6px;
    margin: 0px auto;
    margin-bottom: 50px;
    position: relative;
}

#Thz:before{
    content: "";
    border: 15px solid transparent;
    position: absolute;
    top: -15px;	
    left: 40px;
    border-top: 0;
    border-left: 0;
    border-bottom-color: #E5E5E5;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

