html body{
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* splash page */
.splash{
    width: 100%;
    height: 540vh;
    background-color: white ;
    z-index: 9999;
    position: bottom;
    top:0;
    left:0;

}
.splash.display-none{
    width: 100%;
    height: 540vh;
    opacity: 0;
    background-color: white ;
    z-index: -10;
    position: fixed;
    top:0;
    left:0;
    transition: all 0.5s;
}

.splash-content{
    width: 940px;
    margin-top: 0px;
}

@keyframes fadeIn {
    to{
        opacity: 1;
    }
}
.fade-in{
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}

/* navbar */
.dropdown-menu{
    background-color:#5b0444 !important;

}

.dropdown-item{
    font-size: 22px;
    color: white !important;
}
.dropdown-item:hover{
    color: #5b0444 !important;
}


/*  main part   */
.site-content{
    background-image: url("images/orange-red-sky.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.site-title, .site-desc{
    color: #880068;
}
.flex-column{
    margin-top: 19%;
    margin-bottom: 20%;
}
.button{
    width: 170px;
    background-color: #5b0444 !important;
    color: white !important;
}
.button:hover{
    background-color: white !important;
    border: 1px solid #5b0444 !important;
    color: #5b0444 !important;
}

.buttons {
    width: 170px;
    background-color: white !important;
    border: 1px solid #5b0444 !important;
    color: #5b0444 !important;
}
.buttons:hover{
    background-color: #5b0444 !important;
    color: white !important;
}


/* circles */
.circle{
    background-color: white;
    height: 200px;
    width: 220px;
    border-radius: 50%;
    line-height: 200px;
    text-align: center;
    alignment: center;
    border: 1px solid #5b0444;

}
.images{
    width: 80%;
}

.roww{
    position: relative;
    bottom: 70px;

}

/* section 2 */
.img-btn{
    width: 380px;
    height: 50px;
    background-color:  #5b0444 !important;
    color: white !important;
}

.img-btn:hover{
    background-color: white !important;
    color:#5b0444 !important;
    border: 1px solid #5b0444 !important;
}
.text{
    position: relative;
    bottom: 430px;
    color: white;
}

/* section 3 */
.position{
    position: relative;
    bottom: 100px;
}
.content{
    position: relative;
    bottom: 50px;
    right: 30px;
}
.buttonss {

    background-color: #5b0444 !important;
    color: white !important;
}
.buttonss:hover{
    width: 170px;
    background-color: white !important;
    border: 1px solid #5b0444 !important;
    color: #5b0444 !important;

}


/* section 4 */

.blog{
    position: relative;
    left: 110px;
}

.read{
    background-color: #5b0444 !important;
    color: white !important;
}
.read:hover{
    width: 170px;
    background-color: white !important;
    border: 1px solid #5b0444 !important;
    color: #5b0444 !important;
}

/* footer */
.contact{
    background-color: white !important;
    color:#5b0444 !important;
}


/* responsiveness */

@media (min-width: 992px) and (max-width: 1199px){
.site-title{
    margin-top: 20px;
  }
    .sect{
        position: relative;
        right: 20px;
    }
    .img-btn{
        position: relative;
        left: 50px;
    }
    .post{
        width: 240px;
        height: 180px;
    }


}

@media (min-width: 768px) and (max-width: 991px){
    /* navbar */
    .dropdown-menu{
        background-color:white !important;

    }

    .dropdown-item{
        font-size: 22px;
        color:#5b0444  !important;
    }
    .dropdown-item:hover{
        color: #5b0444 !important;
    }
    .navbar .navbar-collapse{
        background-color: #5b0444;
        margin-right: 20px;
    }
    .navbar ul li a{
        text-align: center;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
        margin-right: 20px;
    }
    .images {
        width: 50% ;
    }
    .circle{
        width: 170px;
        height: 170px;
        line-height: 170px;
    }

    .head{
        font-size: 24px;
    }
    .sect{
        width: 96%;
    }
    .text{
      margin-top: -50px;
    }
   .pst{
       margin-top: -160px;
   }
   .post{
       width: 120px;
       height: 130px;
       position: relative;
       right: 20px;
   }
    .lorem{
       margin-left: -120px;
        font-size: 17px;
       width: 220px;
    }
    .read{
        margin-left: -120px;

    }
}

@media (min-width: 601px) and (max-width: 767px){
    /* navbar */
    .dropdown-menu{
        background-color:white !important;

    }

    .dropdown-item{
        font-size: 22px;
        color:#5b0444  !important;
    }
    .dropdown-item:hover{
        color: #5b0444 !important;
    }
    .navbar .navbar-collapse{
        background-color: #5b0444;
        margin-right: 20px;
    }
    .navbar ul li a{
        text-align: center;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
        margin-right: 20px;
    }

    .images {
        width: 50% ;
    }
    .circle{
        width: 170px;
        height: 170px;
        line-height: 170px;
       margin-top: 20px;
    }
    .first{
        margin-top: 90px;
    }
    .head{
        position: relative;
        left: 150px;
        bottom: 150px;
        width: 300px;
    }
    .dummy{
        position: relative;
        left: 170px;
        bottom: 150px;
        width: 300px;
    }
    .sect{
        width: 95%;
    }
    .text{
       margin-top: -70px;
    }
    .heading{
        font-size: 28px;
        font-weight: bold;
    }
    .pst{
        margin-top: -160px;
    }
    .happy{
        position: relative;
        left: 130px;
    }
    .content{
        text-align: center;
        padding-bottom: 60px;
    }
    .post{
        height: 180px;
    }
}

@media (min-width: 481px) and (max-width: 600px){
    /* navbar */
    .dropdown-menu{
        background-color:white !important;

    }

    .dropdown-item{
        font-size: 22px;
        color:#5b0444  !important;
    }
    .dropdown-item:hover{
        color: #5b0444 !important;
    }

    .navbar .navbar-collapse{
        background-color: #5b0444;
        margin-right: 20px;
    }
    .navbar ul li a{
        text-align: center;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
        margin-right: 20px;
    }

.site-title{
    margin-top: 20%;
}

    .images {
        width: 50% ;
    }
    .circle{
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin-top: 20px;
    }
    .first{
        margin-top: 90px;
    }
    .head{
        position: relative;
        left: 150px;
        bottom: 150px;
        width: 300px;
    }
    .dummy{
        position: relative;
        left: 170px;
        bottom: 150px;
        width: 300px;
    }
    .sect{
        width: 95%;
    }
    .text{
        margin-top: -110px;
    }
    .heading{
        font-size: 25px;
        font-weight: bold;
    }
    .pst{
        margin-top: -190px;
    }
    .happy{
        position: relative;
        left: 130px;
    }
    .content{
        text-align: center;
        padding-bottom: 60px;
    }
    .post{
        height: 190px;
        width: 190px;
    }
    .simple{
        font-size: 25px;
        padding-left: 30px;
    }
    .buttonss{
        position: relative;
        left: 20px;
    }
    .lorem{
        position: relative;
        right: 70px;
    }
    .read{
        position: relative;
        right: 20px;
    }

}

@media (min-width: 360px) and (max-width: 480px){
    /* navbar */
    .dropdown-menu{
        background-color:white !important;

    }

    .dropdown-item{
        font-size: 22px;
        color:#5b0444  !important;
    }
    .dropdown-item:hover{
        color: #5b0444 !important;
    }
    .navbar{
        overflow-x: hidden !important;
    }
    .navbar .navbar-collapse{
        background-color: #5b0444;
        margin-right: 20px;
    }
    .navbar ul li a{
        text-align: center;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
        margin-right: 20px;
    }


    .site-title{
        margin-top: 20%;
    }
    .images {
        width: 50% ;
    }
    .circle{
        width: 130px;
        height: 130px;
        line-height: 130px;
        margin-top: 20px;
    }
    .first{
        margin-top: 90px;
    }
    .img-btn{
        width: 250px;
    }
    .img-btn a{
        font-size: 14px !important;
    }
    .head{
        position: relative;
        left: 70px;
        bottom: 110px;
        width: 300px;
        font-size: 25px;
    }
    .dummy{
        position: relative;
        left: 130px;
        bottom: 100px;
        width: 200px;
    }
    .sect{
        width: 95%;
    }
    .text{
        margin-top: -110px;
    }
    .heading{
        font-size: 22px;
        font-weight: bold;
    }
    .ipsium{
        font-size: 18px !important;
    }
    .pst{
        margin-top: -190px;
    }
    .happy{
        position: relative;
        left: 70px;
    }
    .content{
        text-align: center;
        padding-bottom: 80px;
        position: relative;
        right: 5px;
    }
    .post{
        height: 120px;
        width: 120px;
    }
    .simple{
        font-size: 25px;
        padding-left: 30px;
    }
    .buttonss{
        position: relative;
        left: 20px;
    }
    .lorem{
        position: relative;
        right: 100px;
        width: 230px;
    }
    .read{
        position: relative;
        right: 100px;
    }

}
