
*{
	font-kerning: normal !important;
	-webkit-font-smoothing:antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-smoothing:antialiased !important;
	text-rendering:optimizeLegibility !important;
	-webkit-text-rendering:optimizeLegibility !important;
	font-size-adjust: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.004) !important;
	transition:all .2s ease-in-out !important;
	-webkit-transition:all .2s ease-in-out !important;
}

body, html{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

:root{
	--ALIGNED-WIDTH: 94% !important;
	--ALIGNED-MARGIN: 3% !important;
    --OPEN-SANS: 'Open Sans', sans-serif;
    --NUNITO: 'Nunito', sans-serif;
    --CABIN: 'Cabin', sans-serif;
    --HOME-GRADIENT: radial-gradient( circle farthest-corner at 16.5% 37.3%,  rgba(10,37,64,1) 0.1%, rgba(2,18,39,1) 90% );
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #061B33; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #eee; 
}



h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}

a{
	text-decoration: none; color: white;
}

button{
	outline: none !important;
	text-align: center;
	vertical-align: baseline;
	font-family: var(--NUNITO);
	letter-spacing: .5px;
	cursor: pointer;
	border: none;
}


.header-home{
	width: 100%; height: 140px;
    font-family: var(--OPEN-SANS);
    overflow: hidden;
    background: white;
}

.inner-header-home{
	width: 64%; margin-left: 18% !important;
}

.inner-header-home .header-left{
	width: 18%;  float: left;
}

.inner-header-home .header-right{
	width: 82%; float: right;
	color: white;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center; color: #990000;
}
.inner-header-home .header-right h2{
	font-size: 24px !important; margin-top: 25px !important;
}

.inner-header-home .header-right h3{
	font-size: 14px !important;
}

.inner-header-home .header-right p{
	font-size: 11px !important;
}
.inner-header-home .header-right h2, .inner-header-home .header-right h3, .inner-header-home .header-right p{
	display: inline-block !important; margin: 0; padding: 0;
}

.inner-header-home .header-left img{
	width:120px; height: 120px;
	margin:0; padding:0;vertical-align: middle;
	border-radius: 100%; object-fit: cover;
	margin-right: 10px; margin-top: 8px;
}




.header{
	width: 100%; height: 60px;
    font-family: var(--OPEN-SANS);
    overflow: hidden; line-height: 60px;
}

.header-container{
	background-image: var(--HOME-GRADIENT);
	/* box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08); */
     z-index: 100;
    position: fixed;
     
}

.header .inner-header{
	width: var(--ALIGNED-WIDTH); margin-left: var(--ALIGNED-MARGIN);
}

.header .header-left{
	width: 25%;  float: left;
}

.header .header-right{
	width: 75%; float: right;
	text-align: right; color: white;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 17px;
}

.header .header-left h2{
	letter-spacing: 2px; font-size: 22px;
	text-transform: uppercase;
}

.header .header-left img{
	margin:0; padding:0;width: 32px; height: 32px; vertical-align: middle;
	border-radius: 100%; margin-top: -.7%; -webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1); object-fit: cover;
	margin-right: 10px; margin-top: -6px;
}

.header .header-right img{
	margin:0; padding:0;width: 32px; height: 32px; vertical-align: middle;
	border-radius: 100%; margin-top: -.4% !important; object-fit: cover;
	margin-right: 10px; margin-top: -6px;
}

.footer-container{
	width: 100%; height: 50px;
	font-family: var(--CABIN);
	background: #eee; line-height: 50px;
	font-size: 14px;
	font-weight: bold;letter-spacing: .5px;
	position: relative;
}

.footer-container a{
	color: #555; margin-left: 2%; letter-spacing: 1px;
}

.footer-container .inner-footer{
	width:var(--ALIGNED-WIDTH); margin-left: var(--ALIGNED-MARGIN);
}

.footer-container .foot-left{
	float: left; width: 40%;
}

.footer-container .foot-right{
	float: right; width: 60%; text-align: right;
}

.body-container{
	width: 100%; height: auto; margin: 0;
	padding: 0; top: 60px; position: relative;
}

.body-container div{
	box-sizing: border-box;
	margin: 0; padding: 0;
}
