@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&effect=neon');

body, html{
    height: 100%;
    margin: 0;
    font-family: 'Almendra SC';
    line-height: 180%;
    color: #ffffff;
    text-align: center;
    word-wrap: break-word;
    background-image:url('myImage.gif'); background-repeat:repeat; 
    padding: 0%;
    text-shadow:
        0.05em 0 black,
        0 0.05em black,
        -0.05em 0 black,
        0 -0.05em black,
        -0.05em -0.05em black,
        -0.05em 0.05em black,
        0.05em -0.05em black,
        0.05em 0.05em black;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 300px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 300px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.viewport-header {
  position: relative;
  height: 50vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: center;

}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

.parallax {
    background: url(PortImages/blue\ moon\ bounce-56.jpeg);
    min-height: 95%;
    width: auto ;
    max-width: 100% ;
    height: auto ;
}

  /* Style the video: 100% width and height to cover the entire window */

 video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.parallax2 {
    background: url(PortImages/bench.jpg);
    min-height: 60%;
    margin: 0%;
    padding: 5%;
    font-size: 36px;
      

}
.parallax3 {
    background: url(PortImages/blue\ moon\ bounce-239.jpeg);
    min-height: 60%;
    margin: 0%;
    padding: 5%;
    font-size: 36px;

}
.parallax4 {
    background: url(PortImages/WagonsTurkeys.jpg);
    min-height: 100%;
    margin: 0%;
    padding: 5%;
    font-size: 25px;

}
.parallax5 {
  background: url(PortImages/WagonsTurkeys2.jpg);
  min-height: 60%;
  margin: 0%;
  padding: 5%;
  font-size: 25px;

}
.contact {
    background: url(PortImages/WagonsTurkeys2.);
    min-height: 60%;
    margin: 0%;
    padding: 5%;
    font-size: 36px;

}
.parallax, .parallax2, .parallax3, .parallax4, .parallax5 {
    position: relative;
    opacity: 30.0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
      
}
img.center  {
  margin: 0;
  text-align: left;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  padding-left: 10px;
  padding-right: 10px;
}
  .map-container iframe{
  left:0;
  top:0;
  height:50%;
  width:100%;
  padding: 10px;
  position:absolute;

  }
  .column {
    position: relative;

}

img {
  max-width: 100%;
  
}

a {
  color: white;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

h1 {
  margin-top: 10;
  color: #231900;
  font-family: 'Sunflower', sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 84px;
  margin-bottom: 70px;
  text-transform: uppercase;
}

h2 {
  color: #cccccc;
  font-family: 'Sunflower', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin: 0px 0px 50px;
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  position: -webkit-sticky;
  /* Safari */
  position: fixed;
  top: 0;
}

li {
  
  display: inline;
  padding: 0px 30px 0px 10px;
  color: #333333;
  font-family: 'Sunflower', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  position: absolute;
  /* Safari */
  position: fixed;
  top: 0;
}


.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

* {
  box-sizing: border-box;
 
}

.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 30px;
}

/* Create four equal columns that sits next to each other */

.column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

p {
  color: #231900;
  font-family: 'Crimson Text';
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 48px;
  max-width: 650px;
   background-color: rgba(0,0,0,0.4);
    box-shadow: 10px 10px 5px #888888;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {

  h {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 0px;
  }
  h {
    font-size: 15px;
  }
  li {
    padding: 3px;
  }

  .responsive {
    width: 100%;
  }
}

.column {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.column:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.p {
    text-align:center;
    word-wrap: break-word;
    opacity: 0.5;
}

