
*{
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
}

.navbar-brand{
    font-weight: bold !important;
    font-family: 'Quintessential'  !important;
  }
  

.navbar-dark .navbar-nav .nav-link {
    color : white;
    font-weight: 400;
  
}


.nav-item a:hover{
    color: red !important;
  }

.head{
    width: 100%;
    background-color: white;
    padding: 15px;
    color: black;
    font-weight: 600;
}

.section {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px 0;
}

iframe{
    height: 315px;
    width: 45%;
    margin: 30px 0;
}

img{
    width: 100%;
    height: 700px;
}


@media (max-width: 768px)
{
    img{
        height: 500px;
    }
    
   iframe{
        width: 80%;
   }
}

@media (min-width: 992px)
{
   .navbar{
       height: 80px !important;
   }
}
