.nav-link:link {
  font-family: "Grandstander", cursive;
color: #8b5e3c;
font-size: 40px;
font-weight: 700;
}

.nav-link:visited {
    color: #8b5e3c;
}
.nav-link:hover {
    color: #ecac58;
}

.mainlogo {
    margin:15px auto;
    text-align: left;
}

.logo {
  width: 200px;
}

.navbar-nav {
justify-content: left;
  width: 100%;
}

.bg-custom {
    background-color: #ffffff;
}

.footer {
    background-color: #8b5e3c;
    color:#ffffff;
    font-family: "Roboto", sans-serif;
    padding: 30px;
    width: 100%;
}

.footer-right {
    text-align: right;
}

.icons {
    display: inline-block;
    margin-bottom: 8px;
}

.copyright {
    display: block;
    text-align: right;
}

.bi {
    color: #ffffff;
    font-size: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

h2 { 
    color: #ffffff;
    font-weight: 600;
    font-size: large;
}

.carousel img {
    height: 100%;
    object-fit: cover;
}

h1 {
    font-family: "Grandstander", cursive;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 20px;
}

h3 {
    color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: large;
}

h4 {
    color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: large;
}

.btn-custom {
    background-color:#ecac58;
    color: #000 ;
    font-family:"Roboto", sans-serif;
    font-weight: 600;
    font-size: 17pt;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.carousel-inner {
    height: 500px;
    overflow: hidden;
}

.carousel-item {
    height: 130%;
    width: 100%;
    object-fit: cover;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 200px auto;
}

@media only screen and (max-width: 1024px) {
  body {
    margin-bottom:200px;
  }
}

.img-fluid {
  height: 100%;
  object-fit: cover;
}

.cotactstyle {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.form-label {
    font-family: "Roboto", sans-serif;
    color: #8b5e3c;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control {
    background-color: #ecac5859;
}

h5 {
    font-family: "Roboto", sans-serif;
    color: #8b5e3c;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-style: italic;
}

