body {
	color: #37474f;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

p {
	font-size: 15px;
}

i {
	color: white;
}

hr {
	border-color: #f3f3f3;
}

video {
	width: 100%;
	height: 100%;
}

iframe {
	width: 1170px;
	height: 762px;
}

a {
	cursor: pointer;
	color: black;
}

a:hover {
	color: black;
	text-decoration: none;
}

h2 {
	font-size: 2.5rem;
}

.about-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	direction: column;
}

#invalid {
	color: red;
	font-size: 12px;
}

.logo {
	width: 40%;
}

.navigation {
	width: 50%;
	text-align: right;
}

.social {
	width: 10%;
	text-align: right;
}

.cabin-text {
	font-family: 'Cabin Sketch';
	-webkit-font-smoothing: subpixel-antialiased
}

.cabin-header {
	font-size: 118px;
}

.e-learning {
	font-size: 4vw;
}

.caption-text {
	font-size: 55px;
}

.caption-text-right {
	text-align: right;
	font-size: 55px;
	line-height: 1px;
}

.caption-header {
	font-size: 6rem;
}

.caption-support-1 {
	font-size: 55px;
}

.caption-support-2 {
	font-size: 55px;
	text-align: right;
}

.caption-support-3 {
	font-size: 55px;
	text-align: left;
}

.line-height-70 {
	line-height: 70px;  
}

.middle {
	margin: 0 auto;
}

.separator {
	width: 100%;
	padding: 15px;
}

.display-b {
	display: block;
}

.ease:hover .overlay {
	opacity: 0.8;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 93%;
	opacity: 0;
	margin: 0 auto;
	transition: .5s ease;
	background-color: #37474f;
}

.text-overlay {
	color: white;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.p85 {
	width: 85%;
}

.wrapper {
	width: 650px;
	margin: 0 auto;
}

.slide-header {
	max-width: 60%;
}

.slide-header-text {
	font-size: 53px;
	font-family: 'Cabin Sketch', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased
}

.bolder {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased
	line-height: 0.9;
}

.display-flex {
	display: flex;
}

.flex-5 {
	flex: 5;
}

.flex-12 {
	flex: 12;
	margin: 15px;
}

.header-main {
	font-size: 32px;
	color: black;
}

.elearning {
	font-size: 70px;
}

.carousel-caption h3 {
	font-size: 50px;
}

.carousel-caption h3:first-child {
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}

.carousel-caption button {
  animation-delay: 3s;
}

.at-bg-logo {
	width: 100%;
}

.at-bg-text p{
	width: 100%;
	font-size: 72px
}

.at-bg {
	background-attachment: auto;
	background: url('assets/images/banner-1.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.design-bg {
	background-attachment: auto;
	background: url('assets/images/design-bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.develop-bg {
	background-attachment: auto;
	background: url('assets/images/develop-bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.consult-bg {
	background-attachment: auto;
	background: url('assets/images/consult-bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.support-bg {
	background-attachment: auto;
	background: url('assets/images/support-bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.host-bg {
	background-attachment: auto;
	background: url('assets/images/host-bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.vt-bg {
	background-attachment: auto;
	background: url('assets/images/voice-talent-banner.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.vt-antiquewhite {
	background-color: #e5e5e5;
}

.vt-gray {
	background-color: #f9f9f9;
}

.delay {
	-webkit-animation-delay: .3s;
}

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel-item {
    min-height: 600px; 
    height: 100%;
    width:100%; 
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 120px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.at-bg .carousel-caption {
	bottom: 35px;
}

.carousel-caption-design {
	padding-bottom: 71px;

}

.carousel-caption-support {
	padding-bottom: 71px;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}

.mountain {
	background-attachment: auto;
	background: url('assets/images/bg6.png');
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
	height: 550px;
}

.mountain-color {
	background-color: #fafbfc;
}

.nav-full-width {
	background-color: rgba(255,255,255, .7);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.top-nav {
	padding-top: 15px;
	padding-bottom: 15px;
}

.text-nav {
	color: black;
}

.text-nav:hover {
	color: black;
	text-decoration: none;
}

.header {
	color: white;
	font-size: 65px;
}

.aligner {
	display: flex;
	align-items: center;
	min-height: 19em;
	justify-content: center;
}

.aligner-item {
	max-width: 50%;
}

.section1 {
	margin-bottom: 5%;
}

.section2 {
	width: 100%;
	background-color: #f5f8fb;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.white {
	color: white;
	padding: 15px;
	font-size: 40px;
}

.blue2 {
	color: #00BFFF;
	padding: 36px;
	border: 1px solid lightgray;
	border-radius: 50%;
	font-size: 26px;
	margin-bottom: 5%;
}

.clearfix {
	clear: both;
}

.section1 {
	height: 225px;
}

.col-5 {
	float: left;
	width: 20%;
	height: 100%;
}

.main-content {
	height: auto;
}

#myBtnContainer {
	margin-bottom: 5%;
}

.btn-navi {
  border: 1px solid white;
  background-color: white;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}

.btn-navi:hover {
  background-color: #ADD155;
  border-radius: 5px;
  border-top: 1px solid #ADD155;
  border-right: 1px solid #ADD155;
  border-left: 1px solid #ADD155;
  border-bottom: 0px;
  color: white;
}

.btn-clients {
	border: 1px solid #37474f;
	background-color: #37474f;
	border-radius: 5px;
	outline: none;
	padding: 12px 16px;
	cursor: pointer;
	color: #f9f9f9;
}

.btn-clients:hover {
	background-color: #ADD155;
	border-radius: 5px;
	border-top: 1px solid #ADD155;
	border-right: 1px solid #ADD155;
	border-left: 1px solid #ADD155;
	border-bottom: 0px;
	color: white;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.filter-images {
	width: 24%;
	float: left;
	margin: .25%;
}

.clients {
	width: 100%;
}

.clients-full {
	clear: both;
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 5%;
	padding-bottom: 5%;
}

.prevention-full {
	clear: both;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.addy {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
	padding-bottom: 1%;
	background-color: #f9f9f9;
	margin-top: 3%;
}

.addy-i{
	color: #18b6d8;
}

.logo-footer {
	margin-bottom: .5rem;
}

.copyright {
	padding-top: 2%;
	padding-bottom: 2%;
}

.submit {
	background-color: #18B6D8;
	border-radius: 5px;
	border: 1px;
	padding: 5px 15px 5px 15px;
	color: white;
	cursor: pointer;
}

.success {
	background-color: honeydew;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
}

.error {
	background-color: mistyrose;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
}

.green {
	width: 19.1%;
	float: left;
	margin: 5px;
	padding: 25px;
	background-color: #00A33D;
	color: white;
}

.blue {
	width: 19.1%;
	float: left;
	margin: 5px;
	padding: 25px; 
	background-color: #0A76A5;
	color: white;
}

.lightblue {
	width: 19.1%;
	float: left;
	margin: 5px;
	padding: 25px; 
	background-color: #00bfff;
	color: white;
}

.teal {
	width: 19.1%;
	float: left;
	margin: 5px;
	padding: 25px; 
	background-color: #18B6D8;
	color: white;
}

.offblue {
	width: 19.1%;
	float: left;
	margin: 5px;
	padding: 25px; 
	background-color: #aed4e6;
	color: white;
}

.social-icons {
	background-color: white;
	color: #00BFFF;
}

.margin-5 {
	margin-top: 5%;
	margin-bottom: 4%;
}

.modal-dialog {
	max-width: 1170px;
	padding: 15px;
}

.m-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.more-button {
	margin: 0 auto 75px auto;
	padding: 10px 15px 5px 15px;
	display: block; 
	background: #18b6d8;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	border: none;
	border-radius: 5px;
}

@media screen and (max-width: 1060px) {
	.at-bg-text p{
		width: 100%;
		font-size: 57px
	}
	.caption-header {
		font-size: 14vw;
	}
}


@media screen and (max-width: 960px) {
	.at-bg-text p{
		width: 100%;
		font-size: 51px
	}
	.caption-header {
		font-size: 14vw;
	}
}

@media screen and (max-width: 860px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-5 {
		float: left;
		width: 33%;
		height: 100%;
	}
	.caption-header {
		font-size: 14vw;
	}
	h2 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.8rem;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.caption-header {
		font-size: 14vw;
	}
	.logo {
		width: 100%;
		margin-bottom: 10px;
	}

	.navigation {
		width: 50%;
		text-align: left;
		padding-left: 15px;
	}

	.social {
		width: 50%;
		text-align: right;
		padding-right: 15px;
	}
	.at-bg {
		background-attachment: auto;
		background: url('assets/images/banner-1.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.design-bg {
		background-attachment: auto;
		background: url('assets/images/design-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.develop-bg {
		background-attachment: auto;
		background: url('assets/images/develop-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.consult-bg {
		background-attachment: auto;
		background: url('assets/images/consult-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.support-bg {
		background-attachment: auto;
		background: url('assets/images/support-bg-mobile.png');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.host-bg {
		background-attachment: auto;
		background: url('assets/images/host-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.vt-bg {
		background-attachment: auto;
		background: url('assets/images/voice-talent-banner-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 120px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
}

@media screen and (max-width: 460px) {
	h2 {
		font-size: 1.8rem;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-5 {
		float: left;
		width: 33%;
		height: 100%;
	}
	.caption-header {
		font-size: 14vw;
	}
	.logo {
		width: 100%;
		margin-bottom: 10px;
	}

	.navigation {
		width: 50%;
		text-align: right;
		padding-left: 15px;
		padding-right: 15px;
	}

	.social {
		width: 50%;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.at-bg {
		background-attachment: auto;
		background: url('assets/images/banner-1-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.design-bg {
		background-attachment: auto;
		background: url('assets/images/design-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.develop-bg {
		background-attachment: auto;
		background: url('assets/images/develop-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.consult-bg {
		background-attachment: auto;
		background: url('assets/images/consult-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.support-bg {
		background-attachment: auto;
		background: url('assets/images/support-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}

	.host-bg {
		background-attachment: auto;
		background: url('assets/images/host-bg-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.vt-bg {
		background-attachment: auto;
		background: url('assets/images/voice-talent-banner-mobile.jpg');
		background-repeat: repeat-y;
		background-position: 50% 0;
		background-size: cover;
		height: 550px;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 120px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}	
}