/* .headline{
    height: 350px;
    width: 100%;
    padding: 5px;
    display: inline;
    top: 0px;
    margin-bottom: 30px;
    align-items: center;
    z-index: 2px;
}
.headline h2{
    font-size: 2rem;
    text-align: center;
}
#boldp{
    font-size: 1.3rem;
    text-align: center;
}
#boldpara{
    text-align: center;
} */
.sect{
    margin: 30px;
    border: 1px solid black;
   color: white;
   background-color: transparent;
   opacity: 0.6;
   justify-content: center;
   text-align: center;
   border-radius: 5px;
}
.section{
    border: 1px solid #03045e;
   color: white;
   background-color: #03045e;
   opacity: 0.8;
   justify-content: center;
   align-items: center;
   height: 130px;
   width: 100%;
}

#section-img{
    background-image: url("../images/471353842_1116997693764127_7901145784991113435_n.jpg");
    background-size: cover;
    background-position: 0cqb;
    display: flex;
    height: 450px ;
    width: 100%;
    padding-right: 0px;
}

#heading {
    padding-top: 10px;
    margin: 0;
    font-size: 2em;
    text-align: center;
    padding-left: 10px;
  
}
#headline {
    margin-bottom: 0;
    font-size: 1.3em;
      text-align: center; 
     padding-left: 10px; 
    
   
}
#subheadline{
    margin: 0;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 10px;
}

.welcome-img{
    background-image: url("../images/IMG_0480.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0cqb;
    height: 450px ;
    width: 450px;
    margin-left: 30px;
    display: inline-block;
}

.hero-section-1{
    width: 53%;
    height: 390px;
    margin-left:22px;
    margin-top:22px;
    background-color: transparent;
    margin-bottom: 12px;
    padding:25px;
    float: right;
    margin-right: 91px;
    box-sizing: border-box;
   margin-top: 50px;
    border-radius: 6px;
   display: inline;
    }
    .welcome p{
        font-style: normal;
        color: #948574;
        font-family: 'oswaid','Times New Roman', Times, serif;
    }
    .welcome h3{
        line-height: 34px;  
        color: #061d7b;
        letter-spacing: -1px;
        font-size: 28px;
        padding-bottom: 15px;
        font-family: 'oswaid','Times New Roman', Times, serif;
    }
    .customs-button {
        position: absolute;
        box-sizing:content-box;
        border-radius: 4px;
        height: 40px;
        width: 150px;
        font-family: 'oswaid','Times New Roman', Times, serif;
        opacity: 0.85;
        background: #4682B4;
        display: block;
        color: #fff;
        border-bottom:5px solid purple;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        align-items: center;
        padding-top: 7px;
        margin-left: 10px;
        transition: 1s;
    }
    
    .customs-button:hover{
        border-bottom: none;
        position: absolute;
        transition: 1.5s;
        transition: all  5s ease 0.3s;
    }

    .homepic{
        height: 480px;
        width: 100%;
        padding-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    
    .box-img{
        height: 450px;
        width: 300px;
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
        background-position:0cqw, 0cqb;
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    .founder-img:hover{
        transition: 300ms;
        transform: scale(1.07);
    }
    .flex2{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .wi{
        margin-top: 180px;
        margin-left: 255px;
        font-size: 1.5rem;
    }
    .set{
       color: white;
       background-color: transparent;
       height: 449px;
       width: 299px;
       border-radius: 5px;
    }
    .box-img:hover {
        transition: 1s;
        transform: scale(1.05); 
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        cursor: pointer;
      }
      #homeh2{
        font-size: 1.8rem;
        color: #061d7b;
        text-align: center;
        margin-bottom: 50px;
      }
      @media screen and (max-width: 375px) {
        #homeh2{
          font-size: 1.6rem;
          width: 90%;
          
        }
        .sectionevents{
          margin-bottom: 2100px;
        }
      }
      /* @media screen and (min-width: 375px) {
       em{
        display: none;
       }
      } */