


/*
#header{
    margin-top: 7%;
    text-align: center;
    background: url("../images/marble-texture1.jpg") top center no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
}
#header #h1-background{
    display:flex;
    align-items: center;
    justify-content: center;

    height: 30%;
    width: 38%;
  
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;

}
#header h1{

    color: black;
    font-size: 6em;
    margin-top: auto;
    margin-bottom: auto;

    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.8;
}
*/
#gallery{
    padding: 2em 0;
    width: 100%;
    align-content: center;
    text-align: center;
}

.carousel{ /*this will manupuliate the image gallery attributes*/
    width: 50vw; 
    margin-left: auto; 
    margin-right: auto;
}


@media(min-width: 1300px){
    #header{
        margin-top: 3%;
    }
}


@media(max-width: 1100px){
    #header #h1-background{
        margin-top: 7%;
        height: 115px;
    }

    .carousel{
        width: 80%;
    }
}


@media(max-width: 768px){

     html,
    body{
        margin-top: 10px;
    }

    #header #h1-background{
        margin-top: 15%;
        width: 100%;
        height: 60px;
    }
    
    .carousel{
        width: 80%;
    }

}



