@charset "utf-8";

/* Purpose: CSS document for project */
/* Developed by: Filipe Moreira, Kevin D, Hong Lin */
/* Script Date: August 27, 2021 */


/*******************************/
/********* Index CSS *********/
/*******************************/

body {
    margin: auto;
    max-width: 1200px;
    min-width: 800px;
    max-height: 1685px;
    box-shadow: #ddbdbd 0.5em 0.8em 1em;
}

header {
    background-color: #540B0E;
    height: 200px;
    
}


header img {
    width: 150px;
    position: relative;
    right: 430px;
}

#headerimgfr {
    position: relative;
    right: 290px;
}

header h1 {
    float: left;
    position: relative;
    left: 5em;
    top: 30px;
    font-family: 'Special Elite', cursive;
    color: white;
    font-size: 2.6em;
}

header nav {
    background-color: #E09F3E;
    height: 50px;
    text-align: center;
}

nav h2 {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 15px;
    position: relative;
    top: 8px; 
    font-family: 'Lemon', cursive;
    font-size: 15px;
}

nav h2:hover {
    background-color: #540B0E;
}

nav h2 a:hover {
    color: #E09F3E;
}

nav h2 a {
    text-decoration: none;
    color: #540B0E;
}

div h3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#mainburguerimg {
    position: relative;
    width: 100%;
}

#mainburguertext {
    color: white;
    display: flex;
    position: relative;
    bottom: 450px;
    left: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
}

#menuburguers {
    position: relative;
    bottom: 134px;
    height: auto;
}

#leftmenu {
    float: left;
    width: 50%;
    height: auto;
}

#rightmenu {
    float: right;
    width: 50%;
    height: auto;
}

#burguer1img {
    background-color: #FFF3B0;
    position: relative;
    width: 90%;
    height: auto;
    padding: 30px;
}

#burguer1txt {
    position: relative;
    bottom: 103px;
    width: 270px;
    text-align: center;
    color: white;
    background-color: rgba(84,11,14,0.7);
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#burguer2img {
    background-color: #FFF3B0;
    position: relative;
    bottom: 115px;
    width: 90%;
    height: auto;
    padding: 30px;
}

#burguer2txt {
    position: relative;
    bottom: 218px;
    width: 270px;
    text-align: center;
    color: white;
    background-color: rgba(84,11,14,0.7);
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#burguer3img {
    background-color: #FFF3B0;
    position: relative;
    width: 90%;
    height: auto;
    padding: 30px;
}

#burguer3txt {
    position: relative;
    bottom: 103px;
    width: 270px;
    text-align: center;
    color: white;
    background-color: rgba(84,11,14,0.7);
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#burguer4img {
    background-color: #FFF3B0;
    position: relative;
    bottom: 115px;
    width: 90%;
    height: auto;
    padding: 30px;
}

#burguer4txt {
    position: relative;
    bottom: 218px;
    width: 270px;
    text-align: center;
    color: white;
    background-color: rgba(84,11,14,0.7);
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#appdownloadleft {
    float: left;
    width: 50%;
    height: auto;
}

#appdownloadleft {
    float: right;
    width: 50%;
    height: auto;
}

#appstore {
    position: relative;
    bottom: 320px;
    padding-left: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#googleplay {
    position: relative;
    bottom: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #9E2A2B;
    text-align: center;
    position: relative;
    bottom: 310px;
}

footer h2 {
    display: inline;
    margin-right: auto;
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;

    color: white;
}

footer h3 {
    padding-bottom: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    color: white;
}

#salutation {
    color:white;
    text-align: center;
    float: right;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    position: relative;
    top: 10px;
    right: 30px;

}

@media only screen and (max-width: 1000px) {
    #salutation {
        color:white;
        text-align: center;
        float: right;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 10px;
        position: relative;
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 870px) {
    #salutation {
        font-size: 0px;
    }
}