/* T'Vedts CSS */

  .navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 50px;
    height: 50px;
    max-height: fit-content;
  }
  
  .active {
    background-color: #FF66C4;
  }

.jumbotron {
    background-image: url(./images/datenight.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; 
    background-repeat: no-repeat;
    height: 80vh;
  }

/* MAIN PAGE */
html {
  min-height: 100%;
}

.home {
  min-height: 50%;
  background-color: #27032c;
  text-align: center;
}

.container {
text-align: center;
}

#mainCol {
  text-align: left;
}

#mainLogo {
  width: 200px;
  height: 150px;
  margin-top: 10%;
}

#mainButton {
margin-top: 10px;
}

#mainButton:hover {
background-color: #00C2CB;
}

#tagline {
  color: #00C2CB;
    font-size: 43px;
}

#mainBlurb {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

video {
  width: 500px;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    padding-top: 75px;
    padding-bottom: 65px;

}

.video:-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

/* HOME PAGE */

#homeCenter {
  margin: 0 auto;
  width: 80%;
}

.body {
    background-color: #27032c; 
}

#header {
  background-image: ;
}

#headerTitle {
  font-size: 20vw;
  color: white;
  padding-top: 95px;
}

#blurb, #homeBlurb {
  font-size: 25px;
}

#blurb {
  @media screen and (min-width: 601px) {
    div.example {
        font-size: 40px;
    }
    .a{
        font-size: 25px;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    div.example {
        font-size: 30px;
    }
    .a{
        font-size: 18px;
        text-align: center;
    }
}
@media screen and (min-width: 800px) {
    div.example {
        font-size: 60px;
    }
}

}

#aboutTitle, #homeTitle, #homeBlurb {
  color: black;
}

#homeBlurb {
  margin-bottom: 5%;
  font-size: 25px;
  color: #00C2CB;
}

#aboutTitle {
  font-size: 500%;
  margin-top: 25px;
}

#homeTitle {
  font-size: 300%;
}
#aboutBlurb {
  margin-bottom: 5%;
  font-size: 40px;
  padding-left: 20%;
  padding-right: 20%;
  color: #00C2CB;
}

#aboutContainer {
  margin: 50px;
}

.row1 { 
    font-family: Impact;
    margin: 10%;
    padding-bottom: 75px;
    margin-top: -80px;
    margin-left: 80px;  
}

#logo {
    width: 100px;
    height: 80px;
}

.card {
  margin: 10px;
}

#card-img-top {
  height: 150px;
  width: 150px;
  margin-top: 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
}

#card-img-top:hover {
  background-color: #00C2CB;
}

.card-text {
  color: black;
}


.btn {
  background-color: #FF66C4;

}

.btn:hover {
  background-color: #00C2CB;
}

#homeLogo {
  margin-top: 50px;
  width: 200px;
  height: 150px;
}

/* FOOTER SECTION */

footer {
    font-size: small;
    color: white;
    width: 100%;
    padding-top: 100px;
    padding: 10px;
    background-color: black;
    position: fixed;
    bottom: 0px;
    text-align: center;
  }

/* CONTACT PAGE */

#contactHeader {
    padding: 225px;
    background-image: url(./images/date-night-2016.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; 
    background-repeat: no-repeat;
}

p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

  }

  #contact, #contactBlurb {
    color: #27032c;
  }

  #contact {
    margin-top: 5%;
    font-weight: bold;
  }

  #contactInfo {
    margin-top: 15%;
    color: #27032c;
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 80%;
  }

  #dateNightContact {
    margin-top: 95%;
    width: 500px;
    margin-left: -25%;
  }

  input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
  }
  
  
  input[type=submit] {
    background-color: #FF66C4;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  
  input[type=submit]:hover {
    background-color: #FF66C4;
  }
  
  .formcontainer {
    color: black;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  form {
    padding: 30px;
  }

  #submit-button:hover {
    background-color: #00C2CB;
  }

  /* ABOUT PAGE */

  .keisha, .quyana, .tvedt, .ethan {
    width: 175%;
    padding-left: 150px;

  }

  #aboutHeader {
    background-image: url(./images/teamwork.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; 
    background-repeat: no-repeat;
    height: 70vh;
  }

  #mainTitle {
    margin-top: -20px;
  }

  #homeInner {
    margin-bottom: 5%; 
   }

  .dropdown-menu {
  margin-right: 50px;
  }

  #dropdownMenuButton1, #submit-button 
  {
    margin: 0px;
    background-color: #FF66C4;
  }

  /* Images CSS  */

  #dinnerSetup, #dateNightCouple {
    width: 200px;
    height: 200px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
  }