﻿*{
	margin: 0;
	padding: 0;
}
body {
	overflow-x:hidden;
}
.container-fluid {
	padding-right: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.navigation {
	position: relative;
	margin-left: 30px;
	height: 40px;
	margin-top: 40px;
	background-color: #bbbdc0;
}
nav.navbar {
	height: 40px;
	background-image: url('../images/nav-blue.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 15rem;
}
.logo {
	position: absolute;
	left: -20px;
	top: -40px;
	z-index: 999;
}
.navbar-nav a {
	color: rgba(255,255,255, 0.7) !important;
	font-family: 'Nunito Sans';
	font-size: 14px;
	margin-left: 1.5rem;
}
.nav-link {
	display:inline;
}
.navbar-nav {
	flex-direction: row;
}
.navbar-nav a:hover {
	color: rgba(255,255,255, 1) !important;
}
.nav-button {
	display:none;
}
.nav-contact{
	text-align: right;
	height: 40px;
	padding-right: 5%;
}
.nav-contact a {
	display: inline-block;
	padding: 0.5rem;
	color: rgba(255,255,255, 0.8);
}
.nav-contact a:hover {
	display: inline-block;
	padding: 0.5rem;
	color: rgba(255,255,255, 1);
}
.navbar-toggler {
	text-align: center;
}

/*----------------FIRST SECTION------------------------------*/

.first-section {
	margin-top: 80px;
}
.first-img-resp {
	display:none;
}
.first-baner {
	position: relative;
	background-image: url('../images/Alpha_first.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height:700px;
}
.first-baner-text {
	position: absolute;
	bottom:100px;
	left: 50px;
	background-color: white;
	
}
.first-baner-text p {
	font-family: 'Nunito Sans';
	font-size: 14px;
	text-align: justify;
	margin: 70px;
}
.second-section {
	margin-bottom: 50px;
}
.second-section>.row {
	flex-direction: row;
}
.second-baner {
	margin-left: 50px;
}
.second-baner img {
	width: 100%;
}
.second-baner-text {
	margin-left: -50px;
	margin-top: 70px;
}
.second-baner p {
	margin: 0 auto;
}
.second-baner-text p {
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Nunito Sans';
	font-size: 14px;
	text-align:justify;
}
.button-uber-uns {
	margin: 0 auto;
	padding-top: 0.5rem;
	text-align: center;
	width: 30%;
	height: 40px;
	background-image:url('../images/button-back.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.button-uber-uns a {
	color: rgba(255,255,255, 0.8);
	font-family: 'Nunito Sans';
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-uber-uns a:hover {
	color:rgba(255,255,255, 1);
}
/*---------------THIRD SECTION------------------------*/
.third-section img {
	width: 100%;
}
/*------------------UBER UNS---------------------------*/

.uber-uns-first row {
	position: relative;
}
.uber-uns-text {
	padding:30px;
	background-color: white;
	position:absolute;
	top:250px;
	left: 200px;
	z-index: 999;
	font-family: 'Nunito Sans';
	font-size: 14px;
}
.uber-uns-first {
	margin-top:100px;
	margin-bottom:250px;
}
.uber-uns-img-resp {
	display: none;
}
.uber-uns-img img{
	width: 100%;
}
/*----------------FOOTER------------------------------*/
#contact {
	background-image: url('../images/footer-back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	padding-top:35px;
 }
.contact-data {
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
	color: rgba(255,255,255,0.6);
	line-height: 1;
 }
 .contact-data-left {
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	color: rgba(255,255,255,0.6);
	line-height: 1;
 }
 
 .contact-data h6 {
	  color: white;
	  line-height: 2;
 }
 .contact-data-left i {
	  color: #bbbdc0;
	  font-size: 14px;
 }
 .contact-data a {
	  color: rgba(255,255,255,0.6);
	  text-decoration: none;
 }
 .contact-data a:hover {
	  color: rgba(255,255,255,1);
 }
 .contact-data span {
	  color: white;
 }

  .social-icons a {
	padding-right: 10px;
 }
 .social-icons a i {
	  font-size: 23px;
 }
 .social-icons a i:hover {
	  color: rgba(255,255,255,1);
 }

 .footer-down {
	  color:white;
	  opacity: 0.4;
	  text-align: center;
	  border-top: 1px solid grey;
	  margin-top:20px;
	  padding-top: 10px;
 }
 .section-heading-small {
	font-size: 16px;
	color: white;
}
hr.red-line-small {
  height: 12px;
  color: #bbbdc0;
  opacity: 1;
  margin-top: 15px;
}

/*--------------------------------RESPONSIVE----------------------------------*/

@media only screen and (max-width: 1080px) {
nav.navbar {
	height: 60px;
	background-image: url('../images/nav-blue-rect.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 15rem;
}
	.first-baner-text {
	position: relative;
	bottom:0;
	left: 0;
}
.first-img-resp {
	display:block;
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
}
.first-img-resp img {
	padding: 0;
}
.first-baner {
	background-image: none;
	height:auto;
}
.first-baner-text p {
	margin: 35px;
}
.second-baner {
	margin-left: 0px;
}
.second-baner img {
	width: 100%;
}
.second-baner-text {
	margin-left: 0px;
	margin-top: 0px;
}
.second-baner-text p {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Nunito Sans';
	font-size: 14px;
	text-align:justify;
}

.uber-uns-text {
	padding:30px;
	background-color: white;
	position:relative;
	top:0px;
	left: 0px;
	z-index: 999;
	font-family: 'Nunito Sans';
	font-size: 14px;
}
.uber-uns-img-resp {
	display: block;
}
.uber-uns-img-resp img {
	width:100%;
}
.uber-uns-img {
	display: none;
}
.uber-uns-first {
	margin-top:100px;
	margin-bottom:50px;
}
}