/* Header */

#logoimg {
	margin-top: 0.5%;
	width: 149px;
	height: 62px;
	position: absolute;
	z-index: 11;
}

ul {
	font-size: 0;
}

ul li {
	right: 0;
	cursor: pointer;
	font-family: "GB";
	margin-right: 2%;
	margin-top: 1.5%;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	height: auto;
	z-index: 11;
	position: absolute;
	display: inline;
}

/*#services {
	right: 8%;
} */

.container-fluid {
	height: 0px;
}

/* Main Section */

#mainpage {
	overflow-x: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

#mainsection {
	width: 100vw;
	height: 100vh;
	background-image: url('../img/bg.jpg');
	position: relative;
	overflow-x: hidden;
	padding: 0%;
	z-index: 10;
}

.maintext {
	text-align: center;
	height: 400px;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.maintext h1 {
	font-family: 'GB';
	text-transform: uppercase;
}

.maintext h2 {
	margin-top: 5%;
	font-family: 'GL';
}

/* Services Section */

.servicestext {
	margin-top: 5%;
	text-align: center;
	font-family: 'GB';
	letter-spacing: 1px;
}

hr.divider {
	width: 150px;
	height: 3px;
	color: #fff;
	background-color: #000;
	border: 0;
}

.serviceitem {
	margin-top: 3%;
	text-align: center;
}

.serviceicon {
	width: 50px;
	height: 50px;
}

.serviceitem h1 {
	font-family: 'GB';
	font-size: 24px;
	letter-spacing: 1px;
}

.serviceitem p {
	font-family: 'GL';
	font-size: 18px;
	letter-spacing: 1px;
}

#servicessection .fa {
	color: #D50101;
}

/* Contacts Section */

#contactssection {
	margin-bottom: 50px;
}

.contactstext {
	margin-top: 5%;
	text-align: center;
	font-family: 'GB';
	letter-spacing: 1px;
}

.contactitem {
	margin-top: 3%;
	text-align: center;
}

.contacticon {
	width: 50px;
	height: 50px;
	text-align: center;
}

.contactitem p {
	font-family: 'GL';
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}

/* Footer */

footer {
	font-family: "GL";
	letter-spacing: 1px;
	color: #545454;
	text-align: center !important;
	font-size: 16px;
}

/* Links Style */

a:hover {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
    color: #000;
}

#nav a:after {
content: '';
display: block;
height: 2px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
#nav a:hover:after {
width: 100%;
background: #000;
}

/* Media */

/* Mobiles */

@media (max-width: 750px) {

ul li {
	margin-top: 25px;
	margin-right: 30px;	
}

#mainsection {
	background-image: url('../img/bg_mobile.jpg');
}

.maintext {
	width: 90%;
}

.maintext h1 {
	font-size: 26px;	
}

.maintext h2 {
	font-size: 20px;
}

}

/* Fonts */

 @font-face {
  font-family: 'GB';
  src: url('../fonts/Gilroy-bold.OTF');
}

 @font-face {
  font-family: 'GL';
  src: url('../fonts/Gilroy-light.OTF');
}