@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-family: 'Lato', Aria, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.714em;
	-webkit-font-smoothing: antialiased !important;
}
html, body {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
	background-color: #fff;
  	overflow-y: hidden !important;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Lato, Arial, sans-serif;
	margin: 0;
}
h1 {
	font-size: 1.8em;
	font-weight: 600;
	color:#76141E;
	margin: 0;
	letter-spacing: 2.5px;
	line-height: 1.6em;
}
h2 {
	font-size: 3.35em;
	font-weight: 800;
	margin-bottom: 0.35em;
}
h3 {
	font-size:18px;
	padding-top:5%;
	color:#c1bfbf;
	text-align:center;
	background-color: transparent;
	letter-spacing: 1px;
}

h3 i {
	top: 0.75em;
	right: auto;
	bottom: 0;
	left: 0.75em;
	position: absolute;
	text-align: center;
	z-index: 9;
}
h4 {
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
h4 small {
	display: block;
	font-weight: 100;
	text-transform: capitalize;
}
h5 {
	font-size: 1.85em;
	font-weight: 700;
	margin: 0.3em 0;
	text-transform: capitalize;
}
h6 {
	font-size: 1.286em;
	font-weight: 500;
	padding-bottom: 0.65em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

hr {
	max-width: 100%;
	margin-left:42%;
	margin-right:42%;
	border-bottom:1px solid #77180f;
}

.underh1 {	
	font-size: 1.6em;
	font-weight: 300;
	color:#c1bfbf;
	margin: 0;
	letter-spacing: 2.5px;
	line-height: 1.6em;}
.white {
	color: #fff;
}
.linkedin {
	width:57px;
	height:57px;
	margin-top:1.5%;
}

a {
	color:#77180f;
	text-decoration: none;
	font-weight:700;
	font-size:1em;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	color: darken #ff67ab, 5%;
}
:focus, :active {
	outline: none !important;
}
p {
	color:#c1bfbf;
	padding-top:1em;
	margin: 0.3em 0 1.5em;
	text-align:center;
	font-size:1em;
	letter-spacing:2px;
	font-weight:400;
}


.centered-logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:7%;
	max-width: 100%; 
	height: auto;
}

.centered-img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:4%;
	max-width: 100%; 
	height: auto;
}

.btn1 {
	border:1px solid #77180f;
	font-weight: 400;
	color:#77180f;
	width:200px;
	padding:5px 20px 5px 20px;
	background:transparent;
}

.ptop {
	padding-top:4%;
	margin-left:3%;
	margin-right:3%;
}
.leftright {
	margin-left:1.2%;
	margin-right:1.2%;
}

@media only screen and (max-width: 1200px) {
hr {
	max-width: 100%;
	margin-left:37%;
	margin-right:37%; 
	}
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
.btn1 {
	border:1px solid #77180f;
	font-weight: 400;
	color:#77180f;
	width:150px;
	padding:5px 15px 5px 15px;
	background:transparent;
	font-size:13px;
	}
}

@media only screen and (min-width: 620px) and (max-width: 899px) {
.btn1 {
	border:1px solid #77180f;
	font-weight: 400;
	color:#77180f;
	width:150px;
	padding:5px 10px 5px 10px;
	background:transparent;
	font-size:13px;
	}
}

@media only screen and (max-width: 1366px) {
	.centered-logo {
	margin-top:6%;
	
}

.centered-img {
	margin-top:2%;
	
}

h3 {
	padding-top:8%;
	color:#c1bfbf;
	text-align:center;
	background-color: transparent;
}
p {
	color:#c1bfbf;
	padding-top:0.5em;
	margin: 0.3em 0 1.5em;
	text-align:center;
	font-size:0.8em;
	letter-spacing:2px;
}
}

@media only screen and (max-width: 480px) {
	.centered-logo {
	margin-top:15%;
	
}

.centered-img {
	margin-top:10%;
	
}

h3 {
	padding-top:15%;
	color:#c1bfbf;
	text-align:center;
	background-color: transparent;
}
p {
	color:#c1bfbf;
	padding-top:1.5em;
	margin: 0.3em 0 1.5em;
	text-align:center;
	font-size:0.8em;
	letter-spacing:2px;
}
}