@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("1101-ssdc-photography-page-update-2018-d3c1-desktop-30d0b6eace4718786f94bbcb154834d4.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;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
	background-color: rgba(0,0,0,0.40);
	color: white;
	padding: 15px 32px;
	border: 5px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 5px 5px;
    cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ddd;
  color: #333;
}

/* Style the container/contact section */
.container1 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.mapouter{
	text-align:right;
	height:500px;
	width:500px;
	}
	
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:500px;
	}
	
.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%;
	}
