
/* 1. Body */
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	background:#A7C5AD;
}

.col-xs-8, .col-xs-4, .col-xs-12{
	padding:0;
}

.col-sm-12, .col-sm-1, .col-sm-7{
	padding:0;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	margin-left:30px;
	margin:8px 0 0 0;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-weight:700;
	margin-left:30px;
	margin:8px 0 0 0;
	margin-bottom:10px;
}

p{
	font-size:17px;
}

p span{
	font-size:14px;
	margin-right:8px;
}

/* 2. Full Container */
.full-container{
	height:100%;
	background-image: url(../img/green.jpg);
	background-size:100% 100%;
	padding:0;
}

/* 3. Container */
.container{
	height:100%;
}

/* 3.1 Main block */
.block{
	position:relative;
	margin-top:26px;
	padding-top:18px;
	background: url(png/color_r255_g255_b255_a25.png) repeat;
	background:rgba(255,255,255,0.8);
	color:#000000;
	text-align:center;
}

.block img{
	max-height:150px;
}

.block a:hover{
	color:#0C6F71;
}

.block a:link{
	color:#0C6F71;
}

.block a:visited{
	color:#0C6F71;
}

/* 3.1.1 Social Icons 
.block a{
	position:absolute;
	width:30px;
	height:30px;
	left:-30px;
	top:0;
	padding-top:6px;
	background:blue;
	text-decoration:none;
	color:white;
	text-align:center;
	transition:all 0.2s ease;
}

.block a:nth-of-type(1){background:rgba(2,97,69,0.4);}
.block a:nth-of-type(2){margin-top:30px;background:rgba(30,147,97,0.4);}
.block a:nth-of-type(3){margin-top:60px;background:rgba(76,169,101,0.4);}
.block a:nth-of-type(4){margin-top:90px;background:rgba(172,220,139,0.4);}

.block a:hover{
	background:#0C6F71;
} */

/* 3.2 Right Column */
.side-block{
	height:400px;
	margin-top:200px;
}


/* MEDIA QUERIES */

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

}

@media only screen and (max-width:992px) {
	
	
	.block{
		margin-top:150px;
	}
	
	.side-block{
		margin-top:150px;
	}
	
}

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

	h3{
		font-size:20px;
	}
	
	h1{
		font-size:25px;
		margin-bottom:20px;
	}
	
	.full-container{
		background-size:768px 100%;
	}
	
	.btn-send{
		font-size:12px;
	}
	
	.block{
		margin-top:40px;
	}

	.side-block{
		margin-top:0;
	}
	
}

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

	h3{
		font-size:20px;
	}
	
	h1{
		font-size:25px;
		margin-bottom:20px;
	}
	
	.full-container{
		background-size:768px 100%;
	}
	
	.btn-send{
		font-size:12px;
	}
	
	.block{
		margin-top:40px;
	}

	.side-block{
		margin-top:0;
	}

}

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

	h3{
		font-size:20px;
	}
	
	h1{
		font-size:25px;
		margin-bottom:20px;
	}
	
	.full-container{
		background-size:768px 100%;
	}
	
	.btn-send{
		font-size:12px;
	}
	
	.block{
		margin-top:40px;
	}

	.side-block{
		margin-top:0;
	}

}
