

.containerIp{
    max-width: 100vh;
    position :relative;
    background-color: #D1989D;   
    height: 100vh;
    background-image: url("../img/ip/IPbg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerCi{
    max-width: 100vh;
    position :relative;
    background-color: #8ECAE8;   
    height: 100vh;
    background-image: url("../img/ci/ciBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerSf{
    max-width: 100%;
    position :relative;
    background-color: #9dbbb4;   
    height: 100vh;
    background-image: url("../img/sf/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerWhite{
    max-width: 100%;
    position :relative;
    background-color: #fff;   
    height: 100vh;
    background-image: url("../img/bgwhite.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container{
    max-width: 100%;
    position :relative;
    background-color: #3864a4;   
    height: 100vh;
}
.next-button {
    position: absolute;
    top : 10%;
    right: 10%;
    width: 50px;
}
.logo{
    position: absolute;
    top : 5%;
    left: 10%;
    width: 50px;
}
.image-ass{
    height: 85px;
}
.topText{
   width: 200px;
   margin-left: 10%;
   margin-top: 10%;
   margin-bottom: 10px;
}
.middleTextdiv{
    display:flex;
align-items:center;
justify-content:center;

}
.middletext{
    display: flex;
    width: 200px;
   margin-top: 20px;
   margin-bottom: 20px;
   display: flex;
   justify-content:space-evenly;
}
.bodyIp{
    position :relative;
    background-color: #D1989D;
}
.bodyCi{
    position :relative;
    background-color: #8ECAE8;
}
.bodySf{
    position :relative;
    background-color: #9dbbb4;
}
.body{
    position :relative;
    background-color: #3864a4;
}
.navigation{
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    float: right;
}
.navigation2{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    /* align-content: stretch; */
    flex-wrap: nowrap;
}
.subNav2{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content:space-evenly;
}
.subNav1{
    margin-bottom: 10px;
    display: flex;
    justify-content:space-evenly;
}
.buttonSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
}
.btnS{
    width: 250px;
    margin-bottom: 8px;
}
.nav1{
    height: 85px;
}
.nav2{
    height: 85px;
}


@media screen and (min-width: 600px) {
.containerMain{
    max-width: 100vw;
    position :relative;
    background-color: #3864a4;   
    height: 100vh;
    background-image: url("../img/main/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.containerIp{
    max-width: 100%;
    position :relative;
    background-color: #D1989D;   
    height: 100vh;
    background-image: url("../img/ip/IPbg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerCi{
    max-width: 100%;
    position :relative;
    background-color: #8ECAE8;   
    height: 100vh;
    background-image: url("../img/ci/ciBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerSf{
    max-width: 100%;
    position :relative;
    background-color: #9dbbb4;   
    height: 100vh;
    background-image: url("../img/sf/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.containerWhite{
    max-width: 100%;
    position :relative;
    background-color: #fff;   
    height: 100vh;
    background-image: url("../img/bgwhite.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container{
    max-width: 100%;
    position :relative;
    background-color: #3864a4;   
    height: 100vh;
}
.next-button {
    position: absolute;
    top : 10%;
    right: 10%;
    width: 50px;
}
.logo{
    position: absolute;
    top : 5%;
    left: 10%;
    width: 50px;
}

.topText{
   width: 250px;
   margin-bottom: 10px;
   margin-top: 10%;
   margin-bottom: 20px;
}
.middleTextdiv{
    width: 80%;
    margin: auto;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.middletext{
    display: flex;
    width: 200px;

}
.bodyIp{
    position :relative;
    background-color: #D1989D;
}
.bodyCi{
    position :relative;
    background-color: #8ECAE8;
}
.bodySf{
    position :relative;
    background-color: #9dbbb4;
}
.body{
    position :relative;
    background-color: #3864a4;
}
.nav-1{
    position: absolute;
    height: 30px;
    top: 10%;
    left: 0%;
    padding-left: 10%;
padding-right: 10%;
}
.nav-2{
    position: absolute;
    height: 30px;
    top: 10%;
    right: 0%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 99;
}
.navigation{
    width: 100%;
    top: 10%;
    right: 0%;
}
.navigation2{
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 8%;
    justify-content: flex-start;
}
.buttonSection{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 8%;
  
}
.btnGal{
    width: 250px;
    margin-left: 10px;
}
.up{
    position: relative;
    z-index: 99;
}
.Photo-Desc{  
    width: 70%;
    margin: auto;
    POSITION: absolute;
    bottom: 0px;
    
    }
.Photo-Desc-sf{  
        width: 70%;
        margin-left : 0px;
        }

.Photo-Desc-sf-stick{  
    width: 30vw;
    position: absolute;
    bottom: 0px;
    right: 0px;
    }
.btnS{
    width: 350px;
    margin-left: 10px;
}
.image-main{
    width: 40%;
    margin-left: 5%;
    margin-top: 5%;
 }
 .stick-animation{
    max-width: 400px;
    position: fixed;
    bottom: 0px;
    right: 0px;
}
.image-left{
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 20%;
}
.image-right{
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 30%;
}
.image-animated{
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 40%;
}
.image-text{
    position: absolute;
    top: 10%;
    right: 50%;
    width: 20%;
}



}