html {
    font-size: 15px;
}

h1.header {
    font-family: 'Playfair Display', serif; 
    font-weight: 700;
    font-size: 3.75rem;
    margin-bottom: 0rem;
    color: rgb(255, 255, 255);
}

h2 {
    font-family: 'Playfair Display', serif; 
    font-size: 2rem;
    font-weight: 500; 
}

h3 {
    font-family: 'Playfair Display', serif; 
    font-size: 1.6rem;
    font-weight: 500; 
}

h4 {
    font-family: 'Playfair Display', serif; 
    font-size: 1.4rem;
    font-weight: 500; 
}

h5 {
    font-family: 'Playfair Display', serif; 
    font-size: 1.2rem;
    font-weight: 500; 
}

p, a {
    font-family: 'Playfair Display', serif; 
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0rem;
}

p.header {
    font-family: 'Playfair Display', serif; 
    font-weight: 500;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}

p.p2 {
    font-family: 'Playfair Display', serif; 
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

img.icon {
    margin-left: auto;
    margin-right: auto;
}

.dimensions {
    max-width: 100%;
    height: auto;
}

.def-shadow {
    box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75); 
}

.header-img {
    background-image: url("../img/header-bg.jpg");
    position: relative;
    width: 100%;
    height: auto;
    min-height: 39rem;
    padding: 15rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.services-img {
    background-image: url("../img/sea.jpg");
    position: relative;
    width: 100%;
    height: 2rem;
    min-height: 2rem;
    padding: 1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact-img {
    background-image: url("../img/sea.jpg");
    position: relative;
    width: 100%;
    height: auto;
    min-height: 5rem;
    padding: 1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.carousel-item-left {
    display: flex;
    justify-content: center;
}

.line {
    border-color: black;
    border-width: 0.25rem;
    width:20%;
    margin-left: auto!important;
    margin-right: auto!important;
}

footer {
    padding: 5rem 0 1rem 0;
}

@media screen and (max-width: 450px){
    h1.header {
        font-size: 2.2rem;
    }
    .header-img{
        background-image: url("../img/header-bg.jpg");
        position: relative;
        width: 100%;
        height: auto;
        min-height: 10rem;
        padding: 15rem 0;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;    
    } 
}