html,body
{
    	width: 100%;
    	margin: 0;
    	padding: 0;
	overflow-x: hidden; 
	font-family: MeeraInimai;
	color: #949695;
	
}


@font-face {
	font-family: MeeraInimai;
	src: url('MeeraInimai-Regular.ttf'); 
}

@font-face {
	font-family: QuaverSans;
	src: url('QuaverSans.otf') format("opentype");
}

@font-face {
	font-family: Shorelines;
	src: url('shorelines.otf') format("opentype");
}



a {

	text-decoration: none;
	color: #949695;

}

a.mail {

	text-decoration: none;
	color: #fff;

}


a[href^=tel] {

	color: inherit;
	text-decoration: none;

}


h2 {

	font-family: QuaverSans;
	color: #838283;
	font-size: 2em;
	letter-spacing: 6px;
	font-weight: 100;
	margin-bottom: 0;
	
}


h3 {

	font-family: MeeraInimai;
	color: #fff;
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
	font-weight: 100;
	margin-bottom: 10px;
	
}

h4 {

	font-family: MeeraInimai;
	color: #84d0ce;
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 2;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	
}

h5 {

	font-family: MeeraInimai;
	color: #84d0ce;
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 2;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
		margin-left: 110px;
	
}


#logo {

	width: 100%;
	position: absolute;
	top: 100px;
	z-index: 98;
	margin: auto;
	text-align: center;
}


.navwrapper {
 
	width: 100%;
	margin: 20px 0 35px 0;
	position: absolute;
	top: 0;
	z-index: 99;
 	
}


.nav {
    	width: 100%;
	text-align: center;
}


.nav-item {
    
	font-family: 'QuaverSans', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #949695;
    	font-weight: bold;
    	font-size: 1.2em;
    	text-align: center;
	letter-spacing: 6px;

}



.nav-item:hover {
    
	font-family: 'QuaverSans', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #949695;
    	font-weight: bold;
    	font-size: 1.2em;
    	text-align: center;
	letter-spacing: 6px;
	border-bottom: 1px solid #838283;
	line-height: 1.5;

}

.nav-item-active {
    
	font-family: 'QuaverSans', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #949695;
    	font-weight: bold;
    	font-size: 1.2em;
    	text-align: center;
	letter-spacing: 6px;
	border-bottom: 1px solid #838283;
	line-height: 1.5;
}


#slider {

	width: 100%;


}

#ourworkwrapper {

	width: 100%;
	text-align: center;

}


#ourwork {

	font-family: 'QuaverSans', Arial, sans-serif;
	font-size: 2em;
	text-align: center;
	margin-bottom: 30px;

}



#threestrip {

	margin-top: 75px;
	text-align: center;
	margin: auto;
	display: flex;

}

.threestripleft {

	width: 50%;
	position: relative;
	display: inline-block;
	text-align: right;
	padding: 5px;
	margin-left: 15px;


}

.threestripright {

	width: 50%;
	position: relative;
	padding: 5px;
	display: inline-block;
	text-align: left;


}





.overlay {
    display:none;
	font-family: 'Shorelines';
	color: #7f7e7f;
	margin-top: auto;
	
}
.strip:hover .overlay {
    width:100%;
    height:100%;
    background:rgba(255,255,255,.4);
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    padding:12px;
    font-size:40px;

}

.fa {
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;

}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: white;
  color: #7f7e7f;
}

.fa-twitter {
  background: white;
  color: #7f7e7f;
}

.fa-instagram {
  background: white;
  color: #7f7e7f;
}

.fa-pinterest {
  background: white;
  color: #7f7e7f;
}

#myImg {

  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 200px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

#closebutton {

	width: 750px;
	margin: auto;

	text-align: right;
}

.close {

   color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
	width: 700px;
	float: right;


}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}




#footer {

	text-align: center;
	margin-top: 100px;
	font-family: 'QuaverSans', Arial, sans-serif;
	font-size: 2em;
	margin-bottom: 50px;

}

