*, *:before, *:after {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  a {
    text-decoration: none;
   }

body {
    margin: 0;
    font-family: "Lexend Deca";
    font-size: 16px;
    line-height: 26px;
}

.menu {
    height: 75px;
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 20000;
    filter: drop-shadow(0px 3px 3px #05085A);
}

.menu .divider{
    display: flex; 
    height: 100%;
}

.menu .power{
       height: 28px;	
       width: 105px;	
       color: #A2A2A2;
       font-size: 11px;	
       line-height: 14px;
       margin-top:25px;
       margin-left: 15px;
}

.menu .logo {
    margin: auto;
    margin-left: 50px;
    margin-top: 25px;
}

.menu .logo img {
    height: 25px;
}

@keyframes example {
    0%   {border-top: 3px solid white;border-bottom: 3px solid white;}
    100% {border-top: 3px solid #05085A; border-bottom: 3px solid #05085A;}
  }


.menu .item{
    border-top: 3px solid white;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 30px;
    color: #05085A;
    font-family: "Lexend Deca";
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.menu .red{
    color: #E94F35;
}

.menu .item:hover{
    border-top: 3px solid #05085A;
    border-bottom: 3px solid #05085A;
    cursor: pointer;

    animation-name: example;
    animation-duration: 0.5s;
}

.p{
    margin-left: 156px;
    margin-top: 27px;
    margin-bottom: 40px;
    margin-right: 100px;
}

.p.max700{
    max-width: 700px;
}

.h1{
    margin-left: 156px;
    max-width: 660px;	
    color: #E94F35;
    font-size: 50px;
    line-height: 60px;
}

.h1 span{
    color: #05085A;
}

.h2{
    /* width: 189px;	 */
    color: #05085A;	
    font-size: 30px;	
    line-height: 40px;
    margin-top: 20x;
    margin-bottom: 15px;
}

.h3{
    height: 40px;	
    width: 85px;	
    color: #05085A;	
    font-size: 22px;	
    line-height: 40px;
    margin-top: 10x;
    margin-bottom: 5px;
}

.hstack{
    display: flex;
}

.hstackfixed{
    display: flex;
}

.vstack{
    display: flex;
    flex-direction: column;
}

.max50{
    max-width: 50%;
    padding-right: 90px;
}

.max50{
    max-width: 55%;
    padding-right: 90px;
}

.max33{
    max-width: 33%;
    min-width: 33%;
    padding: 30px;
}

.font20{
    font-size: 20px;
    line-height: 30px;
}

.icon{
    height: 72px;
    width: 75px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.orange{
    color: #E94F35 !important;
}

.blue{
    color: #05085A;
}

.contactline{
    color: #05085A;
    background-color: white;
    height: 43px;
    margin-bottom: 10px;
    font-size: 24px;
    padding: 7px;
}

.powerrr{
    color: #6C6C6C;	
    font-size: 18px;	
    letter-spacing: -0.3px;	
    line-height: 23px;	
    text-align: center;
}

.anchorspacer{
    height: 85px;
}

.center{
    margin-left: auto;
    margin-right: auto;
}

.head{
    left: 240px;
}

.mobileonly{
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 700px) {
    .mobilehidden {
      display: none;
      visibility: hidden;
    }

    .mobileonly{
        display: inherit;
        visibility: inherit;
    }

    .p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .h1 {
        margin-left: 10px;
    }

    .hstack{
        display: flex;
        flex-direction: column;
    }

    .max50 {
        max-width: 100%;
        padding-right: 10px;
    }

    .max55 {
        max-width: 100%;
        padding-right: 10px;
    }
    
    .max33{
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }

    .blue{
        margin-left:10px !important;
    }

    .head{
        left:10px !important;
        padding-right: 10px;
        width: 350px !important;
    }

    iframe{
        width: 100% !important;
        height: 210px !important;
    }
}