@charset "utf-8";
/* CSS Document */
	body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}
	/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: 20px;
  width:auto;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
	z-index: 3;
}

/* Navbar links */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
}

.topnav a:hover {
  background-color: #ddd;
  color: #333;
}
	.logo{
		display: inline-block;
		float: left;
		height: 50px;
		width: 50px;
		padding:2px;
}
	* {
  box-sizing: border-box;
}
	.bg {
    /* The image used */
    background-image: url("20151122_134511.jpg");

    /* Full height */
    height: 75%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	* {
  box-sizing: border-box;
}

	.caption{
		
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-size: 55px;
  border: 10px solid #f1f1f1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: 2;
  width: 380px;
  padding: 20px;
  margin: 20px;
  text-align: right;
}

	.about-section{
		background: rgba(166,142,121,1.00);
		padding: 15px;
		background-repeat: repeat;
	}
	
h2{
	color: navajowhite;
}
	.img-box{
		text-align: center;
		font-size: 30px;
		font-style: oblique;
		padding-top:25px;
		margin-left: 100px;
		display:inline-block;
	}
	
	.textbox{
	   float:right;
	   position: absolute; 
	   top: 115%; 
	   left: 70%; 
	   transform: translate(-50%, -50%);
	   width: 55%;
	   padding: 15px;
	   margin: 15px;
	   text-align: left;
	   font-size: 18px;
	   color: navajowhite;
	   line-height: 180%;
}

	.button {
	  position: absolute;
	  background-color: rgba(0,0,0,0.40);
	  color: navajowhite;
	  padding: 15px 32px;
	  border: 5px solid #FFFFFF;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 18px;
	  margin: 5px 5px;
	  cursor: pointer;
	  top: 155%;
	  left: 70%;
	  transform: translate(-50%, -50%);
	}
.button:hover{
	background-color: #ddd;
    color: #333;
}
.footer {
   position: absolute;
   width: 100%;
   background-color: rgba(0,0,0, 0.7);
   color: white;
   text-align: center;
   padding: 15px;
}

.fa-facebook {
	  background: #3B5998;
	  color: white;
	  padding: 15px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	  margin: 5px 2px;
	  border-radius: 50%;
	}

	.fa-google-plus {
	  background: #dd4b39;
	  color: white;
	  padding: 15px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	  margin: 5px 2px;
	  border-radius: 50%;
	}

	.fa-whatsapp {
	  background: #00e676;
	  color: white;
	  padding: 15px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	  margin: 5px 2px;
	  border-radius: 50%;
	}

	.fa-linkedin {
  	  background: #007bb5;
  	  color: white;
	  padding: 15px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	  margin: 5px 2px;
	  border-radius: 50%;
	}
	
	.fa-pinterest-p {
	  background: #cb2027;
	  color: white;
	  padding: 15px;
	  font-size: 20px;
	  width: 50px;
	  text-align: center;
	  text-decoration: none;
	  margin: 5px 2px;
	  border-radius: 50%;
	}