/* Default desktop media querie */
body {
    background-image: url("images/background.jpg");
    height: 1200px;
    background-position: center;
    position: relative; 
}

#errorMsg {
    font-weight: 500;
    text-align: center;
}

a {
    color: #F9F9FC;
    font-weight: 800;
    font: large;
    text-align: center;
}

.nav-wrapper {
    background-color: #000000;
}

nav {
    height: 150px;
}

h6 {
    font-weight: 700;
}

img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    align-content: center;
    padding-top: 7px;
}

#search {
    width: 20%;
    display: block;
    margin: 0 auto;
    border: 2px solid #A90000;
    border-radius: 5px;
    background-color: #F9F9FC;
    color: #000000;
    margin-top: 75px;
    margin-bottom: 75px;
}

.contentRow {
    margin: 0 auto;
    width: 1000px;
}

#container1 {
    background-color: #F9F9FC;
    opacity: 0.7;
    border-radius: 8px;
    padding: 100px;
    width: 1000px;
    display: none;
    margin: auto;
    
}

#container2 {
    background-color: #F9F9FC;
    opacity: 0.7;
    border-radius: 8px;
    padding: 100px;
    width:1000px;
    display: none;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

h4 {
    text-align: center;
    margin-top: -70px;
    padding: 0px;
    font-family:'Rye', cursive;
}

.eventImage {
    width: 85px;
    height: 70px;
}  

.ticketButton {
    width: 100%; 
    display: block;
    margin: 0 auto; 
    border: 2px solid grey;
    border-radius: 5px;
    background: #A90000;
    padding: 5px 30px 10px 30px;
    color: #F9F9FC;
}

.restaurantButton {
    display: block;
    margin: 0 auto; 
    border: 2px solid grey;
    border-radius: 5px;
    background: #A90000;
    padding: 10px 30px 10px 30px;
    color: #F9F9FC;
    text-align: center; 
}

/* Mobile media querie */
@media only screen 
and (min-width:320px) 
and (max-width:680px) {

    body {
        background-image: url("images/background.jpg");
        height: 1200px;
        background-position: center;
        position: relative;

    }
    
    h5 {
        width: 200px;
        height:100px;
    }
        
    #errorMsg {
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 220px;
        margin-top: 15px;
    }
    
    nav {
        height: 150px;
        width: 660px;
    }
    
    img {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        align-content: center;
        padding-top: 7px;
    }
    
    #search {
        width: 50%;
        display: block;
        border: 2px solid #A90000;
        border-radius: 5px;
        background-color: #F9F9FC;
        color: #000000;
        margin-top: 75px;
        margin-bottom: 15px;
        margin-left: 240px;

    }
    
    .contentRow {
        margin: 0 auto;
        width: 350px;
    }
    
    #container1 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        width: 90%;
        display: none;
        margin-bottom: 30px;
        margin-left: 30px;
        position: relative;
        overflow: hidden;
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 90%;
        display: none;
        margin-left: 25px;
        position: relative;
        margin-bottom: 30px;

    }
    
    #errorMsg {
        font-weight: 500;
        text-align: center;
    }
    
    a {
        color: #F9F9FC;
        font-weight: 800;
        font: large;
        text-align: center;

    }
    
} 


/* Pixel 2, Pixel 2 XL, iPhone 6/7/8 plus media querie */
@media only screen 
and (min-width:411px) 
and (max-width:823px) {

    body {
        background-image: url("images/background.jpg");
        height: 1200px;
        background-position: center;
        position: relative;
    }

    h5 {
        width: 200px;
        height:100px;
    }
        
    #errorMsg {
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 255px;
        margin-top: 15px;

    .nav-wrapper {
        background-color: #000000;

    }
    
    nav {
        height: 150px;
        width: 700px;

        width: 660px;
    }
    
    h6 {
        font-weight: 700;
    }
    
    img {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        align-content: center;
        padding-top: 7px;
    }
    
    #search {
        width: 50%;
        display: block;
        border: 2px solid #A90000;
        border-radius: 5px;
        background-color: #F9F9FC;
        color: #000000;
        margin-top: 75px;
        margin-bottom: 75px;
        margin-left: 250px;

        margin-left: 230px;


    }
    
    .contentRow {
        margin: 0 auto;
        width: 350px;
    }
    
    #container1 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        width: 90%;
        display: none;
        margin-bottom: 30px;

        margin-left: 28px;
        position: relative;
        overflow: hidden;

        margin-left: 30px;
        position: relative;
        overflow: hidden;
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 90%;
        display: none;
        margin-left: 25px;
        position: relative;
        margin-bottom: 30px;
    }
    
    h4 {
        text-align: center;
        margin-top: -70px;
        padding: 0px;
        font-family:'Rye', cursive;
    }
    
    .eventImage {
        width: 85px;
        height: 70px;
    }  
    
    .ticketButton {
        width: 100%; 
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 5px 30px 10px 30px;
        color: #F9F9FC;
    }
    
    .restaurantButton {
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 10px 30px 10px 30px;
        color: #F9F9FC;
        text-align: center; 
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 90%;
        display: none;
        margin-left: 13px;
        position: relative;
        margin-bottom: 30px;
    }

}

/* Ipad media querie */
@media only screen 
and (min-width:740px) 
and (max-width:1050px) {

} 

/* Pixel 2, Pixel 2 XL, iPhone 6/7/8 plus media querie */
@media only screen 
and (min-width:411px) 
and (max-width:823px) {

    body {
        background-image: url("images/background.jpg");
        height: 1200px;
        background-position: center;
        position: relative;

    }
    
    h5 {
        width: 400px;
        height:100px;
    }
        
    #errorMsg {
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 255px;
        margin-top: 15px;
    }

    nav {
        height: 150px;
        width: 900px;

    }
    
    #errorMsg {
        font-weight: 500;
        text-align: center;
    }
    
    a {
        color: #F9F9FC;
        font-weight: 800;
        font: large;
        text-align: center;
    }
    
    .nav-wrapper {
        background-color: #000000;
    }
    
    nav {
        height: 150px;
        width: 700px;
    }
    
    h6 {
        font-weight: 700;
    }
    
    img {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        align-content: center;
        padding-top: 7px;
    }
    
    #search {
        width: 50%;
        display: block;
        border: 2px solid #A90000;
        border-radius: 5px;
        background-color: #F9F9FC;
        color: #000000;
        margin-top: 75px;
        margin-bottom: 75px;
        margin-left: 260px;
        margin-left: 250px;

    }
    
    .contentRow {
        margin: 0 auto;
        width: 450px;
        width: 350px;

    }
    
    #container1 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;

        width: 100%;
        display: none;
        margin-bottom: 30px;
        margin-left: -10px;

        width: 90%;
        display: none;
        margin-bottom: 30px;
        margin-left: 28px;

        position: relative;
        overflow: hidden;
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;

        width: 100%;
        display: none;
        margin-left: -12px;
        position: relative;
        margin-bottom: 30px;
        width: 90%;
        display: none;
        margin-left: 22px;
        position: relative;
        margin-bottom: 30px;
    }
    
    h4 {
        text-align: center;
        margin-top: -70px;
        padding: 0px;
        font-family:'Rye', cursive;
    }
    
    .eventImage {
        width: 85px;
        height: 70px;
    }  
    
    .ticketButton {
        width: 100%; 
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 5px 30px 10px 30px;
        color: #F9F9FC;
    }
    
    .restaurantButton {
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 10px 30px 10px 30px;
        color: #F9F9FC;
        text-align: center; 

    }

}

/* Ipad Pro media querie */
@media only screen 

and (min-width:1024px) 
and (max-width:1366px) {
and (min-width:740px) 
and (max-width:1050px) {


    body {
        background-image: url("images/background.jpg");
        height: 1200px;
        background-position: center;
        position: relative;
    }
    
    #errorMsg {
        font-weight: 500;
        text-align: center;
    }
    
    a {
        color: #F9F9FC;
        font-weight: 800;
        font: large;
        text-align: center;
    }
    
    .nav-wrapper {
        background-color: #000000;
    }
    
    nav {
        height: 150px;

        width: 900px;
    }
    
    h6 {
        font-weight: 700;
    }
    
    img {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        align-content: center;
        padding-top: 7px;
    }
    
    #search {
        width: 50%;
        display: block;
        border: 2px solid #A90000;
        border-radius: 5px;
        background-color: #F9F9FC;
        color: #000000;
        margin-top: 75px;
        margin-bottom: 75px;
        margin-left: 260px;
    }
    
    .contentRow {
        margin: 0 auto;
        width: 450px;
    }
    
    #container1 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        width: 100%;
        display: none;
        margin-bottom: 30px;
        margin-left: -8px;
        position: relative;
        overflow: hidden;
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 100%;
        display: none;
        margin-left: -12px;
        position: relative;
        margin-bottom: 30px;
    }
    
    h4 {
        text-align: center;
        margin-top: -70px;
        padding: 0px;
        font-family:'Rye', cursive;
    }
    
    .eventImage {
        width: 85px;
        height: 70px;
    }  
    
    .ticketButton {
        width: 100%; 
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 5px 30px 10px 30px;
        color: #F9F9FC;
    }
    
    .restaurantButton {
        display: block;
        margin: 0 auto; 
        border: 2px solid grey;
        border-radius: 5px;
        background: #A90000;
        padding: 10px 30px 10px 30px;
        color: #F9F9FC;
        text-align: center; 
    }

} 

/* Ipad Pro media querie */
@media only screen 
and (min-width:1024px) 
and (max-width:1366px) {

    nav {
        height: 150px;

        width: 1100px;
    }

    .contentRow {
        width: 100%;
    }

    h5 {
        width: 600px;
        height:200px;
    }
        
    #errorMsg {
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 245px;
        margin-top: 15px;
    }

    #search {
        width: 50%;
        display: block;
        border: 2px solid #A90000;
        border-radius: 5px;
        background-color: #F9F9FC;
        color: #000000;
        margin-top: 75px;
        margin-bottom: 75px;
        margin-left: 290px;


    }

    body {
        background-image: url("images/background.jpg");

    }

    img {
        display: block;
        margin: 0 auto;
        height: 100px;
        width: 150px;
        align-content: center;
    }

    #container1 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 1000px;
        display: none;
        margin: auto;
        margin-left: 40px;
    }
    
    #container2 {
        background-color: #F9F9FC;
        opacity: 0.7;
        border-radius: 8px;
        padding: 100px;
        width: 1000px;
        display: none;
        margin: auto;
        margin-top: 50px;
        margin-left: 40px;
        margin-bottom: 30px;
    }

} 
