
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}
.header2 img{
	float : left;
	height : 60px;
	display: flex;
	background: #ffffff;
}
.header3 img{
	float : right;
	height : 60px;
	display: flex;
	background: #ffffff;
}


.header img{
	height : 60px;
	width : 100%;
	display: flex;
	background: #ffffff;
}
.header h2{
	color : black ;
	font-family : calibri;
	font-weight : bold ;
	text-align : center ;
}



.brand h1{
  padding: 1px;
  width:700px;
  text-align: left;

}

.navbar {
 
  height:8%;
  flex:1;
  text-align:right;
  overflow: hidden;
  background-color: #2a95b0;
  width : 100%;
  font-family:calibri;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #329fba;
  height : 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 600px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*
************
*   SLIDE  *    
************
*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: center;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*
*************
*  FOOTER   *
*************
*/

.footerbar {
	
 	height:15%;
	background-color: #2a95b0;
	padding: 50px;
	color: white;
	font-size: 12px;
	width:100%;
	text-align:center;
	
}
.contact-info {
	height : 100%;
}


/*
*****************
*    PRODUCT    *
*****************
*/

/* Make the image to responsive */
.titlebar {
	font-family: calibri;
	text-align : center;
	font-size : 20px;
	padding-top : 10px;
	padding-bottom : 20px;
	color : #2a95b0;
    font-weight : bold;	
}


.sp-1r {
  float: left;
  position: relative;
  width: 220px;
}
.row::after {
	content : "";
	clear : both;
	display : table;
}
.image {
  position : relative;
  display : block;
  width: 200px;
  height: 200px;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(42, 149, 176, 0.5);
  overflow: hidden;
  width: 200px;
  height: 200px;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.sp-1r:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}



* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 15%;
  height: 500px;
}

/* Style the buttons inside the tab */
.tab button {
  height : 10%;
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  position : flex;
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 85%;
  border-left: none;
  height: 500px;
  color : black ;
}
.contactuscontent {
  position : flex;
  padding: 5px 12px;
  border: 3px solid #ccc;
  width: 100%;
  height: 500px;
  color : black ;
}
.map{
	position : flex;
	padding-top : 5px;
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
	
}

.map iframe{
	width:70%;
	height:400px;
	border: none;
	
}

.map-grid iframe{
	width:70%;
	height:400px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}
.address{
	padding-top : 10px;
	float: left;
	position: relative;
	width: 30%;
	font-family : calibri;	
	display : block;
	height: 200px;
}
.address h2{
	color : #2a95b0;
}

