@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
header h1{
    position: relative;
    color: aliceblue;
    text-align: center;
    font-weight: 200;
    text-shadow: 2px 1px #000000;
    margin-top: 120px;
    font-size:65px;
    font-family: 'Playfair Display', serif;
}
.phone-number{
    position:relative;
    color: aliceblue;
    font-size: 20px;
    text-shadow: 2px 1px #000000;
    text-align: right;
    padding-top: 30px;
    padding-right: 20px;
    margin-top:0px;
    font-family: 'Playfair Display', serif;
}
header{
    background-image: url("default-bg-teal.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 500px;
    /*border-radius: 25px;*/
}
header::before{
    content: "";
    /* z-index: 1; */
    background-color: rgba(0,0,0,0.3);
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.top-part{
    margin-top: 30px;
    color: aliceblue;
    text-shadow: 2px 1px #000000;
    position:relative;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}
.navbar-nav > a:link:active,
.navbar-nav > a:visited:active,
.navbar-nav > a:hover {
    color: #b8b7b7;
    text-decoration: underline;
  }
.navbar-nav > a{
    text-decoration: none;
    color: aliceblue;
    text-shadow: 2px 1px #000000;
    padding-left: 50px;
    
}
.nav-link.active{
    color: #b8b7b7;
    text-decoration: underline;

}
footer{
    height:auto;
    font-weight: 200;
    text-shadow: 2px 2px 2.5px #000000;
    font-family: 'Playfair Display', serif;
    color: aliceblue;
    background-color: #1d94d5;
    padding: 50px 8px 16px 8px;
}
.slogan{
    font-size: 35px;
    text-align:center;
    p+p{
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
    }
}
.footer-content{
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    flex-direction: column;
}
@media screen and (min-width: 576px) {
    .footer-content{
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 64px;
        flex-direction: row;
    }
}
