/*!
 * Start Bootstrap - One Page Wonder v5.0.0 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
}
  

h1,
h2,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

h3 {
  font-family: 'Catamaran';
  font-weight: 800 !important; 
  color: black;
}

h4 {
    font-family: 'Catamaran';
    color: black;
    font-size: 1em;
}

.d-block h4:hover {
    color: #8df9b1;
}

.img-thumbnail-gallery {
    height: 180px;
    width: 200px;
    border: solid turquoise 5px;
}

.img-thumbnail-gallery:hover {
    opacity: 0.5;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: turquoise;
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-image: url("../img/image1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 2rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: transparent;
  border: solid white 4px;
  margin: 5px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #8df9b1 !important;
  border-color: #8df9b1 !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.bottom-nav {
    color: white;
    text-align: center;
    font-size: 1.2em;
}

footer{
    background-color: turquoise;
}

.bottom-nav ul li {
    display: inline;
    padding: 10px;
    color: white;
}

a {
    text-decoration: none !important;
    color: black;
}

a:hover {
    color: #8df9b1;
}

.img-thumbnail {
    border: solid turquoise 4px;
}

.img-thumbnail:hover {
    opacity: 0.5;
}

.social-buttons {
    text-align: center;
}


.social-buttons ul {
  margin-bottom: 0;
}

.social-buttons ul li {
    display: inline;
}


.social-buttons ul li a {
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

.social-buttons ul li a:active, .social-buttons ul li a:focus, .social-buttons ul li a:hover {
  background-color: #8df9b1;
}

.img-play {
    width: 300px;
    height: 260px;
}

.img-stay {
    border: solid turquoise 3px;
    margin: 10px;
}

.p-5 a h3:hover {
    color: #8df9b1;
}

.p-5 a:hover {
    opacity: 0.5;
}

.post-title {
    color: turquoise;
}

.post-title:hover {
    color: #8df9b1;
}

.blog-btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
}

.blog-btn-primary {
  background-color: turquoise;
  border-color: turquoise;
}

.blog-btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #8df9b1 !important;
  border-color: #8df9b1 !important;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: turquoise;
    min-width: 195px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.reef-link:hover {
    color: #8df9b1;
}

.gallery-text {
    color: turquoise;
}



