*{
    box-sizing: border-box;
}
.column{
    float: left;
    width: 33.33%;
    padding: 5px;
}
.row::after{
    content: "";
    display: table;
    clear: both;
}

 header{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 18%;
    background-image: url(images/tapeta_kasiags-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid;
    background-position: 0 -60px;
 }

 .nav_links{
    list-style: none;
    font-family: 'Lobster', cursive;
    text-decoration: none;
    
    width: 100%;
    text-align: left;
 }
 ul{
    width: 100%;
    top: 0%;
    width: 100%;
    text-align: left;

 }
li a{
    display: block;
    text-align: left;
}
 .nav_links li{
    float: left;
    padding: 4px 18px;
    text-decoration: none;
    text-align: left;
 }
a{
    position: relative;
    text-decoration: none;
    color: rgb(10, 10, 10);
    font-size: 25px;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-fill-color: rgb(87, 226, 157);
}
a:after{
    content: "";
    position: absolute;
    background-color: darkseagreen;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}
a:hover{
    color: darksalmon;
}
a:hover:after{
    width: 100%;
}

button{
    padding: 10px 35px;
    background-color: rgb(171, 180, 177);
    text-align: right;
    font-size: 15px;
    
 }

h1{
    text-align: center;
    font-size: 35px;
    
}
.home{
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    font-family: 'Teko', sans-serif;
    font-size: 28px;
    letter-spacing: 0.5px;
}
html{
    background-color: rgb(127, 199, 178);
}
.price{
    border: 2px solid;
    border-color: rgb(19, 75, 19);
    border-radius: 10px;
    padding: 5px 20px;
    text-align: center;
    margin-top: 4%;
    margin-left: 45%;
    margin-right: 20%;
    position: absolute;
    background-color: rgb(247, 196, 207);
}
.price p{
    font-family: 'Teko', sans-serif;
    font-size: 30px;
}
.price li{
    list-style-type: square;
    font-size: 22px;
}
email{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: underline;
}
.note{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 20px;
}
.deliver{
    margin-left: 10%;
}
.deliver p{
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    text-decoration: underline;
}
.deliver li{
    list-style-type: square;
    font-size: 22px;
}
.pay{
    border: 3px;
    border-style: dotted;
    padding: -5px;
    border-bottom: 0px;
    margin-left: 5%;
    margin-right: 70%;
    position: absolute;
    background-image: url(images/nav.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pay p{
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    text-decoration: underline;
    text-align: center;
}
.pay li{
    text-align: center;
    font-size: 20px;
    list-style-type: none;
}
.about p{
    text-align: center;
    margin-left: 18%;
    margin-right: 18%;
    font-size: 28px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.5px;
}
.about hr{
    width: 75%;
    color: darkseagreen;
}
.custom{
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.kitchen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu hr{
    width: 75%;
    color: darkseagreen;
}
.menu{
    text-align: center;
    background-image: url(images/istockphoto-1150919176-612x612.jp);
    background-position: center;
    background-repeat: no-repeat;
}
.dot{
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.5px;
    font-size: 19px;
}
.contact{
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 35px; 
}
.christi{
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: -300px;
    margin-left: 70px;
}