.top_info_dropbtn {
    font-family: 'Nunito', 'Asap' , Arial, sans-serif;
    background-color: rgba(0,0,0, .3);
    color: white;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: none;
    transition: .5s ease;
}
.top_info_dropbtn:focus {
  outline: none;
  background-color: rgba(255,255,255, .1);
}
.top_info_dropbtn:hover {
    background-color: rgba(255,255,255, .1);
}

.top_info_dropdown {
    display: none;
    position: relative;
    display: inline-block;
    width: 100%;
}

.top_info_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.top_info_dropdown-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top_info_dropdown-content a {
    border-top: 1px solid rgba(0,0,0,0.1);
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

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

.top_info_show {display: block;}

.top_info{
  width: 100%;
  padding: 20px 0;
  position: relative;
  color: white;
  overflow: visible;
  text-align: center;
  background: #002243;
}
.top_info_nav{
    list-style:none;
    margin: 0;
    padding: 5.5px;
    text-align:center;
}
.top_info_nav li{
    font-family: 'Nunito', 'Asap' , Arial, sans-serif;
    border-right: 2px solid #FFFFFF;
    display:inline;
    margin-left: -5px;
    font-size: 20px;
    padding: 12px 14px;
    cursor: pointer;
    text-decoration: none;
    display:inline-block;
}
.top_info_nav a{
    text-decoration: none;
    color: #FFFFFF;
}
.top_info_nav li:last-child {
    border-right: none;
    color: white;
}
.top_info_nav li:hover {
    background: rgba(255 , 255 , 255 , .4);
    transition: .2s ease;
    color: #FFFFFF;
}
@media screen and (max-width: 1080px) {
  .top_info_nav{
    display: none;
  }
  .top_info_dropbtn {
    display: block;
  }
  .top_info_dropdown {
    display: block;
  }
}
#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#main {
    transition: .5s;
    overflow-x: hidden;
}
.info_container{
  position: relative;
  height: auto;
  width: auto;
  display: block;
  overflow: hidden;
  max-width: 1080px;
  margin: auto;
}
.info_box{
  position: relative;
  height: 175px;
  width: calc(100% - 10px);
  margin: 5px;
  overflow: hidden;
  flex: 1;
}
.info_box h2{
    font-size: 30px;
}
@media screen and (max-width: 1080px) {
  .info_container{
    display: block;
  }
  .info_box{
    height: 175px;
    width: 100%;
    margin: 5 0;
    flex: none;
  }
  .info_text{
    position: absolute !important;
    background: none !important;
    left: 0;
    right: 0;
    top: 0;
  }
  .info_pic{
    height: 100% !important;
  }
}
.info_pic{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
}
.info_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  filter: grayscale(100%);
  z-index: -1;
}
.info_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.info_text{
  position: absolute;
  background: none !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 200px;
  text-align: center;
  color: white;
  background: inherit;
  overflow: hidden;
  transition: .5s;
}
.info_text p{
  color: white;
  padding: 10px 20px;
  margin-bottom: 100px;
}
.info_text h2{
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  padding: 5px 10px;
  letter-spacing: 1px;
}
@media screen and (min-width: 733px) {
  .info_text h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 510px) {
  .info_text h2 {
    font-size: 30px;
  }
}
.info_box a[class*="buttoninfo"] {
  font-family: 'Ranchers' , Arial, sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 175px;
  bottom: 20px;
  text-align: center;
  margin: auto;
  padding:12px 16px;
  text-decoration: none;
  transition: all .2s ease;
	border: 2px solid white;
  text-transform: uppercase;
}

.buttoninfo_b {
  background-color: rgba(0,0,0,.3);
  color: white;
  border: 2px solid white;
}
.buttoninfo_b:hover {
  background-color: white;
  color: #0F7EC2;
  border: 2px solid #0F7EC2;
}

.buttoninfo_r {
  background-color: rgba(0,0,0,.3);
  color: white;
  border: 2px solid white;
}
.buttoninfo_r:hover {
  background-color: white;
  color: #B81F24;
  border: 2px solid #B81F24;
}

.buttoninfo_y {
  background-color: rgba(0,0,0,.3);
  color: white;
  border: 2px solid white;
}
.buttoninfo_y:hover {
  background-color: white;
  color: #E09F44;
  border: 2px solid #E09F44;
}

.gap{
  width: 2%;
  height: 300px;
  float: left;
  background: white;
  display: block;
}
.main_row_wide{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main_row_wide .text {
	color: #00ACAC;
  position: relative;
  font-size: 16px;
}
.main_row_wide .text h1{
  font-size: 50px;
}
.overlay_pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: .5s ease;
}
.button_main {
  font-family: 'Bowlby One', Arial, sans-serif;
  letter-spacing: 1px;
	font-weight: normal;
  display: inline-block;
	margin: 20px 0;
  padding:12px 16px;
  text-decoration: none;
  transition: all .2s ease;
	background-color: #195D66;
	color: white;
	border: 2px solid white;
}
.button_main:hover {
  background-color: white;
  color: #195D66;
	border: 2px solid #195D66;
}
.button_main:focus {
  background-color: white;
  color: #195D66;
	border: 2px solid #195D66;
}
.color_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: .5s ease;
}
.overlay_to_left {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.main_row_two:hover .overlay_to_left {
  width: 100%;
  left: 0;
}
.overlay_right {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.overlay_right i{
  position: absolute;
  top: 180px;
  left: 115px;
  color: white;
  font-size: 50px;
  overflow: hidden;
  transition: .5s ease;
}

.main_row_two:hover .overlay_to_right {
  width: 100%;
}

.top_pic{
  width: 100%;
  height: 70%;
  min-height: 300px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .top_pic{

  }
}
.top_pic .title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  padding: 20px 5px;
  color: rgba(255 , 255 , 255, 1);
}
.title h1{
  letter-spacing: 4px;
}
.top_pic img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
/* Style the links inside the sidenav */
