@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: 2;
}

/* 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("photography-school.jpeg");

    /* 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: 60%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: 2;
  width: 380px;
  padding: 20px;
  margin: 20px;
  text-align: right;
}

	.service1, .service2, .service3, .service4{
		margin: 30px;
		padding: 30px;
		background:rgba(0,0,0, 0.2);
		background-repeat: repeat;
		box-shadow: 5px 5px 8px grey;
	}
	

	.text1{
		position: absolute;
		display: inline-block;
		width: 50%;
		height :auto;
	   padding: 8px;
	   margin-left: 100px;
	   text-align: left;
	   font-size: 22px;
	   color: black;
	   line-height: 145%;
	}
	.text2{
		position: absolute;
		display: inline-block;
		float: right;
		width: 50%;
	   padding: 8px;
	   margin-left: 100px;
	   text-align: left;
	   font-size: 22px;
	   color: black;
	   line-height: 145%;
	}
	.text3{
		position: absolute;
		display: inline-block;
		float: right;
		width: 50%;
	   padding: 8px;
	   margin-left: 100px;
	   text-align: left;
	   font-size: 22px;
	   color: black;
	   line-height: 145%;
	}
	.text4{
		position: absolute;
		display: inline-block;
		float: right;
		width: 50%;
	   padding: 8px;
	   margin-left: 100px;
	   text-align: left;
	   font-size: 22px;
	   color: black;
	   line-height: 145%;
	}
	
	.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%;
	}
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: dimgray;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


