html, body {
  height: 100%;
}
body{
	font-family: 'Source Sans Pro', san-serif;
	color: #000;
	font-size: 18px;
	line-height: 35px;
	background-color: #fcfcfa !important;
	background: url('../images/bg-main.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 280px ;
}

/* layout */

.wrap{
	min-height: 100%;
}

.container-main{
	width: 100%;
	min-height: 100%;
	padding-bottom: 130px;  /*this needs to be bigger than footer height*/
	background-repeat: no-repeat;
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
	
}

.container{
	max-width: 996px;
	margin: auto;
}

@media (max-width: 991.98px) {
	.container, .container-main {
			width:100%;
		}
}



.top-bar,
.top-bar-bg{
 	height: 195px;
	width: 100%;
	transition: height 1s;
}

.top-bar{
	
	background: linear-gradient( #ddd, #FFF) ;
	position: relative;
}

.top-bar-bg{
	border-top: 6px solid;
	border-top-color: #101010;
	background-image: url('../images/bg-top-bar.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}


.top-bar-container{
	position: relative;
}

img.logo-stgeng{
	width:540px;
	height:auto;
	position: absolute;
	top:50px;
	left:30px;
	z-index: 10;
}

@media (max-width: 575.98px) {
	img.logo-stgeng {
		width:95%;
		height:auto;
		left:10px;
	}
	.top-bar,
	.top-bar-bg{
		height: 170px;
	}

}

@media (max-width: 414.98px) {
	.top-bar,
	.top-bar-bg{
		height: 155px;
	}
}
@media (max-width: 375.98px) {
	.top-bar,
	.top-bar-bg{
		height: 148px;
	}
}

@media (max-width: 360.98px) {
	.top-bar,
	.top-bar-bg{
		height: 144px;
	}
}

@media (max-width: 320.98px) {
	.top-bar,
	.top-bar-bg{
		height: 135px;
	}
}



.menu-bar{
	background-color: #404042;
	background: linear-gradient(#000, #404042 2% );
	width:100%;
	min-height:65px;
}

.promo .promo-box{
	background-color: rgba(256,256,256,0.4);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 20px;
	padding:15px;
}
.promo-box:hover{
	transform: scale(1.05,1.05);
}
.promo h2{
	color:#499137;
	font-weight:700;
	font-size: 22px;
}


/* footer */

.footer-wrap{
	background-color:#101010;
	background: linear-gradient(#000, #101010 2% );
	width:100%;
	min-height:130px;
	position: relative;
  	margin-top: -130px; /* negative value of footer height */
}

.footer {
	color:#6b6b6b;
	font-size:12px;
	padding-top:18px;
	line-height:22px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 50%;
}



/* typography */

h1, .h1 {
	font-weight:700;
	font-size:36px;
	margin-bottom: 1rem;
}
h2, .h2 {
	font-weight:600;
	font-size: 28px;
}

h3, .h3 {
	font-weight:400;
	font-size:28px;
}

h4, .h4 {
	font-size:16px;
	font-style: italic;
	font-weight:bold;
}
h5, .h5 {
}
h6, .h6 {
}

p {
    margin: 0 0 16px;
}
a {
	color: #2f7cc0;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3095ed;
	text-decoration: none;
}


.form-horizontal{
max-width:500px;
}



/* buttons */

.btn{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.btn-stgeng-call{
	top:15px;
	right:30px;
	padding:4px 18px 4px 18px;
	font-size: 20px;
	font-weight: 400;
	position:absolute;
	background-color:#2f7cc0;
	border-color: #2f7cc0;
	border-radius: 22px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	transform: scale(1.02);
}
.btn-stgeng-call:hover {
	color: #fff;
	background-color:#26669e;
	border-color: #26669e;
	transform: scale(1);
	box-shadow:none;
}
@media (max-width: 767.98px) {
	.btn-stgeng-call{
		right:15px;
	}
}

.btn-stgeng{
	color:#fff;
	background-color:#2f7cc0;
	border-color: #2f7cc0;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-stgeng:hover {
	color: #fff;
	background-color:#26669e;
	border-color: #26669e;
}

.btn-outline-stgeng {
	color: #2f7cc0;
	border-color: #2f7cc0;
}

.btn-outline-stgeng:hover {
	color: #fff;
	background-color:#26669e;
	border-color: #26669e;
}



/* cards */

.card{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	background-color: rgba(255,255,255,0.6);
}

.card-header{
	font-weight:700;
	font-size:26px;
}

/* nav */ 

.navbar {
    padding: 0;
    margin-left:180px;
    padding-top: 40px;
    margin-bottom: 0px;
    z-index: 100;
}

.navbar-nav{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: auto;
}

.navbar-nav .nav-link{
	color: #FFF;
}

.navbar-expand-md .navbar-nav .nav-link{
	padding-right: 25px;
	padding-left: 25px;
	line-height: 16px;
	background: rgba(0,0,0,0.20);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.nav-link:hover, .nav-link:focus{
	color: #eeeeee;
}

.nav-item.active .nav-link{
	color: #eeeeee;
}

.dropdown-toggle::after {
    margin-left: .35em;
    vertical-align: .150em;
}


.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(2px);
}


.dropdown-menu {
	color:#eeeeee;
    border: none;
    background-color: #404042;
    font-size: inherit;
	margin: 0;
	margin: 0px 5px;
	border-radius:0px;
	padding: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.navbar-expand-md .dropdown-menu .nav-link {
	color: #eeeeee;
	border:none;
	line-height: 12px;
	margin:4px 0px 4px 0px;
	border-radius:0px;
}
.dropdown-menu .nav-link:hover, 
.dropdown-menu .nav-link:focus {
	color: #eeeeee;
	background-color: #606060;
}


.dropdown-menu {
  &:not(.show) {
    display: none;
  }
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #eeeeee;
    text-decoration: none;
    background-color: transparent;
}


.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
	background-color:rgba(255, 255, 255, 0.65);
	padding: .2rem .6rem;
    font-size: 1.4rem;
    position: absolute;
	right: 30px;
	top: 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media (max-width: 767.98px) {
	.navbar {
		margin-left:0px;
    }
    .dropdown-menu {
		box-shadow:none;
	}
	 .navbar-nav {
	 	margin-top: 10px;
    	padding-top:10px;
    	padding-bottom:10px;
    }
    .navbar-expand-md .navbar-nav a.nav-link {
		padding: 15px 30px 15px 30px;
		border:none;
		border-radius: 8px;
		margin-top: 2px;
		margin-bottom: 2px;
    }
    
}

/* responsive embeds */ 
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Pagenation */
.pagination{
margin-top:20px;
}
.counter{
margin-top:20px;
	padding: .5rem .75rem;
	line-height: 1.25;
	color: #6c757d;
	margin-right: 10;
}

.icons{
	display:none;
}

/*
// Small devices (landscape phones, 576px)
@media (min-width: 576px) { ... }
@media (max-width: 575.98px) { ... }
// Medium devices (tablets, 768px)
@media (min-width: 768px) { ... }
@media (max-width: 767.98px) { ... }
// Large devices (desktops, 992px)
@media (min-width: 992px) { ... }
@media (max-width: 991.98px) { ... }
// Extra large devices (large desktops, 1200px )
@media (min-width: 1200px) { ... }
@media (max-width: 1199.98px) { ... }
*/