body {
  margin: 0px;
}

/* navigation */

.navbar,
.navbar,
.navbar-light,
.bg-light {
  background-color: #0e5770 !important;
  padding-right: 50px;
}

.nav-link {
  color: white !important;
  font-family: "Baloo Paaji 2" !important;
}
.nav-link:hover {
  color: #aeffb4 !important;
  font-family: "Baloo Paaji 2" !important;
}
.nav-link:active {
  color: #aeffb4 !important;
  font-family: "Baloo Paaji 2" !important;
}
.navbar-brand {
  padding-left: 10px;
}
.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease;
}
/* jumbotron */
.jumbotron {
  background-image: url(../images/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  height: calc(100vh - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Paaji 2" !important;
  color: white;
}

/* Hero Space jumbotron */
.jumbotron {
  background-image: url(../images/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  height: calc(100vh - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.turtle {
  background-image: url(../Images/turtle_hero_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  height: calc(100vh - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.turtle button {
  background-color: #ffbe5d;
  color: #0e5770;
  border-radius: 10px;
}

/* Hero Space jumbotron */
.locationHero {
  background-color: #7ad9d5;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Paaji 2" !important;
  color: 0e5770;
}

.locationHero h1 {
  padding-bottom: 24px;
}

/* About Cards  */
.aboutCard {
  background-color: #71a1a8;
  font-family: "Baloo Paaji 2" !important;
  color: white;
  border-radius: 20px;
  min-height: 264px;
}

.aboutCardContainer {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color:rgb(0, 22, 31);
}

.card-title {
  font-size: 30px !important;
  font-family: "Baloo Paaji 2";
}

.card-text {
  font-size: 18px;
}

.ecoCard {
  border: none;
}

@media screen and (max-width: 768px) {
  .aboutCardContainer {
    flex-direction: column;
  }
  .aboutCard {
    width: 100%;
    margin-bottom: 24px;
  }
}

.card-body {
  padding: 56px;
}

.card-title {
  padding-bottom: 16px;
}
/* END About Cards  */

/* Brand Header */
.brand {
  height: 150px;
}

.logoheader {
  background-image: linear-gradient(
    to bottom right,
    rgb(14, 87, 112),
    rgb(47, 170, 165),
    rgb(130, 205, 205)
  );
  text-align: center;
  padding: 50px;
  padding-bottom: 60px;
  padding-top: 60px;
}

/* How it Works */

h3 {
  font-family: "Baloo Paaji 2" !important;
  color: #0a7d94;
  background-color: white !important;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 40px;
}

.row {
  height: 300px;
  padding-bottom: 50px;
}
.col-sm {
  height: 300px;
  padding: 30px;
  padding-bottom: 100px;
}

.steps {
  padding: 20px;
  height: 300px;
  padding-bottom: 150px;
}

.steps {
  padding: 20px;
  height: 300px;
  padding: 20px;
  height: 300px;
}

.container {
  padding-bottom: 100px;
}

/* Mission Statement */
.mission {
  padding: 220px;
  background-color: rgb(0, 22, 31);
  color: white;
  font-family: "Open Sans" !important;
  font-size: 25px;
}

.missionHeader {
  font-size: 40px;
  font-weight: bold;
}
.missionP {
  font-family: "Open Sans" !important;
}

/* END Mission Statement */

/* Quote */

.aboutQuote,
.quote {
  color: black;
  background-color: rgb(208, 234, 255);
  font-family: "Baloo Paaji 2";
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  padding: 100px;
}

/* END Quote */

/* how to video */
.video {
  background-image: linear-gradient(rgb(148, 220, 238), rgb(133, 177, 235));
  margin-top: 60px;
  margin-bottom: 60px;
}

.video-body {
  padding-bottom: 100px;
}

.video h5 {
  display: flex;
  justify-content: center;
  font-family: "Baloo Paaji 2" !important;
  font-size: 40pt;
  color: rgb(0, 65, 85);
  padding-top: 60px;
}

img.videoResize {
  max-width: 60%;
  max-height: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.interface {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 17%;
}
/* END how to video */

/* Locations - Map */
.map {
  padding: 80px !important;
  background-color: #e1fff9;
  margin: 0;
}

/* Banner: the following contains the css for the banner with the plastic bottles */
.banner {
  background-image: linear-gradient(to right, #cef9ce, #82cdcd, #d2ebff);
  font-family: "Baloo Paaji 2";
  color: #027492;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 80px;
}

.banner h1 {
  padding: 56px;
}

.banner img {
  padding-left: 56px;
  padding-right: 56px;
}

.bannerContainer .col-sm {
  display: flex;
  align-items: center;
}

/* Bottom Banner */
.bottomBanner {
  background-image: url(../Images/beach.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  max-height: 600px;
  height: calc(100vh - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Banner*/
.bottomBanner h1 {
  max-width: 500px;
  display: flex;
  float: left;
}

/* Sun and Sea bottom banner */

.sunSea {
  height: 400px;
}

/* Subscribe Form */
form {
  padding-left: 500px;
  padding-right: 500px;
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: "Open Sans";
  background-image: linear-gradient(to right, #79afac, #82cdcd, #9fc4e2);
  color: rgb(1, 42, 58);
}

.form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.subscribeTitle {
  background-image: linear-gradient(to right, #79afac, #82cdcd, #9fc4e2);
  color: rgb(0, 22, 31);
  font-family: "Baloo Paaji 2" !important;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  padding-top: 100px;
  padding-right: 30px;
  font-size: 40px;
}

.btn-primary {
  background-color: #ffbe5d;
  color: #0e5770;
  border-radius: 10px;
  font-weight: bold;
  font-family: "Baloo Paaji 2" !important;

  /* Is this the right CSS?  just made the buttons the same

  background-color: rgb(220, 255, 250);
  font-weight: bold;
  color: rgb(0, 22, 31);

   */
}
/* end Subscribe Form */

/* steps*/

.steps {
  padding: 20px;
  height: 300px;
}

/*
@media screen and (max-width: 1024px) {
 .nav-links{
   width: 60%;
  }
}
*/

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: 0px;
    height: 94vh;
    top: 58px;
    background-color: #0e5770;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
    padding-top: 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }
  .burger {
    display: block;
  }
  .nav li {
    opacity: 0;
  }
}

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* Footer*/
.bottomBanner h1 {
  max-width: 500px;
  display: flex;
  float: left;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Footer*/

footer {
  background-color: #0e5770 !important;
  padding: 0;
  height: 20em;
}
footer ol {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Baloo Paaji 2" !important;
}
footer ol:hover {
  color: #aeffb4 !important;
  font-family: "Baloo Paaji 2" !important;
}
.foot {
  align-items: center;
  justify-content: center;
}
.socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa {
  padding: 30px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
  color: #aeffb4;
}
.fa-facebook {
  background: #0e5770;
  color: white;
}

.fa-twitter {
  background: #0e5770;
  color: white;
}
.fa-linkedin {
  background: #0e5770;
  color: white;
}
.fa-instagram {
  background: #0e5770;
  color: white;
}
.copyright {
  background-color: #0e5770;
}
.copyright ol {
  display: flex;
  align-items: right;
  justify-content: right;
  font-family: Arial, Helvetica, sans-serif !important;
}
/* Footer*/

/* Enviornmental and Popular Location Cards*/
.container-fluid {
  background-color: rgb(208, 234, 255);
  height: 7in;
}
.cardContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Paaji 2" !important;
}
p {
  font-family: "Baloo Paaji 2" !important;
}
.container-fluidtwo {
  background-color: #e1fff9;
  height: 7in;
}
.cards {
  align-items: center;
  justify-content: center;
}
/* END Enviornmental and Popular Location Cards*/
