/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.navBarDiv{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.navBar{
    width: 95%;
    height: 16vh;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   
    border-radius: 15px;
    /*! margin: 3vw; */
    margin-top: 1.4vw;
    font-family: patlafont;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    /* background-color: red; */
}

.navleft{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15vw;
    height: 100%;
    /* margin-left: 1vw; */
    position: relative;
}

.navRight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:space-evenly;
        -ms-flex-pack:space-evenly;
            justify-content:space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40vw;
    
}


.navRight a {
    text-decoration: none;
    /* color: var(--darkBlue); */
    font-size: 1.1rem;
    font-family: patlafont;
    /* font-weight: 300;
    color: black; */
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 1px var(--darkBlue);
  }

  .p1_logo{
    /*! width: 100%; */
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;


}

.p1_logo img{
    /* width: 100%; */
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

#blacklogo{
    opacity: 0;
}

        
@media(max-width: 1536px) {

}
@media(max-width: 1288px) {
    
}
@media (max-width: 1024px) {

    .navBarDiv {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }


    .navBar {
        width: 6rem;
        height: 6rem;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 15px;
        margin-top: 1.4vw;
        font-family: patlafont;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        /* background-color: red; */
        padding: 10px;
        margin-left: 4%;
    }

    .navleft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 24vw;
        height: 100%;
        /* margin-left: 1vw; */
        position: relative;
    }

    .navRight {
        display: none;
    }

}

@media (max-width: 1024px) and (max-height:500px){
  
}

@media (max-width: 900px) {
 
}

@media (max-width: 900px) and (max-height: 500px) {
 
}


@media (max-width: 768px) {
   

}

@media (max-width: 768px) and (max-height: 600px) {

}


@media (max-width: 640px) {
   
}



@media (max-width: 480px) {
 
}