
/* colors */
/* blue - #1D2937 
/* green - #7AC429 
   dark-blue - #131F2E
*/

/* Typography */

p,h1,h2,h3,h4,h5,h6, a{
	font-family:'Raleway', sans-serif;
}


.big-p{
	color: #7AC429;
	font-size: 1.5rem;
}

.text-blue{
	color: #536D8C;
}

.text-small{
	font-size: 12px;
    line-height: 19px;
    color: #536D8C;
    font-weight: 400;
}

.text-right{
	text-align: right;
}



/* Header */

/* nav styles */
nav{

	background: transparent;
	height: auto;
	box-shadow: none;
	line-height: 1.5;
	position:fixed;
	z-index:999;
	transition: all ease 1s;
	padding: 10px;
}

nav li a{
	padding:10px 30px;
}

nav ul li:hover{
	border-radius: 3px;
	background-color:#7AC429;
}

.scrollActive{

	background-color:#131F2E;
}

#logo-text{
	font-family: 'Damion', sans-serif;
}

/* end of nav styles */

.parallax-container{
	height: 100vh;
}



.header-right img{
	position: absolute;
	display:block;
	bottom: 0;
	right: 0;
	height: 80vh;
	margin-top: 20vh;
}

.header-left{
	position:absolute;
	top: 20vh;
	max-width: 40%;

}

.header-left h1{
	margin-top:0;
}

h1{
	color: #fff;
	font-size: 36px;
}

h1 span{
	font-weight: 700;
}

#header p{
	color: #fff;
}

.mybutton-blue{
	display: inline-block;
	padding: 10px 15px;
    width: 178px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1D2937;
    font-weight: 300;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
}

.mybutton-blue:hover{
	background-color: #7AC429;
}

.mybutton-green{
	display: inline-block;
	padding: 10px 15px;
    width: 178px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7AC429;
    font-weight: 300;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
}

.mybutton-green:hover{
	background-color: #131F2E;
}

.pad-tb-40{
	padding: 40px 0;
}

/* Subscribe section */

.bg-darkblue{
	background-color: #1D2937;
}

form#subs{
	padding: 20px 0 20px 0;

}

input.subs{
    width: 300px;
    height: 20px;
    margin: 10px;
    font-family: raleway, sans-serif;
    font-weight: 400;
    padding: 12px 6px 6px;
    border-bottom: none!important;
    background-color: #fff;
    
}

input.subs:focus{
	border-bottom: none!important;
	box-shadow: none!important;
}

input.but-subs{
	width: 178px;
    min-height: 20px;
    font-family: raleway, sans-serif;
    font-weight: 400;
    background-color:#7AC429;
    padding: 12px 6px 6px;
    margin: 10px;
    border-radius: 3px;
    border:none;
    color: #fff;
}

input.but-subs:hover{
	background-color:#131F2E;
}

ul.accord{
	border: 1px solid #9BADC1;
	padding: 20px;
	background-color:#131F2E;
}

.acc-h{
	cursor:pointer;
	color:#7AC429;
}

.acc-h:hover{
	color: #fff;
}


.acc-b{
	display:none;
	color: #9BADC1;
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
}



.big-p span{
	font-weight: 700;
}

 .gray-text{
	color: #9BADC1;
}

#key p{
	margin: 30px 0;
}

#key h3{
	font-size: 16px;
    line-height: 26px;
    color: #7AC429;
    font-weight: 700;
}

.phone{
	text-align:center;
}
.phone img{
	display:inline-block;
	width:100%;
}

#key .row{
	margin-top: 50px;
}



/* ----------------Gallery------------------- */

#gallery{
	background-image:url('images/gallery-background-big.jpg');
	background-position:top center;
	background-size: cover;
}

#gallery .container{
	padding: 50px 0;
}
.gallery img{
	display: block;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.big-pic{
	width:100%;
	border-radius: 3px;
	margin-bottom: 2%;
}


.item-pic{
	width: 32%;
	float:left;
	margin-right: 2%;
}

.last{
	float: right;
	margin-right: 0;
}

/* ------contacts-------- */


#contact{
	background-color: #131F2E;
}

.cont-detail span{
	color:#7AC429;
	font-weight: bold;
	font-size: 16px;
}

address{
	margin: 20px 0;
	font-style: normal;
}

.big-p-white{
	font-size: 1.5rem;
	color: #fff;
}

.big-p-white span{
	color:#7AC429;
}

iframe{
	border-right:10px solid transparent;
	border-left:10px solid transparent;
}

/* CONTACT FORM */

.cont-f{
	box-sizing: border-box !important;
	border-bottom: none!important;
	padding: 10px 5px;
	border-radius: 3px !important;
	background-color: #536D8C!important;
	color:#C4C4C4;
	padding-left: 5px !important;

}

#contact .cont-f:focus{
	box-shadow: none!important;
}

#contact textarea{
	min-height: 131px;
	padding: 10px 5px;
	border: none;
	border-radius: 3px;
	background-color: #536D8C;
	color:#C4C4C4;
}

textarea:focus{
	border: none;

}

.cont-f:hover, textarea:hover{
	background-color:#fff!important;
}

a#up{
	position:fixed;
	display:block;
	right:10px;
	bottom:10px;
	border-radius:50px;
	height:50px;
	width: 50px;
	padding: 5px;
	font-size: 2rem;
	z-index:99;
	transition: all ease 2s;
	background-color: #7AC429;
}

a.last:hover{
	background-color:#1D2937;
}

.error{
 	background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 7px;
    margin-bottom: 14px;
    margin-top:-8px;
}

/* ================= Media ===================== */
/* ============================================= */
@media screen and (max-width: 601px){
		input.subs, input.but-subs{
		width: 60%;
	}



	.phone img{
		width: auto;
	}


}

@media screen and (min-width: 628px) and (max-width: 784px){
	#subscribe{
		text-align: center;
	}

	input.subs, input.but-subs{
		width: auto;
	}
}

@media screen and (max-width:361px){
	

	input.subs, input.but-subs{
		width: 80%;
	}

}

@media screen and (max-width:669px){

	.header-right{
		display: none;
	}

	.header-left{
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	a#up{
		display: none;
	}


}

@media screen and (max-width:948px){
	h1{
		font-size: 2rem;
	}

	.mybutton-blue{
		width: auto;
	}

}

@media screen and (max-width:1241px){

	#subscribe{
		text-align: center;
	}
}

@media screen and (max-width:801px) and (orientation: portrait){
		.header-right{
		display: none;
	}
		.header-left{
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}











/* ------------ documentation----------------- */

#documentation{
	margin-top: 40px;
}

#documentation img{
	max-height: 580px;
	position: relative;
	top: -40px;
}

#documentation h2{
	color: #7AC429;
	font-size: 24px;
	line-height: 36px;
}

#documentation h2 span{
	font-weight: 700;
}

#documentation h3{
	font-size: 16px;
    line-height: 26px;
    color: #7AC429;
    font-weight: 700;
}

#documentation p{
	font-size: 14px;
	color: #1D2937;

.resp-left{
	border:1px solid #fff;
	background-color: #131F2E;
}


