/* - Entire Page CSS Elements - */
    .content, footer {
        max-width: 1280px;
        margin: auto;  
    }
    body{
        font-family:"Josefin sans";
        background-color: #5c5c5c;                      
    }

/* - Phone, Date Time, Social Media Bar - */
    .socialbar{
        display: grid;
        grid-template-columns: 2fr .1fr 2fr;
        grid-template-rows: 1fr;
        height: 24px;
        width: 100%;
        max-width: 1280px; 
        background-color: #000;
        color: lightgray;  
        font-size: 16px;          
    }
    #s1{
        grid-column: 1;
        justify-self: start;
        align-self: start;
        padding-top: 3px;
        min-width: 180px;
    }
    #s2{
        grid-column: 2;
        display:none;
    }
    #s3{
        grid-column: 3;
        justify-self: end;
        text-align: right;
        align-self: start;
        padding-top: 3px;
        min-width: 70px;
    }
    #s3 img{
        height: 20px;
        justify-content: end;
    }


/*Title, Main Image, Navbar, and Feedback Sections*/
    #main{
        grid-column: 1 / span 6;
        grid-row: 1 / span 3;
        width: 100%;
        height: 100%;
        max-width: 1280px;
    }
    .headline{
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-template-rows: auto 1fr 1fr; 
        max-width: 1280px;
    }
    nav{
        grid-row: 1;
        grid-column: 6;
        font-size: 1.7em;
        display: flex;
        align-items: flex-start;
        justify-items: flex-end;
    }
    .navbar{            
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: start;
        list-style: none;
        position: relative;
        padding: 0px 20px;
        color: #A5a5a5;
    }
    .menu{
        display: flex;
    }
    .menu li a{
        display: inline-block;
        text-decoration: none;
        color: #a5a5a5;
        text-align: center;
        transition: 0.15s ease-in-out;
        position: relative;
    }
    .menu li a::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0px;
        height: 1px;
        background-color: #A5a5a5;
        transition: 0.15s ease-in-out;
    }
    .menu li a:hover:after{
        width: 100%;
    }
    .open_menu, .close_menu {
        position: absolute;
        color: #a5a5a5;
        cursor: pointer;
        font-size: 1.5rem;
    }
    .open_menu{
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .close_menu{
        top: 20px;
        right: 20px;

    }
    #check{
        display: none;
    }
    #logo{
        grid-column: 2;
        grid-row: 3;
        align-self: end;
        justify-self: start;
        width: 90px;
    }
    #t1, #t2{            
        font-size: 9vw;            
        color: #750000;
        text-shadow: -1px -1px 0 #a5a5a5, 1px -1px 0 #a5a5a5, -1px 1px 0 #a5a5a5, 1px 1px 0 #a5a5a5;
        border: #A5a5a5;
    }
    #t1{
        grid-column: 3 / span 2;
        grid-row: 3;
        align-self: end;
        padding-bottom: .35em;
        justify-self: end;
    }
    #t2{
        display: none;
    }
    .feedback{ 
        grid-row: 4;
        grid-column: 1 /span 6;       
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        background-color:#380c0f;
        height: 150px;
        width: 100%;
        max-width: 1280px;
        box-sizing: border-box;
        border-style: solid;
        border-color: #A5a5a5;
        border-width: 1px;
    }
    #fb {        
        align-self: center;
        text-align: center;
        justify-content: center;
        color:#A5a5a5;
        width:100%;  
        font-weight: lighter; 
        font-size: 1.1em;  
        height: 150px;
        display: flex;
        align-items: center;
    }
    #fb:nth-child(n+2){
        display: none;
    }

/*Delivery Section*/
    #delivery{
        background-color: #2b2b2a;
        color:#a5a5a5;
        text-align: center;
        font-size: 1.8em;
        font-weight: lighter;
        width: 100%;
        max-width: 1280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 35px 0 35px 0;
    }

/*Footer Style*/
    footer{
        background-color: #000;
        color:#A5a5a5;
        text-align: center;
        height: 22px;
        font-size: 16px;  
        max-width: 1280px;
    }

/*-Media Queries-*/
/*For devices with the LARGEST size being 490px*/
@media screen and (max-width: 490px){
    footer{
        display: flex;
        font-size: 12px;
        justify-content: center;
    }
}
/*For devices with the LARGEST size being 600px*/
@media(max-width: 600px){
    #logo{
        padding-bottom: .4em;
    }
    #delivery{
        font-size: 1.3vh;
    }
}
/*For devices with the LARGEST size being 800px*/
@media(max-width: 800px){
    .title{
        grid-row: 3;
        grid-column: 1 / span 6;
        display: flex;
        align-self: end;
        padding-bottom: .3em;
        justify-self: center;
    }
    #logo {
        height: 13vw;
        width: 13vw;
    }
    #topbar{
        display: none;
    }
}
/*For devices with the SMALLEST size being 800px*/
@media(min-width: 801px){
    #topbar{
        z-index: 75;
        grid-row: 1;
        grid-column: 1 / span 6;            
        background-color: rgba(0,0,0,0.7)            
    }
    #logo{
        z-index: 76;
        grid-row: 1;
        grid-column: 2;            
        justify-self: flex-end;
        align-self: center;
    }
    #t1{
        z-index: 76;
        grid-row: 1;
        grid-column: 3 / span 3;
        justify-self: center;
        font-size: 75px;
        padding-top: .35em;
    }
    .navbar{
        z-index: 77;
    }
    .title{
        grid-row: 1;
        grid-column: 1 / span 6 ;
        z-index: 76;
        display: flex;
        align-self: center;
        justify-self: center;
    }
    .socialbar{
        grid-template-columns: 200px auto 100px;
    }
    #s2{
        width: 300px;
        justify-self: flex-end;
        display:block;
    }
    #s2 p {
        text-align: end;
        margin-top: .37em;
    }
    #s3 {
        width: 75px;
        justify-content: end;
    }       
}
/*For devices with the LARGEST size being 1000px*/
@media(max-width: 1000px){
    .menu{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: rgba(0,0,0,0.8);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a{padding: 10px;}
    .open_menu , .cloase_menu{display: block;}
    #check:checked ~ .menu{
        right: 0;
    }
    #topbar{
        height: 100px;
    }
}
/*For devices with the SMALLEST size being 1001px*/
@media (min-width: 1001px){
    .title{
        z-index: 76;
        grid-row: 1;
        grid-column: 1 / span 6;
        display: flex;
        align-items: center;
        justify-items: center;
    }
    #t1, #t2 {
        z-index: 76;
        grid-row: 1;
        grid-column: 1 / span 6;
        display: flex;
        align-items: center;
        justify-items: center;   
        font-size: 75px;
        padding-left: 25px;
    }
    nav {
        grid-row: 1;
        grid-column: 1 / span 6;
    }
    .navbar{
        align-self: end;
        justify-content: center;
        display: flex;            
    }
    .menu{
        display: flex;
        margin-bottom: -1em;
        font-size: .7em;
        justify-content: center;
    }
    .menu li{
        padding: 0 10px;
    }
    .open-menu, .close-menu{
        display: none;
    }
    #logo{
        width: 100px;
        height: 100px;
    }
    .feedback{                        
        grid-row: 3;
        grid-column: 1 / span 6; 
        align-self: end;
        background-color: rgba(90, 24, 24, 0.7);
        grid-template-columns: 1fr 1fr 1fr;
    }
    #fb:nth-child(2), #fb:nth-child(3){
        display:flex;
        border-left: 1px solid #a3a3a3;
        height: 150px;
        align-items: center;
    }
}