*{
    margin: 0;
    padding: 0;
 
}

.html, body{
  
    box-sizing: border-box;
}
.intro {
   
    position: inherit;
    align-items: center;
   
}

/* Rosy Logo */
.logo{
    text-align: center;

}

/* Nav Bar */
nav{
    background-color:none;
    overflow: auto;
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.nav-links{
    float: left;
    display: flex;
}

li{
    display: inline-block;
}
.nav-links li a{
    width: 100px;
    display: block;
    background: none;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
}
.nav-links li a:hover{
    opacity: .8;
}

/* slideshow*/
.slideshow-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(30%);
    /*display: none;*/
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
/*.slideshow-img:first-child{
    display: block;
} */


a {
    color: rgb(214, 213, 213);
    font-family: Arial, Helvetica, sans-serif;
}

/* Main Text */
p{
    color:rgb(224, 217, 217);
    font-size: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
   padding: 5px;
    text-align: center;
    border: 10px;
    overflow: auto;
    border: 10px;
}


/* Footer */
.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: none;
    color: white;
    text-align: center;
}
.social li a{
    width: 40px;
    display: block;
 
    text-align: center;
    font-size: 25px;
}
.social li a:hover{
    opacity: .8;
}
 .fa-facebook{
    font-size: 20px;
}
 .fa-yelp{
    font-size: 20px;
}

