@charset "utf-8";
/* CSS Document */
body {font-family: Arial, Helvetica, sans-serif;}
/* Used Google Fonts */
font-family: 'Roboto', sans-serif;
font-family: 'Mansalva', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Muli', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Cinzel', serif;
font-family: 'Bangers', cursive;
/* Used Google Fonts */
*{
  margin:0;
  padding:0;
}
body{
  font-size:17px;
  color:#424242;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, p{
  margin:0px;
  padding:0px;
}

/* Logo-8 */
.logo-8 h3 {
    color: #e74c3c;
    font-family: 'Cinzel', serif;
    font-weight: 300;
    font-size: 30px;
    line-height:1.3;
}
.logo-8 h3 span {
    color: #e74c3c;
    display: inline-block;
    line-height: 1.8;
    padding: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity:0.5;
    margin-left:-34px;
}
@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}

.logo-holder{
  text-align:center;
}


@media only screen and (max-width:736px) {
  body{
      margin:0;
      padding:0;
  }
  .Logos{
    margin-top:20px;
  }
}

p.para {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 30px;
    font-family: 'Lora', serif;
    padding-top: 5px;
    color: #333333;
}
.boarder {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.boarder:hover{opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* 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 (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 600px;
}
.modal-content-big {
  padding-top:50px;
  width: 100%;
  max-width: 1000px;
}

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

/* Add Animation */
.modal-content-big, .modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

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

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens 
@media only screen and (max-width: 2000px){
  .modal-content {
    width: 50%;
  }
}*/
/*100% Image Width on Smaller Screens */
@media only screen and (max-width: 1000px){
  .modal-content {
    width: 100%;
  }
}
/*==============================================================*/

.galleryItem {
	position: relative;
    color: #797478;
    font: 10px/1.5 Verdana, Helvetica, sans-serif;
    float: left;
    width: 14%;
    margin:  0.5% 1% 0.5% 1.5%;
}
.imgCaption {
    text-transform: uppercase;
	text-align: center;
	width:100%;
	max-width:300px;
	font-size: 12px;
}
 
.galleryItem img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.title {
  text-align: center;
  font-family: 'Brush Script MT', cursive;
  padding:15px;
}


/* MEDIA QUERIES*/
@media only screen and (max-width : 1650px),
only screen and (max-device-width : 1650px){
   .galleryItem {width: 21%;}
	 /*.modal-content { width: 80%;)*/
}
@media only screen and (max-width : 1350px),
only screen and (max-device-width : 1350px){
    .galleryItem {width: 28%;}
	/*.modal-content { width: 80%;)*/
}

@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
    .galleryItem {width: 45%;}
}
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
    .galleryItem {width: 65%;}
}

 /*
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
    .galleryItem {width: 29.33333%;}
}
 
@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
    .galleryItem {width: 46%;}
    .galleryItem h3 {font-size: 25px;}

}
 
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
    .galleryItem {width: 96%;}
    .galleryItem img {width: 96%;}
    .galleryItem h3 {font-size: 18px;}
    .galleryItem p, {font-size: 18px;}
}*/
.overlay-text{
  /*background-color:rgba(255, 255, 255, 0.5);
  padding:20px;*/
  text-align:center;
  position: absolute;
  top:88%;
  left:0.5%;
  transform:translate(25%, -25%);
  color:white;
  text-transform: uppercase;
  width:70%;
	/*text-align: center;
	width:100%;
	max-width:300px;*/
	font-size: 12px;
	text-shadow: 2px 2px #000000;
	opacity:0;
}

.top67{ top:67%; }

/*.overlay-text-H{
  text-align:center;
  position: absolute;
  top:67%;
  left:0.2%;
  transform:translate(25%, -25%);
  color:white;
  text-transform: uppercase;
  width:70%;
	font-size: 12px;
	text-shadow: 2px 2px #000000;
	opacity:0;
}*/
/*==============================================================*/
/*
<div class="overlay-text"><b>Blue Flowers in a Vase</b></div>
<div class="imgCaption">Seaside Cafe</div>
*/


