body{
    font-family: Athelas Regular, Majesti Banner Medium;
    font-size:15px;
    line-height: 1.5;
    padding: 0;
    margin:0;
    background-color: rgb(0, 0, 0);
}

/* Global */
.container{
    width:80%;
    margin:auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.button_1{
    height: 38px;
    background: #be1e2d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color:#8a8c8f
}

.light{
    padding:15px;
    background:#8a8c8f;
    color:rgb(0,0,0);
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Header */
header{
    background: rgb(0,0,0);
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #be1e2d 3px solid;
}

header a{
    color: #8a8c8f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #41393d;
}

header li {
    float:left;
    display: inline-block;
    padding: 20px 20px 20px 20px;
    color: #8a8c8f;
    text-align: center;
    text-decoration: none;
}

header li a:hover {
    color: #be1e2d;
}

header #branding{
    float:left;
}

header #branding h1{
    margin: 0;
}

header nav{
    float:right;
    margin-top: 60px;
}

header .current a{
    color:#be1e2d;
    font-weight: bold;
}

/* Showcase */
#showcase{
    min-height: 400px;
    background: url('../Images/dinnerPlate3.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    background-color: rgb(0,0,0);
    
}

#showcase h1{
    margin-top:100px;
    font-size:55px;
    margin-bottom: 10px;
    color:#be1e2d;
}

#showcase p{
    font-size: 20px;
    color:#8a8c8f;
}

/* Newsletter */
#newsletter{
    padding:1px;
    background-color:#8a8c8f;
    color:rgb(0,0,0);
    border-bottom: #be1e2d 3px solid;
}

#newsletter h1{
    float:left;
}

#newsletter form{
    float:right;
    margin-top: 15px;
}

#newsletter input[type="email"]{
    padding: 4px;
    height: 25px;
    width:250px;
}

/* Boxes */
#boxes{
    margin-top: 0px;
    background: rgb(0,0,0);
    color: #8a8c8f;
}

#boxes .box{
    float:left;
    text-align: center;
    width: 45%;
    padding: 5px;
}

#boxes .box img{
    height:90px;
}

/* Sidebar */
aside#sidebar{
    float: right;
    width:30%;
    margin-top: 10px;
    color:#8a8c8f;
}

aside#sidebar h1{
	font-size: 260%;
    color: #be1e2d;
}

/* Main-col */
article#main-col{
    float:left;
    width:65%;
    color:#8a8c8f;
}

article#main-col h1{
    color: #be1e2d;
}

/* Menu */
#menu .type{
    color: #be1e2d;
    font-size: 300%;
    text-align: center;
}

#menu .wrapper {
	display: grid;
	grid-template-columns: 6fr 1fr;
    grid-row-gap: .2em;
    
}

#menu .wrapper > div{
	background: #8a8c8f;
	padding: 1em;
	
}

#menu .wrapper > div:nth-child(odd){
	background: #7a7c7f;
}

#menu .outer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
    padding-left: 12em;
    padding-right: 12em;
}





/* Footer */
footer{
    padding: 20px;
    margin-top: 20px;
    color: #8a8c8f;
    background-color: rgb(0,0,0);
    text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
    header #branding,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar
    {
        float: none;
        text-align: center;
        width:100%;
    }
    
    header{
        padding-bottom: 20px;
    }
    
    #showcase h1{
        margin-top: 40px;
    }
    
    #newsletter button{
        display: block;
        width:100%;
    }
    
    #newsletter form input[type="email"]{
        width: 100%;
        margin-bottom: 5px; 
    }
    
    #menu .outer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
}
}
.page-title {
	font-size: 275%;
}


