@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&family=Oleo+Script+Swash+Caps&family=Poppins&display=swap');


.navbar-brand{
    padding-top:0px !important;
    padding-bottom:0px !important;
    
}
.text_logo{
  font-family: Rockwell;
  margin-left: 15px;
  font-size: 23px;
}
* {
   
    list-style: none;
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
    text-decoration: none !important;
  }
h1,h2,h3,h4,h5{
  font-family: Rockwell;
}
  .nav-bg{
background: var(--mahogany) !important;
  }
  .navbar li a{
    width:100px;
}
.heading-1 h2{
  font-family: 'Oleo Script Swash Caps', cursive;
  /* font-family: 'Oleo Script', cursive !important; */
}
.heading-1 img{
  width:350px;
  height:300px;
}
img{
  object-fit:cover !important;
}
  .navbar-toggler{
    border: none !important;
    box-shadow:none !important;
  }
  .justifies{
    text-align: justify;
    line-height:2em;
}
:root {
    --red:#2a4685;
    --white: #F8F8F8;
    --mahogany:#2a4685;
}
.navbar-toggler .fa{
   color:white !important;
}
.pill-nav a:hover {
    background:var(--red);
    color: var(--white);
    border-radius: 10px;
    
  }
  
  /* .pill-nav a.active {
   
  } */
  
  .navbar{
  padding: 0px !important;
  }
  .navbar a{
    
    color: var(--white);
    text-align: center;
    
  }
.parties img{
  width:80px;
  height: 80px;
}
.parties {
text-align: center;
opacity: 1;

}

.parties h3,h4,h5{
  font-family: 'Oleo Script Swash Caps', cursive;
}

.parties-about h3{
  font-family: 'Oleo Script Swash Caps', cursive;
  color:black;
  text-align: center;
}
.parties-about img{
  width:80px;
  height: 80px;
  text-align: center;
}
.service-icon1 img{
  width:80px;
  height: 80px;
}
.service-icon1 h5{
  font-family: 'Oleo Script Swash Caps', cursive;
}
.service-icon img{
  width:50px;
  height: 50px;
}
.service-icon h4,h5,h6{
  font-family: 'Oleo Script Swash Caps', cursive;
}
.service-img img{
width:350px;
height:300px;
}
.gallimg img{
  height:350px;
  
  }
.footer{
    background: var(--red);
    color:white;
}
.footer img{
    height:150px;
    width: 150px;
}

.footer a{
    color:white;
}
.footer a:hover{
    color:black;
}
.icon-fa{
  color:black;
  border-color: #F8F8F8;
  border-width: 50px;
  
}
.icon-fa i {
  text-align: center;
  background-color: white;
  height: 40px;
  width: 40px;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 40px !important;
  color:var(--mahogany);
}
@media only screen and (max-width: 769px) {
  iframe {
  width:500px;
  }
}
@media only screen and (max-width:530px) {
  iframe {
  width:350px;
  height:300px;
  }
}
@media only screen and (max-width:380px) {
  iframe {
  width:280px;
  height:280px;
  }
}
@media only screen and (max-width:329px) {
  iframe {
  width:100px;
  height:220px;
  }
}