@font-face {
    font-family: Grobold;
    src: url(../Misc/GROBOLD.ttf);
 }
 @font-face {
    font-family: Anek Devangari;
    src: url(../Misc/AnekDevanagari-VariableFont_wdth\,wght.ttf);
 }

html{
    overflow-x: hidden;
}
 body {
    margin: 0;
    position: relative;
    font-family: Anek Devangari;
    padding-top: 65px;
    overflow-x: hidden;
 }
.center{
    margin-left: auto;
    margin-right: auto;
}
 .noScroll{
    overflow-y: hidden;
 }
p{
    font-size: 18px;
    letter-spacing: .5px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Grobold;
}
 hr{
    border: 0px;
    border-top: 2px solid gray;
 }
 #screenCover{
    width: 100%;
    height: 100%;
    top: 0;
    background-color: black;
    position: fixed;
    z-index: 2000;
    transition: opacity 1s ease;
 }
 .flashyIntroCover{
    opacity: 0%;
 }
 .highlight {
    background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #FFD0AE 50%);
    background-size: 0%;
    background-repeat: no-repeat;
    transition: background-size 1s ease;
  }
 .navbar {
    display: flex;
    position: fixed;
    width: 100%;
    font-family: Grobold;
    align-items: center;
    padding: 15px;
    background-color: black;
    color: white;
    top: 0;
    z-index: 2001;
    transition: top 1s ease;
}

.startup{
    top:-999px;
}
.navMenu{
    display: none;
    position: fixed;
    width: 100%;
    background-color: white;
    height: 0px;
    box-shadow: 0px .5px 5px black;
    height:350px;
    top: -999px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 999;
    transform-origin: scaleY(0);
    transition: top .5s ease;
}

.navMenu li{
    font-family: Grobold;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    color: rgb(80, 80, 80);
    cursor: pointer;
}

.navMenu a{
    padding-right: 2000px;
    color: rgb(80, 80, 80);
    text-decoration: none;
}
.navMenu a:visited{
    color: rgb(80, 80, 80);
    text-decoration: none;
}
/*  */
.navbar a:not(.logo){
    margin-left: 4%;
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    transition: 100ms;
    color:white; 
    text-decoration:none; 
    cursor:pointer;  
    cursor: pointer;
}

.navbar button{
    position: absolute;
    right: 50px;
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}
.navbar a:Hover:not(.logo){
    color:white; 
    text-decoration:none; 
    cursor:pointer;  
    background-color: white;
    color: black;
}

.expandedMenu{
    top: 80px;
}
.blackLi{
    list-style-image: url(../Images/ptero.png);
    color: gray;
}
.whiteLi{
    list-style-image: url(../Images/pteroWhiteSmall.png);
}
.socialMedia{
    width: 154px;
}
.unselectedCarousel{
    background-color: rgb(230, 230, 230)rgb(79, 79, 79);
    border: none;
}
.selectedCarousel{
    background-color: rgb(130, 160, 201);
    border: none;
}
.nextButton{
    font-weight: bolder;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    border: none; 
    background: rgba(147, 145, 220, 0.508); 
    color:white;  
    border-radius: 10px;
    transition: .1s ease;  
}
.nextButton:hover{
    font-weight: bolder;
    border: none; 
    background: rgba(71, 75, 104, 0.527); 
    color:white;  
    border-radius: 10px;  
}
.footerDiv{
    background-color: #333;
    width: 100%;
    color: white;
    position: relative;
    text-align: center;
    margin-top: 50px;
    height: 380px;
}
.colourBox{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.57);
    width: 80%;
    min-height: 320px;
    padding: 20px;
    color: white;
    margin: auto;
    margin-top: 40px;
    max-width: 1280px;
    position: relative;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-x: hidden;
    transition: all .5s ease;
    right:0;
}
.bottomFill{
    margin-left: 385px;
}
.right{
    float: right; 
    margin-left: 20px;
}
.rightText{
    text-align: right;
    margin-right: 385px;
}
.left{
    float: left; 
    margin-right: 20px;
}
.colourBox li{
    font-size: 18px;
    margin-left: 35px;
    letter-spacing: .5px;
    list-style-position: inside;
}
.colourBox h1{
    font-size: 64px;
}
#posterEnlarged{
    width: 100%;
    height: 100vh;
    top:0%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9000;
    display: none;
   }
   #posterEnlarged div{
    display: flex;
    justify-content: center;
    height: 100vh;
   }
   #posterEnlarged img{
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: block;
    width: auto;
    object-fit: cover;
    max-width: 90%;
    max-height: 90%;
   }
@media screen and (max-width: 1150px) {
.colourBox{
    text-align:center;        }
.left{
    float: none;
    margin-right: 0px;
}
.colourBox li{
    margin-left:-35px;
    list-style-position: inside;
}
.right{
    float: none; 
    margin-left: 0px;
}
.rightText{
    text-align: center;
    margin-right: 0px;
}
.colourBox h1{
    font-size: min(12vw, 64px);
}
.bottomFill{
    margin-left: 0px;
}
}
.footerDiv a, .footerDiv a:visited{
    color: white;
    font-weight: normal;
    text-decoration: none;
}
@media screen and (max-width: 730px) {
    .navbar a:not(.logo){
        margin-left: 1%;
    }
}

@media screen and (max-width: 880px) {
    .navMenu{
        display: flex;
    }
    .navbar a:not(.logo){
        display: none;
    }
    .navbar button{
        display: block;
    }
}