@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* Full height */
  height: 50%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Images used */
.img1 { background-image: url("02-d3.b4-unseen-motion-desktop-7d1596539b7af73028dc30fbe31f10b9.jpg"); }
.img2 { background-image: url("0620-ssdc-photography-filter-chapter3-e5e-desktop-48586bc6c9cd9b8626316945d81b3839.jpg"); }
.img3 { background-image: url("0620-ssdc-photography-filter-chapter4-e5e-desktop-c6bafda8787e6437507ca92899589b4d.jpg"); }
.img4 { background-image: url("0620-ssdc-photography-food-chapter1-e5e-desktop-2f35f4f0d4b6f7b01f0282583354c30c.jpg"); }
.img5 { background-image: url("0620-ssdc-photography-landscape-slide2-e4a-desktop-e2bdf0ed01e409d64d64c3bee917b612.jpg"); }
.img6 { background-image: url("0620-ssdc-photography-food-slide2-e4a-desktop-8a0baed5ea4e996d6a4be91626bdb1e8.jpg"); }

/* 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;
}
.textbox{
  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: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 380px;
  padding: 20px;
  margin: 20px;
  text-align: right;
}

.textcontainer{
	margin: 50%;
	align-content: center;
}

.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;
}
