body {
    margin:0;
    color: white;
    text-align:center;
    font-family: 'Fira Sans', tahoma, sans-serif;
    background: rgb(0,0,0);
    background: linear-gradient(345deg, rgba(0,0,0,1) 0%, rgba(42,79,129,1) 35%, rgba(0,212,255,1) 100%);        
}

a {
    color: #96dcf9; 
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color: rgb(233, 255, 111);
}


header {
    background-color: rgba(0,0,0, 0.5);
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin:0;
}

header ul {
    display:flex;
    list-style:none;
}

header li {
    text-decoration: none;
    padding: 20px;
}

#bg {
    opacity: 0.2;
    background-image:url('/img/kdubs-grill.png');
    background-repeat: no-repeat;
    background-position: center;
    /* background-position: 50% 0; */
    background-size: 66%;
    /* background-blend-mode: multiply; */

}
main {
    padding:10px;
    min-height:800px;
    /* background-blend-mode: multiply; */
    text-align: left;

}

#highlights {
    opacity: 1.0;
    width:100%;
    text-transform:uppercase;
}

#highlights p {
    color:rgb(233, 255, 111);
}
#highlights strong {
    color:rgb(238, 152, 95);
}

#highlights ul, footer ul {
    display:flex;
    width: 90%;
    list-style:none;
    text-align:left;
    margin:auto;
    margin-bottom:40px;
    /* justify-content:space-between; */
    justify-content:center;
    padding:0;
}

.destinations li, .social li {
    margin: 0 30px 0 0;
    width:100%;
}

#highlights img {
    height:200px;
    width:100%;
    border-radius:10px;
    box-shadow: 2px 4px 8px rgba(0,0,0, 0.5);
    object-fit:cover;
}

footer {
    background-color: rgba(0,0,0, 0.5);
    display:flex;
    justify-content:center;
    width:100%;
    margin:0;
}

footer ul {
    margin: 20px auto;
}

footer li {
    width:100px;
    height:30px;
}

footer li img {
    height:100%;
    object-fit:cover;
}
 
#footyfishy {
    position:absolute;
    text-align:right;
    bottom:50px;
    width: 100%;
} 
