*{
  font-size: 18px;
}

body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color:white;
}

.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;
}

.btn{
  background-color: powderblue !important;
  color: black !important;
  text-transform: uppercase;
  font-family: 'Quintessential' , cursive !important;
   cursor: pointer;
  transition: 0.2s all;
}

.btn:hover{
    background-color: grey !important;
    box-shadow: 0px 2px 10px 5px #97b1bf ;
}

.btn:focus{
  outline: none;
}

a{
  text-decoration: none;
  color: white;
}

.btn-group{
  margin-top: 60px;
}

.next{
  background-color: black !important;
  color: white !important;
 
}

.contact {
    display : flex;
    justify-content: center;
    color : black;
    flex-wrap: wrap;
    text-align: center;
  }
  
  .contact div {
    background-color:white ;
    border : 1px solid lightgrey;
    line-height: 30px;
    text-align: center;
    overflow-x: auto;
    box-shadow: 3px 3px 3px lightgray;
    width : 280px; 
    height : 340px;
    margin: 30px;
    font-size:1rem ;
    color:black;
    transition: .4s;
  }


.contact div:hover{
  transform: scale(1.1) !important;
  z-index: 2 !important;
  box-shadow: 0px 2px 10px 5px #97b1bf ;
 /*background-color: red;
  color: white;*/
}

b{
    font-size: 1rem;
}

 .contact div img {
    margin: auto;
    padding: 0;
    display: block;
    width : 276px;
    height : 180px;
    margin-bottom: 10px;
  }

  
 /* Image */ 
 
.image img {
  width : 100%;
  height: 700px;
  display:block;
}

.image {
  font-weight: bold;
  color : royalblue;
}

.fnt{
  text-align: center;
  color:white;
  font-size: 3rem;
  font-style: italic;
}


.head{
  width: 100%;
  background-color: powderblue;
  padding: 15px;
  margin-bottom: 50px;
  color: white;
}

@media(max-width:600px) {
  
.image img {
  height: 500px;
}

.fnt{
  font-size: 1.3rem;
  font-weigth :bold;
}
}



@media (min-width: 992px)

{
.navbar{
  height: 80px !important;
}
}
