*
{
    margin: 0;
    padding: 0;
}

header 
{
    background-image: url(wood-wallpaper);
    height: 100vh;
    background-size: ;
    background-position:;
    background-repeat: repeat;
}

.main-nav
{
    float:right;
    list-style:none;
    margin-top: 30px;
    margin-left:300px;
}

.main-nav li
{
    display:inline-block;
}

.main-nav li a
{
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "klinic slab", sans-serif;
    font-size: 15px;
    background-color: black;
    }

.main-nav li.active a

{
    border: 1px solid white;
}

.main-nav li a:hover
{
    border: 2px solid white;
    
}

.links
{z-index: 9999;
}

.logo img
{
    display:inline;
    float:left;
    width: auto;
    height: 100px;
    margin-left:30px;
    margin-top: 40px;
    border: 5px 30px;
    
}

.pizza img
{
    width: auto;
    height:400px;
    float:left;
    margin-left: 420px;
    margin-top: 200px;
    border: 2px solid white; 
}

body
{
    font-family: "klinic slab",sans-serif;
}

.row
{
    max-width: 1200px;
    margin: auto;
}

.hero 
{
    Float:left;
    position:absolute;
    width:;
    margin-left:20px;
    margin-top:200px;
    }

h1
{
    color: white;
    text-transform: uppercase;
    font-size: 70px;
    text-align: right;
    margin-top: 275px;
    margin-right: 0;
    
 
    
}

.button
{ 
    margin-top: 90px;
    margin-left:0;
    
}

.btn
{
    border: 2px solid white;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
    text-transform: uppercase;
    }

.btn-one
{
    background-color: #CF1C44;
    font-family: "klinic slab", sans-serif;
}

.btn-two
{
    background-color: #CF1C44;
    font-family: "klinic slab", sans-serif;
}

.btn-two:hover
{
    background-color: #CF1C44;
    transition: all 0.5s ease-in;
    
}

.menu
{
    color:white;
    border: 2px solid white;
    margin-top: 150px;
    margin-left: 20px;
    text-align: center;
    text-transform:uppercase;
    font-size: 15px;
    background-color: black;

}

.gallery img
{
    float: left;
    width: auto;
    height: 400px;
    margin-top: 250px;
    margin-left: 40px;
   
}

.about
{
    color:white;
    width: 500px;
    height: auto;
    margin-left: 350px;
    margin-top: 20px;
    font-size:20px;
    font-family: "klinic slab", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    border: 2px solid white;
 
   
}