@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Hind|Montserrat|Open+Sans:600|Raleway|Trirong');
html {
	min-height: 100%;
	position: relative;
}
body {
	min-height: 100%;
	margin-bottom: 140px;
}

#background { 
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
    background-image: url('../img/fruits.jpg'); 
    background-size: cover;
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: center;

}
#wrapper {
	height: 100%;
	position: relative;
	z-index: 10;
}
.pull-right {
	padding-left: 0;
}
.logo {
	margin:0;
	padding-left: 0;
	border-radius: 0 0 5px 5px;
	
}
.logo img {
	margin:20px 0;
	/*box-shadow: 0px 0px 40px 40px #ffffff;*/
}
.colum-box {
	border-radius:10px;
	padding:40px 30px;
	background-color: rgba(255,255,254,0.7);
	margin-bottom: 20px;
} 
.colum-box h2 {
	padding: 0;
	margin:0 0 10px 0;
	font-size: 30px;
	color: black;
	font-weight: bold;
	font-family:'Oxygen', sans-serif;
}
.colum-box p {
	padding: 0 0 20px 0;
	color: black;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.icons {
	font-size: 16px;
	padding:10px 0 20px;
}
.colum-box p a, .icons a {
	color:#4C4C4C;
	text-decoration: none;	
}
.icons a {
	padding: 0 15px 0 0;
}
.icons a:hover {
	text-decoration: none;
	color:#1A1A1A;
}
.icons .fa  {
	width: auto;
	padding: 0 5px 0 0;
}
.img-responsive {
	width: 100%;
}
#footer {
	line-height: 25px;
	width:100%;
	position: absolute;
	bottom:0;
	/*border-top: 140px;*/
	height: 140px;
	color:white;	
	background-color: rgba(106,130,4,0.8)
}
#footer a {
 	color: white;
 	text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
}

.fa {
	font-size:20px;
	width: 35px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.colum-box {
		padding:15px;
		margin:0 0 20px 0;
	} 
	.logo {
		max-width: 65%;
		margin: 0;
		padding: 20px 0;	
	}
	.pull-right {
		padding-left: 15px;
	}
}