body {
  width: 100%;
  height: 100%;
  font-family: "Gothic A1", sans-serif;
  margin: 0px;
}

a{
    text-decoration: none;
}

/* slideshow container   */
.bb_slideshow_container {
  width: 100%;
  width: 100%;
  height: 400px;
  position: relative;
  margin: auto;
}

.bb_mySlides {
  width: 100%;
  height: 400px;
}

.bb_mySlides img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#slideshow_content .owl-stage-outer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#slideshow_content .owl-nav {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* background-color: aqua; */
  color: white;
  font-size: 40px;
  font-weight: bold;
  z-index: 2;
}

#slideshow_content .owl-nav .owl-prev {
  position: relative;
  float: left;
  display: block;
}

#slideshow_content .owl-nav .owl-next {
  position: relative;
  float: right;
  display: block;
}

#slideshow_content .owl-nav .owl-prev span {
  padding: 180px 14px;
  margin-left: -1px;
}

#slideshow_content .owl-nav .owl-next span {
  padding: 180px 14px;
}

/* On hover, add a black background color with a little bit see-through */
#slideshow_content .owl-nav .owl-prev span:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

#slideshow_content .owl-nav .owl-next span:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* bottom navigation bar */

.topnav {
  background-color: rgb(0, 0, 17);
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 15px;
  /* height: 40px; */
  cursor: pointer;
  overflow: hidden;
  border-bottom: 2px solid #00AEEF;
}


.topnav a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.topnav i {
  margin: 0px 8px;
}


.topnav .bb_home_icon {
  display: none;
}

.dropdown {
  overflow: hidden;
  margin: 0px 15px;
}

.dropdown .dropbtn {
  color: white;
  background-color: inherit;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  padding: 8px 16px;
  font: inherit;
  margin: 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 97%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  top: 157px;
  border-bottom: 4px solid red;
  text-align: left;
  padding: 20px;
}



.topnav a:hover, .dropdown:hover .dropbtn {
  /* background-color: #555; */
  color: red;
}


.dropdown:hover .dropdown-content {
  display: block;
}


/* Create three equal columns that floats next to each other */
.dropdown-content .row {
  width: 100%;
  font-size: 16px;
  /* display: flex; */
}

.dropdown-content .column {
  float: left;
  width: 23%;
  padding: 10px;
  /* height: 250px; */
}

/* .dropdown-content .column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
} */



.dropdown-content .row .column h3 {
  padding: 10px 25px;
  margin: 0px;
  /* cursor: pointer; */
  /* float: left; */
}

.dropdown-content .row .column ul {
  margin: 0px;
  padding: 0px 20px;
}

.dropdown-content .row .column ul li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
}

.dropdown-content .row .column h3:hover {
  color: red;
}

.dropdown-content .row .column ul li:hover {
  color: red;
}



.cc_mainlogo  {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
}

.cc_mainlogo a {
  color: white;
  font-weight: bolder;
  font-size: 24px;
}