body, html {
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color:white;
  background-color:black;
}

@font-face {
  font-family: "norwester";
  src: url("../fonts/norwester.otf");
}

h1, h2, h3{
  color: white;
  font-family: "norwester", Impact, sans-serif;
}

p{
font-size: x-large;
  }

.menu{
  background-color: black;
  position: -webkit- sticky;
  position: sticky;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  width:100%;
  text-align: center;
  height: 90px;
  overflow: visible;
}

.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    width: 100%;
    margin-left: -250px;
}

.menu ul li {
    display:inline;
    border-right: 1px solid white ;
}

.menu ul li:last-child {
    border-right: none ;
}

.menu ul li a{
    display: block ;
    padding:10px;
    display: inline;
    font-weight: bolder;
}

.menu ul li a:link, .menu ul li a:active, .menu ul li a:visited{
   color: white;
   text-decoration: none;
}
.menu ul li a:hover{
   color: grey;
   text-decoration: none;
}

.menu img{
  float: left;
  margin-top: -10px;
  padding-left:10%;
  height: 90px;
  z-index: 3;
}

.mobile_imgs{
  display:none;
}

.hp_1, .hp_2, .hp_3{
    min-height: 100vh;
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100% ;
    grid-template-areas: 'hp_left hp_right' ;
}

.hp_left, .hp_right{
    height: 100%;
     background-size:cover;
     overflow: hidden;
     
}
.hp_left{
    grid-area: hp_left;
    padding-left:10%;
}

.hp_right{
    grid-area: hp_right;
  padding-right:10%;
}

.cont_cont{
    padding: 20px;
    width: auto;
    height: auto;
    display: block;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;

}

.mob_img{
  display: block;
  background-position: top center;
}

.bgimg-1 {
  background-image: url("../images/home/DSC4797.jpg"); 
}

.bgimg-2 {
  background-image: url("../images/home/DSC4817.jpg");
}

.bgimg-3 {
  background-image: url("../images/home/DSC4868.jpg");
}

.bgimg-4 {
  background-image: url("../images/home/DSC4901.jpg");
}

.footer{
  text-align: center;
  min-height: 200px;
  padding-bottom:20px;
}

.foot_cont{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100% ;
  grid-template-areas: 'footer_l footer_p footer_t' ;
}

.foot_cont ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.foot_cont ul li a:link, .foot_cont ul li a:active, .foot_cont ul li a:visited{
  color: white;
  text-decoration: none;
}

.foot_cont ul li a:hover{
  color: grey;
  text-decoration: none;
}

.foot_l{ grid-area: footer_l; vertical-align: center;}
.foot_p{ grid-area: footer_p;}
.foot_t{ grid-area: footer_t;}

.foot_l_img{ width: 40%;}

.p_cont{
  overflow: hidden;
  display: block;
}

.p_info{
  width: 90%;
  margin-left: 5%; 
  vertical-align: top;
  padding-left:10%;
  padding-right:10%;
}

.p_info .img_l{
  float: inline-start;  
  width: 100%;
  max-width: 400px;
  margin-right:30px;
  margin-bottom: 30px;
  /* display: block;*/
}

.p_info .img_r{
  float: inline-end;
  width: 100%;
  max-width: 400px;
  margin-left:30px;
  margin-bottom: 30px;
 display: block;
}

.g_cont{
  overflow: hidden;
  display: block;
}

.g_info{
  width: 90%;
  margin-left: 5%; 
  vertical-align: top;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.container .gallery a img, .container .gallery_b a img, .container .gallery_c a img {
  float: left;
  margin: 5px;
  height: 150px;;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.clear {
  clear: both;
}

.vanish{
  display: auto;
}

.expand{
  width: 50%;
}

/* Nav */
nav {
  background-color: black;
  position: -webkit- sticky;
  position: sticky;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  width:100%;
  text-align: center;
  height: 90px;
  overflow: visible;
  font-family: 'norwester', Impact, sans-serif;
  display: flex;
  align-items: center;
}
  
nav img {
  height: 90px;
  margin-left: 10%;
}
 
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 15%;
}
  
nav a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

  /* Hamburger menu icon */
.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
}
  
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 4px 0;   
}

.hamburger .menu-label {
  display: none;
  font-family: 'norwester', Impact, sans-serif;
  font-size: 1.5rem;
  color: white;
  margin-top: 4px;
}

.exp_tab{
  min-width: 50%;
}

@media only screen and (max-width: 950px) {
/*NAV*/
  nav ul {
    display: none;
    flex-direction: column;
    background: black;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
  }
  
  .hamburger {
    display: flex;
    margin-right: 10%;
  }
 
  .hamburger .menu-label {
    display: block; 
  }
  
  nav.open ul {
    display: flex;
  }

  h1, h2, h3{
    font-family: "norwester";
  }

  .exp_tab{
    min-width: 100%;
  }

  .menu{
    height: 130px;
  }

  .menu ul{
    margin-left: -30px;
  }

  .mob_img{
    display: none;
  }

  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }

  .mobile_imgs{
  display:block;
  }

  .vanish{
    display:none;
  }

  .expand{
    width: 100%;
  }

  .hp_1, .hp_3{
  min-height: 100vh;
  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100% ;
  grid-template-areas: 'hp_left hp_right' ;
  }

  .hp_2{
  min-height: 100vh;
  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100% ;
  grid-template-areas: 'hp_left hp_right' ;
  }

  .hp_left, .hp_right{
    padding-left:10%;
    padding-right:10%; 
  }

}
/*
body {
  /* background-color: lightblue;
}
.container{
  display: grid;
  width: 100vw;
  margin: 0 auto;
  grid-template-columns: 100% ;
  grid-template-rows: auto;
  /*border: black solid 1px;
  grid-template-areas:
  'info';
}
.shr_menu{
  display: block;
}

.header .logo_w, .header .logo_b{
  height: 140px;
  width: 140px;
  margin-left: -75px;
  left:50%;
  position: absolute;
  /*border: white solid 1px;
}
*/


/* SLIDE SHOW FOR MO */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 3%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 23%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 220px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}