body {
	margin: 0px;
}
h1 { font-family: Antonio; font-size:25px; color: #5082F0; }
h2 { font-family: Antonio; font-size:25px; }
h3 { font-family: Antonio; font-size:15px; }
h4 { font-family: Antonio; font-size:15px; color: #ED1C24; }
h5 { font-family: Antonio; font-size:25px; color: #ED1C24; }
p { font-family: Palanquin; font-size:15px; }
div { font-family: Palanquin;  }
a {
	text-decoration:none;
}
/* COLORS */
.primary_blue {
	color: #0044B5;
}
.secondary_blue {
	color: #5082F0;
}
.terciary_blue {
	color: #21296B;
}
.white {
	color: #ffffff;
}
/* HEADER AND MENU */
.header {
	width: 100%;
	background:#f2f2f2;
	padding-left:0px;
}
.header_logo {
	padding: 15px 0px 5px 0px;
	border: 0px solid blue;
	text-align: left;
}
.header_logo img {
	width:30%;
	margin-left:12%;
	align:left;
}
/* SECTIONS - HERO */
.hero {
	position: relative;
	width: 100%;
	border: 0px solid green;
}
.hero-img {
	width:100%;
	z-index: 1;
}
.hero-ctas {
	position: absolute;
	top: 20px;
	left: 12%;
	z-index: 10;
	text-align: left;
	border: 0px solid red;
}

/* SECTIONS - DESCRIPTION AND CIRCLES */
.description {
	background: #F2F2F2;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top:-8px;
}
.dflex {
	display:flex;
	margin-left:12%;

}
.dtitle {
	flex:1;
	text-align:left;
}
.dlogo {
	flex:1;
	text-align:left;
}
.thecontent {
	width:80%;
	margin: auto;
	text-align:center;
}
.thecontent_left {
	text-align:left;
	padding-left: 12%;
	padding-right: 12%;
}
.circles {
	display: flex;
	background-image: url("img/2circles.png");
	background-position: center; 
  	background-repeat: no-repeat; 
  	background-size: cover;
	width: 100%;
}

.app_links {
	flex: 1;
	width:50%;
	padding-top:30px;
	margin-left:12%;
	border:0px solid yellow;
	background: transparent;
}

.operator {
	flex: 1;
	width:50%;
	overflow:hidden;
	border:0px solid yellow;
	background: transparent;
}

.operator-desc {
	color:#ffffff;
	padding-top:280px;
	padding-right: 20px;
	padding-left:10%;
}
.testimonials {
	background: #21296B;
	width:100%;
	margin-top: -8px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.privacy {
	background: #ffffff;
	width:100%;
	margin-top: -8px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer {
	background: #f2f2f2;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer p {
	padding-left: 20px;
}
/* Buttons  */
.btn {
	background-color: #ffffff !important;
	border: 1px solid #21296B !important;
	padding: 20px 30px;
	border-radius: 100px;
	margin-top:10px;
	display: flex;
  	flex-direction: column;
  	text-align: center;
  	text-transform: uppercase;
}
.btn:hover {
	background-color: #ffffff !important;
	border: 1px solid #21296B !important;
	box-shadow: inset 0px 0px 0px 1px #21296B,0px 0px 3px 3px rgba(167, 210, 255, 0.99) !important;
	color:#000000 !important;
}
.btn-small {
	background-color: #ffffff !important;
	border: 1px solid #21296B !important;
	padding: 12px 18px;
	border-radius: 100px;
	margin-top:10px;
	display: flex;
  	flex-direction: column;
  	text-align: center;
  	text-transform: uppercase;
  	width:60%;
}
.btn-small:hover {
	background-color: #ffffff !important;
	border: 1px solid #21296B !important;
	box-shadow: inset 0px 0px 0px 1px #21296B,0px 0px 3px 3px rgba(167, 210, 255, 0.99) !important;
	color:#000000 !important;
}


@media only screen and (max-width: 1279px) and (min-width: 980px) {
	.header_logo {
		padding: 0px;
		text-align: center;
	}
	.header_logo img {
		margin-left:5%;
	}
	.hero-ctas {
		left: 5%;
	}
	.dflex {
		margin-left:5%;
	}
	.thecontent_left {
		padding-left: 5%;
		padding-right: 5%;
	}
	.app_links {
		margin-left:5%;

	}
}
@media only screen and (max-width:980px) {
	.header_logo {
		padding: 10px 0px 5px 0px;
		text-align: center;
	}
	.header_logo img {
		width:80%;
		margin-left:0px;
		
	}
	.hero-img img {
		content:url(img/mobilehero.png);
	}
	.hero-ctas {
		background: #5082F0;
		position: relative;
		top: 0px;
		left: 0%;
		padding-bottom: 30px;
		padding-top: 25px;
		z-index: 10;
		text-align: center;
		border: 0px solid red;
		font-size:250%;
	}
	.description {
		font-size: 250%;

	}
	.description h1 {
		font-size: 250%;
	}
	.dtitle {
		padding-right:2%;
	}
	.dlogo {
		display:none;
	}
	.circles {
		display: block;
		background-image: url("img/2circlesm.png");
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover;
		width: 100%;
	}
	.app_links {
		width:90%;
		font-size: 220%;
		background: transparent;
	}
	.app_links h2 {
		font-size: 250%;
	}
	.operator {
		width:100%;
		overflow:hidden;
		border:0px solid yellow;
		background: transparent;
	}
	
	.operator-desc {
		font-size: 250%;
		padding-top:10px;
		padding-right: 10px;
		padding-left:30%;
	}
	.operator-desc h2 {
		font-size: 250%;
	}
	.operator-desc p {
		font-size: 100%;
	}
	.testimonials p {
		font-size: 230%;
	}
	.privacy p {
		font-size: 200%;
	}
}
