body{
    background-color: red;
    font-family: 'Inter', sans-serif;
    
}

.h2, h2 {
    font-size: 1.2rem !important;
    color: brown;
    color: #070965;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}
.container-full{
    width: 100%;    
    margin-right: auto;
    margin-left: auto;
}

.topbar{
    position: absolute;
    top: 0;
    background-color: #0fb5ba;
    left: 0;
    width: 100%;
    padding: 10px;
}
.mainBanner{
    /* background-image: url(assets/images/ContainersBg3.jpg); */
    background-position: center;
    background-size: cover;
    min-height: 90vh;
    min-height: 100%;
    left: 0;
    background-color: #00000061;
    
}

#Menu {
    /* display: grid;
    grid-template-columns: 2fr 10fr;
    grid-gap: 5px; */

}
#Menu a{
    display: block;
    font-family: 'Inter', sans-serif;
    padding: 4px 15px 4px 15px;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.7px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}    

.top-menu {
    padding: 0!important;
    margin: 0 auto!important;
    position: fixed;
    top: 10%;
    left: 4%;
    right: 4%;
    border-radius: 0;
    -webkit-border-radius: 0;
    /* max-width: 1170px; */
    font-size: 13px;
    font-weight: 400;
    border-bottom: 0;
    z-index: 999;
    transition: all .3s linear 0s;
    min-height: auto!important;
}

.top-menu.tiny {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    background-color: rgb(46 70 97);
    max-width: 1600px;
    padding: 5px !important;
}
.top-menu.tiny a {
    /* color: black !important; */
}
#logoDiv{
    
    background-size: contain;
    height: 100px;
    width: 135px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    width: 170px !important;
    background-repeat: no-repeat;
    margin-top: 10px;
}

#logoText{
    color: white;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
}
.logoWhite{
    background-image: url(assets/images/Immanuel_Logo_w.png);
}
.logoColour{
    background-image: url(assets/images/Immanuel_Logo_w.png);
}


.menuDiv{
    /* background-color: red; */
    min-height: 25px;
}
#logo{
    max-height: 85px !important;
}

.Home1, .Home2, .Home3  {
    background: linear-gradient( 
45deg
 , #dcdcdc, transparent);

 background: linear-gradient( 
45deg
 , #bceefc, transparent);
 
 background: linear-gradient( 
    45deg
     , #daebff, transparent);
    /* height: 500px; */
    padding-top: 55px;
    padding-bottom: 55px;  

}

.Home1 p{
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.Home2{
    background: linear-gradient( 
-45deg
 , #bceefc, transparent) !important;

}


 h1{
        color: #2196f3;
        color: #f94040;
        color: #020562;
    font-weight: 500;
    margin: 15px 0;
    font-size: 30px !important;
        visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInLeft;
    margin-bottom:10px;
}

 p {
     font-size: 16px;
    line-height: 30px !important;
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;

}

#footer {
   padding: 80px 0 0;
    margin-top: 35px;
    background: url(../img/footer-bg.jpg) no-repeat center;
    background-size: cover;
    border-top: solid 0px #063653;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 300;
}

@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
#footer{
    background-color: #2196f3;
    background-color: #014061f2;
    padding: 40px;
    color: white;
}
#footer a {
color: white;
}
.st{
    margin-top: 15px;
}

#vbg {
    position: fixed;
    z-index: -1;
    /* height: auto;
    width: 100%; */
}

@media (min-aspect-ratio:16/9){
    #vbg {
        
        height: auto;
        width: 100%;
    }   
}

@media (max-aspect-ratio:16/9){
    #vbg {
        
        height: 100%;
        width: auto;
    }   
}