html, body, main, footer{
    /* background-color: #f8ddff; */
    /* background: linear-gradient(#f2f2f2, #521262); */
    background-color: #f2f2f2;
    /* background-color: #4c62aa; */
    margin: 0;
    padding:0;
}


/* navbar */
nav{
    position: sticky;
}
.navbar-default{
    background-color: rgb(255, 255, 255);
}


.logo{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.logo2{
    padding-top: 20px;
}

.logo-height{
    height: 90px;
}

.navbar-brand{
    display: flex;
    justify-content: center;
}
.navbar-title{
    color:#521262;
}


.embed-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height:10vh;
}


/* background image */
.background{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.main-block{
    height: 300px;
}

.overlay{
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.637);
    height: 300px;
    width: 100vw;
    align-items: center;
    
}

.overlay h1{
    font-size: 100px;
    font-style: italic;
}

.card{
    background-color: rgb(255, 255, 255);

    border: none;

    border-radius: 30px;

    min-height: 10vh;

    box-shadow: 0px 40px 50px 5px rgba(0, 0, 0, 0.3);

    display: flex;
    flex-direction: column;

}

/* .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.card-title{
    margin-bottom: 10%;
}

.card h2{
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.card p{
    font-size: 24px;
}
.card img{
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.3);
}
.service-image{
    box-shadow: 0px 40px 50px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    display: block;

    width:70%;
}

.card-footer {
    padding: 0;
    margin: 0;
}

.btn-primary, .btn-primary:visited, .btn-primary:active, .btn-primary:focus{
    background-color: #521262;
    border-color: #521262;
    color: white;
    width: 100%;
    /* max-width: fit-content; */
    font-size: 2.3em;
    font-weight: 500;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover{
    background-color: #390d44;
    border-color: #390d44;
    color:white;
}


.card-img-top{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    object-fit: cover !important;
    min-height: 10vh !important;
    height: 15vh !important;
    max-height: 15vh !important;
}



