.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
body {
    margin: 0;
    padding: 0;
}

body {
    font-family:'georgia';
    font-size: 22px;
    color: seashell;
    background-color: rgb(8, 72, 112);
    opacity: 0.9;
    text-align: center;
    margin: 0 auto;
    
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px 0 0;
}

a {
    color: seashell;
    text-decoration: underline;
}
header {
    height: 69px;
    display: fixed;
    border-bottom: 1px solid seashell;
}
.nav {
    display: none;
    justify-content: flex-end;
    margin-right: 10px;
    
}

.logo {
    float: left;
    margin-left:10px;
    margin-top: 9px;
}

.logo img {
    width: 350px;
    height: 80px;

}

.jumbotron{
    float: none;
    background-image: url("../images/delfines_wm-1200-500.jpg");
    background-repeat: no-repeat;
    height: 400px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner {
     width: 1200px;
     background-color: rgba(0, 128, 255,0.3);
     
}

.banner h4 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.featured {
    width: 100%;
    display: flex;
    background-color: blue;
}

.intro {
    margin: 0 auto;
}

.photos {

    width: 1200px;
    margin: o auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.photos img{
    width: 301px;
    height: 200px;
}

#locations{
    background-image: url("../images/Final_Princessroom2-1200-500.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#locations h2 {
margin-bottom: 15px;
}

.loc-container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.card {
    height: 250px;
    width: 270px;
    text-align: center;
    background-color: rgba(243, 186, 218, 0.5);
    margin-right: 40px;
    margin-left: 50px;
}

@media screen and (max-width: 640px) {
    .photos {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #locations {
        background-image: url("../images/Final_Princessroom2-640.jpg");
        background-repeat: no-repeat;
        background-position: center;
        height: 420px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    
    }

    .jumbotron{
        float: none;
        background-image: url("../images/delfines_wm-640.jpg");
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner {
        width: 100%;
        background-color: rgba(0, 128, 255,0.3);
        
   }

   .nav ul li {
        font-size: 0.75rem;
   }
 
   .card {
        height: 15rem;
        width: 20rem;
        font-size: 1rem;
        text-align: center;
        background-color: rgba(243, 186, 218, 0.5);
        margin-right: 20px;
        margin-left: 30px;
    }


    
}

@media screen and (max-width: 390px) {
    .photos {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #locations {
        background-image: url("../images/Final_Princessroom2-400.jpg");
        background-repeat: no-repeat;
        background-position: center;
        height: 420px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    
    }

    .jumbotron{
        float: none;
        background-image: url("../images/delfines_wm-400.jpg");
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner {
        width: 100%;
        background-color: rgba(0, 128, 255,0.3);
        
   }

   .nav ul li {
        font-size: 0.75rem;
   }
    .card {
        height: 20rem;
        width: 20rem;
        font-size: 0.50rem;
        text-align: center;
        background-color: rgba(243, 186, 218, 0.5);
        margin-right: 20px;
        margin-left: 30px;
    }
}