@charset "utf-8";
/* global */
#content p {
	font-size: 18px;
}
.wrapper {
	padding: 0 0 4rem 0 !important;
}
.home .entry-header {
	display: none;
}
strong {
	color: #5463a2;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
#page {
	background: url("images/bg-body.jpg") no-repeat center 50px;
}

/* top bar */
#top {
	background: url("images/bg-top.jpg") repeat-x left top;
	color: #fff;
	padding: .87rem 0;
	font: 15px "Jost";
}
#top a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#top .links {
	text-align: right;
}
#top .social {
	float: right;
	margin-left: 2rem;
}
#top .social a {
	margin-left: .5rem;
}

/* navigation */
#main-nav {
	padding: 0;
	margin-bottom: -4rem;
  	position: relative;
  	z-index: 1;
}
#main-nav .navbar-brand {
	padding: 0;
	margin-left: -8px;
}
#main-nav .nav-link {
	font-size: 21px;
	text-transform: uppercase;
	color: #131313;

}

/* slider */
#slider {
	background: url("images/bg-nav-border.jpg") repeat-x left top;
	padding-top: 5px;
}

/* home content */
#home {
	background: rgba(255, 255, 255, .9);	
	margin: -12rem 0 0 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
#home h1 {
	font-size: 32px;
	color: #b537a2;
}
#home .borderline {
	background: url("images/bg-home-border.jpg") repeat-x left top;
	padding: 3rem 0 0 0;	
}
#home .hotlinks {
	margin: 0 1.5rem;
}
#home .hotlinks h1 {
	font-size: 21px;
	color: #000000;
}
#home .hotlinks p {
	font-size: 18px;
}
#home .box {
	padding: 2rem;
}
#home .hotlinks .one {
	background: #CCD7F0;
	background: linear-gradient(0deg, rgba(204, 215, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
#home .hotlinks .two {
	background: #F4E57A;
	background: linear-gradient(0deg, rgba(244, 229, 122, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
#home .hotlinks .three {
	background: #D388C8;
	background: linear-gradient(0deg, rgba(211, 136, 200, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
#home .hotlinks .four {
	background: #96D99D;
	background: linear-gradient(0deg, rgba(150, 217, 157, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* home retro section */
#retro {
	margin: 5rem 0;
}
#retro h1 {
	font-size: 20px;
	color: #5f5f5f;
	font-weight: normal;
}
#retro h2 {
	font-size: 36px;
	color: #4fbf5b;
}

/* home services section */
#services .intro {
	padding: 13rem 2rem 0rem 2rem;
}
#services .intro h1 {
	font-size: 20px;
	color: #3c3c3c;
}
#services .intro h2 {
	font-size: 36px;
}
#services .brief {
	text-align: center;
	padding: 5rem 2rem 2.5rem 2rem;
}

/* banner */
#banner {
	width: 100%;
	margin-bottom: 2rem;
}
#banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/* footer */
#wrapper-footer-full {
	background: url("images/bg-home-border.jpg") repeat-x left top;

}
#footer-full-content {
	background: url("images/bg-footer.jpg") repeat-x center 5px/cover;
	color: #ffff;
	padding: 2.5rem 0;
}
#wrapper-footer-full .social {
	float: right;
}
#wrapper-footer-full .social a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
  	line-height: 40px;
}
#wrapper-footer-full .social .fb {
	background: #abbee6;
}
#wrapper-footer-full .social .tw {
	background: #ecd31f;
}
#wrapper-footer-full .social .in {
	background: #b537a2;
}
#wrapper-footer-full .social .yt {
	background: #4fbf5b;
}
#wrapper-footer-full a {
	color: #fff;
	text-decoration: none;
}
#wrapper-footer-full h3 {
	font-size: 20px;
}
#wrapper-footer-full ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper-footer-full ul li {
	margin-bottom: .7rem;
}
#wrapper-footer {
	background: #141414;
	color: #fff;
	font-size: 14px;
	padding: 1rem 0;
}
#wrapper-footer a {
	color: #fff;
}

@media (max-width: 992px) {
.container {
	max-width: 98% !important;
}
.navbar-toggler {
	background-color: #364890 !important;
}
#top .links {
	text-align: left;
}
#top {
	background: url("images/bg-top.jpg") repeat-x left top/cover;
}
#main-nav {
	margin-bottom: 0;
}
#wrapper-footer-full .social {
	float: none;
}
}

@media (max-width: 768px) {

}