

ul.topnav {
  list-style-type: none;
  border: solid 1.5px rgb(73, 72, 72);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  transition: top 0.3s;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 4px 10px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #999;}

ul.topnav li a.active {background-color: #999;}

ul.topnav li.right {float: right;}

@media only screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
  .mobilePadding{visibility: hidden;}
  
}

  
  * {box-sizing: border-box}
  .mySlides {display: none}
  img {vertical-align: middle;}
  * {
    box-sizing: border-box;
  }

  p{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /*BACKGROUND VIDEO HERO*/ 
  body {
    margin: 0;
    padding-top: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
  }
  @media (min-width: 600px) {
    
    .mobilePadding{
      display: none;
    }
  }
  
  #myVideo {
    position: relative;
    margin-left: 10%;
    width: 80%; 
    z-index: -1;
    border: solid 0.5px #000 ;
  }
  @media only screen and (max-width: 600px){
    #myVideo{
      width: 100%;
      margin-left: 0;
      height: 100%;
    border: solid 0.5px #000 ;
    }
  }

  .content {
    position: relative;
    margin-left: 10%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 80%;
    padding: 5px;
  }
  
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  
/*COLUMNS*/
  
  * {
    box-sizing: border-box;
  }

  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    align-self: center;
    border-radius: 2%;
    width: 30%;
    height: 450px;
    min-width: 300px;
    overflow: hidden;
    background-color: #e4e2e2;
  }

  .column-form{
    float: left;
    align-self: center;
    border-radius: 2%;
    width: 25%;
    overflow: hidden;
  }

  .column-form2{
    float: left;
    align-self: center;
    border-radius: 2%;
    width: 30%;
    overflow: hidden;
    margin-left: 3%;
  }

  .vt{
    border: rgb(241, 228, 79) solid;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }}
  


/* SAME SIZE IMAGE*/
  .img {
    position: relative;
    width:  100%;
    height: 75%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.imgsize{
    height: 90%;
    width: 100%;
}

.imggallery{
  width: 20%;
  border-radius: 2%;
  padding: 4px 0px;
}


  
.btn{
    background-color: #555555;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


/***********MODAL************/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute; 
  top: 5%;
  right: 5%;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(8, 222, 250);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  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 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer{
  background-color: black;
  color:white;
  align-content: center;
  padding: 1%;
  bottom: 0;
  left: 0;
}

/*Paragraphs*/

.centered{
margin-left: 15%;
margin-right: 15%;
width: 70%;
margin-bottom: 15%;
}

/*Hero*/
.heroImage {
  background: url("../images/hero.jpeg");
  height: 400px;
  margin-top: 10px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover  ;
	position: relative;
}
.heroContents {
	padding-top: 25px;
	text-align: center;
	color: white;
}