﻿@font-face {
    font-family: 'Hunting';
    src: url('../fonts/Hunting.otf') format('opentype');
}
@font-face {
    font-family: 'ChopinScript';
    src: url('../fonts/ChopinScript.otf') format('opentype');
}
body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}
#title{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
#image {
    max-width: 375px;
    display: block;
    margin: auto;
}
#tribute-info {
    background-color: #FBA301;
    color: #011475;
    width: 390px;
    align-self: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px;
}
#img-caption {
    color: #01127A;
    width: 390px;
    align-self: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px;
}
#img-div{
    display: flex;
    flex-direction: column;
}
#img-caption{
    background-color: white;
}
#scottsdaleInfo {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: .9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("https://cdn.vox-cdn.com/thumbor/wmQDYrgDNCa3k24sVMGN-VZPPD4=/0x0:960x960/1200x800/filters:focal(404x404:556x556)/cdn.vox-cdn.com/uploads/chorus_image/image/59364043/slider_stuffing_white_castle.0.jpg");
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("https://lh3.ggpht.com/p/AF1QipNvbAtfcDvhDQ2m4qY-IlqmdDZHKD_1gEPihHCb=s1536");
    background-position-y: top;
    min-height: 542px;
}

.bgimg-3 {
    background-image: url("https://d3atagt0rnqk7k.cloudfront.net/wp-content/uploads/2018/11/02133444/harold-and-kumar-white-castle.jpg");
    min-height: 700px;
    background-size: 100% auto;
}

.caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: white;
}
::-webkit-scrollbar-thumb {
    background-color: #FBA301;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}



    .caption span.border {
        /* background-color: rgba(17, 17, 17, 0.35); */
        color: #fff;
        padding: 18px;
        font-size: 25px;
    }

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
