@charset "utf-8";
/* CSS Document */

header{
	background-image: url(/img/luke-jadrana-partner-handshake.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	padding-bottom: 200px;
	
}

#contact-form input[type=text] {
	height: 60px;
	margin-bottom:10px;
}

.companyName {
	font-size: 10.5em;
	font-family: megrim;
	font-style: normal;
	font-weight: 500;
	padding-top: 78px;
}
.slogan  {
	text-transform: uppercase;
	font-size: 3em;
}

.btn{
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-transparent {
	background: transparent;
	border: 3px solid #fff;
	padding-top: 14px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 14px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #3674B3;
  text-decoration: none;
}

.btn-light {
	background: #fff;
	border: 3px solid #fff;
	padding-top: 14px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 14px;
	font-size: 12px;
	color: #3674B3;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-blue {
  background: #3674B3;
  border: 3px solid #3674B3;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: #18518B;
  border-color: #18518B;
  color: #fff;
  text-decoration: none;
}

.lj-logo {
	padding-top: 30px;
}
.welcome {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	padding-top: 27px;
	color: #154A72;
}
.about-text {
	font-family: economica;
	font-style: normal;
	font-weight: 400;
	font-size: 1.8em;
	padding-top: 50px;
}
.about-project {
	font-family: economica;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	padding-top: 50px;
}

#about {
	padding-top: 70px;
	padding-bottom: 80px;
}
.footer {
	background: #2b2b2b;
	text-align: center;
	color: #ddd;
	padding:50px 0 50px;
}
#adriaticHills {
	background: #444 url(/img/bg/adriatic-hills.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 50px;
}
.project-name {
	font-family: economica;
	font-style: normal;
	font-weight: 400;
	font-size: 6em;
	padding-top: 70px;
}
.get-in-touch {
	color: #FFFFFF;
	margin-top: 70px;
	font-weight: 400;
	font-size: 3.5em;
	font-family: economica;
	font-style: normal;
}
.contact-msg {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top: 19px;
	margin-bottom: 11px;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
}

.required-msg {
	color: #FFFFFF;
	margin-top: 30px;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 70px;
}













@media (max-width : 400px ){
	.companyName{
	font-size: 3.5em;
	font-weight: 600;
	text-shadow: 0px 0px;
	padding-top: 128px;
	}
	
	.slogan  {
	font-size: 1.3em;
	}
	
	.welcome {
	font-size: 2em;
		
	}
	
	.project-name {
		font-weight: 400;
		font-size: 3em;
	}
	
	.about-project {
		font-weight: 400;
		font-size: 1.8em;
	}
}

@media (min-width: 401px) and (max-width:767px){
	.companyName{
	font-size: 6.5em;
	font-weight: 500;
	}
	
	.slogan  {
	font-size: 1.8em;
	}
	
	.welcome {
	font-size: 2.3em;
		
	}
	
	.project-name {
	font-weight: 400;
	font-size: 4em;
	}
	
	.about-project {
	font-weight: 400;
	font-size: 2.2em;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.companyName{
	font-size: 8.5em;
	font-weight: 500;
	}
	
	.slogan  {
	font-size: 2.5em;
	}
	
	.welcome {
	font-size: 3em;
	}
	
	.project-name {
	font-weight: 400;
	font-size: 5em;
	}
	
	.about-project {
	font-weight: 400;
	font-size: 2.4em;
	}
}
