@charset "utf-8";


body {font-family: 'Roboto', sans-serif;}
.carousel-caption {bottom:auto; top:50%;text-align:left;transform: translateY(-50%);text-shadow: 1px 1px 2px #000;}
.carousel-caption h5 {font-size:3rem;max-width: 18ch;}
.carousel-caption p {font-size:2rem;margin-bottom:0;line-height: 1;margin-top:1.25rem;}
.carousel-caption p span{font-size:1.25rem;}
.toMain {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    font-size: 2rem;
    animation: slideDown 2s ease-in infinite;opacity:0;
}

@keyframes slideDown {
    50%, 80% {opacity:1;bottom:10px;}
    90%{opacity:0; bottom:10px;}
}

.contactFormCont {
    position: absolute;
    width: 350px;
    top: 25%;
    right: 10%;
    z-index: 99;
    background: #ffffffcc;
    padding: 20px;
    transform: translateY(-15%);
}
.help-block ul {
    list-style-type: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: .85rem;
}
.bgBlue {
    background: aliceblue;
    padding: 2rem;
}

.bgBlueDark {background-color:#03a9f4;color:#fff;}
footer {font-size:.8rem;}
.nav-tabs {
    border-bottom: 1px solid #03a9f4;
}

.nav-tabs .nav-link {color:#000;background-color:#03a9f477}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4 #03a9f4 #fff;
}
@media screen and (max-width:1023px) {
	.carousel-caption h5 {font-size:2rem;max-width:unset;}
	.carousel-caption p{font-size:1.25rem}
	.carousel-caption p span {font-size: 1rem;}
	.carousel-caption {top:10%;}
	.contactFormCont {
    transform: translateY(-5%);
    padding: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
	width:90%;
}
	
	html {font-size:14px;}
	
}

