@font-face {
  font-family: 'Chivo', sans-serif;
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
	background: #FAFCFD;
	padding:0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	z-index: 0;

}


a {
	color: #0C34DD;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #292950;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	
}

.container {
	padding: 0 20px;
	flex: 1;
}

.wrapper {
	
	font-size: 16px;
	color: #525F7F;
	text-align: center;
	line-height: 26px;
	max-width: 900px;
	font-family: 'Chivo';
	font-weight: 400;
	letter-spacing: -0.25px;
}

.logo {
	padding: 0 0 30px 0;
}

.responsive-logo {
	max-height: 48px;
}

.quote {
	font-family: 'Chivo';
	font-size: 30px;
	font-weight: 400;
	color: #292950;
	text-align: center;
	line-height: 40px;
	padding: 0 40px 15px;
	letter-spacing: -0.5px;
}

.blue-quote {
	font-family: 'Chivo';
	font-weight: 700;
	color:#0C34DD;

}

.name {
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	opacity: 0.4;
}

.content-text {
	padding: 30px 40px;
}

.form {
	width: 100%;
	padding: 10px 0;
}

.clear {
	display: inline-block;
	margin-left: -6px;
}


.contact {
	padding: 0 0 40px;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 15px 0 0;
}

.list-inline li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
}

.social-icons .fa {
	font-size: 24px;
}

.social-icons .fa {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #525F7F;
	
	
}

.social-icons.icon-circle .fa{ 
	border-radius: 100%;
	background: none;
	border: 1px solid rgba(237,239,242,0);

}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #525F7F;
	background: rgba(82,95,127,0.065);
	border: 1px solid rgba(237,239,242,0.00);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.social-icons .fa-instagram {
	font-size: 26px;
}

.social-icons .fa-linkedin {
	font-size: 26px;
}


.blue-heart {
	padding: 0 5px;
}


.page-row {
	display: table-row;
	position: relative;
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 100%;
	color: #979FB2;
	text-align: center;
	font-family: 'Chivo';
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -0.4px;
	padding: 20px 0;
	background: #F6F9FC;
	border-top: 2px solid rgba(207,215,223,.2);
}


@media only screen and (max-width: 320px) {


	.container {
	padding: 0 20px;
	}

	.wrapper {
		padding-top: 30px;
			font-size: 14px;
	line-height: 24px;
	}

	.logo {
	padding: 0 0 15px 0;
	}

	.quote {
		font-size: 24px;
		line-height: 34px;
		padding: 0 5px 15px;
	}

	.content-text {
	padding: 20px 0;
	}

	.clear {
		width: 100%;
		margin: 10px 0 0;
	}

  .social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

}


@media only screen and (min-width: 360px) and (max-width: 400px) {

	.container {
	padding: 0 15px;
	}

	.wrapper {
		padding-top: 60px;
	}

	.logo {
	padding: 0 0 15px 0;
	}

	.quote {
		font-size: 30px;
		line-height: 40px;
		padding: 0 5px 15px;
	}

	.content-text {
	padding: 25px 0;
	}

	.clear {
		width: 100%;
		margin: 10px 0 0;
	}

}

@media only screen and (min-width: 401px) and (max-width: 600px) {
	.container {
	padding: 0 15px;
	}

	.wrapper {
		padding-top: 80px;
	}

	.logo {
	padding: 0 0 30px 0;
	}

	.quote {
		font-size: 33px;
		line-height: 43px;
		padding: 0 5px 15px;
	}

	.content-text {
	padding: 30px 0;
	}

	.clear {
		width: 100%;
		margin: 10px 0 0;
	}

	
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
	.container {
	padding: 0 15px;
	}

	.wrapper {
		padding-top: 180px;
	}

	.logo {
	padding: 0 0 30px 0;
	}

	.quote {
		font-size: 33px;
		line-height: 43px;
		padding: 0 5px 15px;
	}

	.content-text {
	padding: 30px 60px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.site {
		
	}

	.wrapper {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 2566px) {
	.site {

	}

	.wrapper {
		padding-top: 180px;
	}
}
