@font-face {
    font-family:Athelas-Regularimport;
    src:url("Athelas-Regular");
}

#main {
    font-family:Athelas-Regularimport; 
}

nav {
    width: 110%;
    height: 100px;
    background-color: #41393d; 
    box-shadow: 0 10px 20px -5px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: inside;
}

ul li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 100px;
}

ul li a {
    text-decoration: none;
    font-size: 22px;
    font-family: sans-serif;
    color: #fff;
    text-shadow: 4px 5px 6px #000000;
    padding: 0 40px;
}

p {
    color: #d7e4c2; 
    font-size: 105%; 
    font-family: serif;
    text-shadow: 4px 5px 6px #000000;
    
}

p1 {
    color: #d7e4c2; 
    font-size: 105%; 
    font-family: serif;
    text-shadow: 4px 5px 6px #000000;
    margin-left: 55px;
}

h1 {        
    color: #ef4e22; 
    font-size: 100%; 
    line-height: 20px; 
    font-family: sans-serif; 
    font-style: italic;
    text-shadow: 4px 5px 6px #000000;
    margin-left: 55px;
    margin-right: auto;
}    

h2 {        
    color: #ef4e22; 
    font-size: 150%; 
    line-height: 20px; 
    font-family: sans-serif; 
    font-style: italic;
    text-shadow: 4px 5px 6px #000000;
    margin-left: 30px;
    margin-right: auto;
}    

body {
    background-color: #41393d;
}   

.Logo {   
    display: block;
    margin-left: 0px;
    margin-right: auto;
    width: 210px;
    height: 100px;
} 

.EggRolls {   
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
} 

.GenTso {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
}

.ShrimpRice {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 375px;
    height: 500px;
}

.modern_restaurant {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 600px;
}

.chinese_food {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 350px;
}

.Contact {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 290px;
}