.jumbotron{
 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 100vh;
     position: relative;
     margin-bottom: 0rem!important;
  }

   /* NAV Changes */
.color-change{
  background-color: black!important;
  position: fixed!important;
  top:0;
  width:100%;
}

.logo-change {
  height:90px;
}

.logo {
  color:black;
}

nav{
  background-color: transparent;
  position: fixed;
  z-index:10000;
  top:0;
  left:0;
}

.tabIcon{
  background-color: white;
  border-radius: 20%;
}


.navbar{
  
  background-color: #000000;
}

.navbar-nav {
  text-align: center;
  margin-top: 5%;
}

.nav-link{
  font-size: 20px;
  font-weight: 700;
  color:white;
  text-shadow: 2px 2px #000000;
}

.nav-link:hover{
  border-bottom: 6px solid #fff;
  color: #fff;
}
  
  .content {
      background-image: url("img/swim.jpg");
      min-height: 50vh;
  }

  .title {
    margin-bottom: 2%;
  }


  .form-control {
    height: 60px;
    width: 100%;
    padding: 10px;
    border: 2px solid black;
    color:black;
    font-weight: 600;
    font-size:20px;
  }

  #messageBox {
    height:200px!important;
  }

  .btn {
    border-width:2px 2px 2px 0px;
    border-style: solid;
    border-color: black;
    color: black;

  }



  .contact {
    background: #000000!important;
    color:white;
    padding-left:1rem;
    padding-right:1rem;
    margin:auto;
    text-align:center;
  }

  
/* contact */

.contact {
  background: #000000!important;
  color:white;
}

.formTxt{
  width: 50%;
  height: 40px;
  align-items: center;
  justify-content: center;
  
}

.contactBtn{

  justify-content: left;
  align-items: flex-start;
  margin-right: 43%;
  text-transform: uppercase!important;
  padding: 8px 10px 8px 10px;
}

.footnav{
  flex-direction: row!important;
  justify-content: center;
}
