.primary{
  background-color:#123859;
}

.navbar-dark
{
  background-color:#123859;
}

.secondary{
  background-color:#98BF0A;
}

.myHeader{
    background-color:#CBF23D;

}

.body{
  background-color:#F2E6A7;
  font-family: 'Lato', sans-serif;
  overflow: scroll;

}

.orange{
  background-color:orange;
}

.title{
font-family: 'Changa One', cursive;
  color:#123859;

}



.nav-item .nav-link{
  color: rgb(248, 242, 242)!important;
  font-weight: normal;
}
.nav-item .nav-link:hover{
  color: #CBF23D!important;
    font-weight: normal;

}

 .carousel-inner img {
    width: 100%;
    height: 100%;
  }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(202, 198, 198);
  color: white;
  text-align: center;
}


.contact-form{
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #123859;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}