@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;
	}

.bg {
    /* The image used */
    background-image: url("iStock-610259354.jpg");

    /* Full height */
    height: 75%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.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: 0;
  width: 380px;
  padding: 20px;
  margin: 20px;
  text-align: right;
}


.column {
    float:left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}
	
	
	
	.quote{
		background:#D6CBEC;
		background-size: cover;
		padding: 15px;
		}
	
	.quote p{
		text-align: center;
		font-size: 30px;
		font-style: oblique;
		padding:10px 5px;
		border-left:3px solid #6B4EFC; 
		display:inline-block;
	}
	
	.quote cite{
		font-size: 20px;
		font-style:normal;
		padding:10px 5px;		
		display:inline-block;
		margin-left: 95px;
	}

.row:after {
  content: "";
  display: table;
  clear: both;
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 65px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


img {
  margin-bottom: -4px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.video-container{
		align-content: center;
		padding: 15px;
		text-align: center;
		left: 20%;
		z-index: -1;
	}

.footer {
   position:inherit;
   width: 100%;
   background-color: rgba(0,0,0, 0.7);
   color: white;
   text-align: center;
   padding: 15px;
   top:450%;
}
.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: 4;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: dimgray;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
