@import url('https://fonts.googleapis.com/css2?family=Texturina:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanalei+Fill&display=swap');
/*Shadows Into Light', cursive*/
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: rgb(253, 7, 7);
    background-image: url("./images/pizza.jpg");
    font-family: 'Texturina', serif;
}
#spantext {
    color: rgb(201, 192, 143);
}
.navi {
    float: right;
}
.exc {
    color: rgb(201, 192, 143);
}
#piz- {
    font-family: 'Hanalei Fill', cursive;
    font-size: 35px;
    font-weight: normal;
    color: goldenrod;
}
li {
    display: inline;
    margin-right: 20px;
}
.h-buttons {
    margin-top: 90px;
    margin-bottom: 100px;
}
.h-buttons button {
    border-radius: 40px;
    color: black;
}
.menu-btn {
    border-radius: 20px;
    margin-top: 20px;
    color: rgb(209, 52, 52);
}

figcaption {
    font-family: 'Oswald', serif;
}

#menu {
    padding-top: 20px;
}

#order-pizza {
    color: #000;
}

#list li {
    font-size: 24px;
    font-family: system-ui, serif;
}

.order-summary h1, .summary, .contact {
    color: #000;
    font-family: 'Love Ya Like A Sister', cursive;
    margin-top: 30px;
}

.contacts {
    background-image: url("../images/pizza.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-overlay {
    height: inherit;
    background-color: rgba(0,0,0,0.7);
    background-color: rgba(0, 0, 0, 0.7);
}

input[type="email"] {
    background: transparent;
    border: 1px solid #ffffff;
    padding: .8em .7em;
    border-radius: 20px;
    outline: none !important;
    font-size: 14px;
}

.click-me {
    margin-top: 20px;
    margin-bottom: 20px;
}

.get-pizza {
    margin-top: 40px;
}

.contact {
    padding-top: 20px;
}

.cdata {
    margin-top: 20px;
    margin-bottom: 15px;
}

.data {
    height: inherit;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.go {
    border-radius: 20px;
}

.click-me, button[type=submit], .deliver, .delivernot {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #ffbf00;
    outline: none;
    padding: 12.5px 13px;
    border: none;
    border-radius: 33px;
    font-size: 14px;
}

.deliver, .delivernot {
    margin: 10px;
}

h4 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
#order-pizza {
    padding: 20px 50px 20px 50px;
    font-family: 'Love Ya Like A Sister', cursive;
}
.order-overlay {
    height: inherit;
    padding: 20px; 
    background-image: repeating-linear-gradient(rgb(109, 15, 109), rgb(201, 192, 143), rgb(45, 204, 156) 20%);
    border-radius: 20px;
}

.checkout {
    border-radius: 20px;
    margin-top: 20px;
}

#list {
    color: #000;
}

.pizz {
    color: purple;
}
.menu {
    margin-top: 30px;
    background-color: black;
    box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
}
#menu {
    font-family: 'Love Ya Like A Sister', cursive;
}
.menu-overlay {
    height: inherit;
    width: inherit;
    background-color: rgba(0, 0, 0, 0.7);
}
/*Background pic*/
.landing {
    background-image: url("https://cdn.pixabay.com/photo/2016/02/19/11/30/pizza-1209748__340.jpg");  
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}
#push {
    padding-top: 10%;
}
.landing-text {
    margin-top: 10%;
}
.landing-text h1, h2 {
    
}
.landing-text h1 {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 60px;
}
a {
    color: rgb(248, 244, 244);
    font-size: 18px;
    font-weight: normal;
}
figure img {
    height: 260px;
    width: 260px;
}
.welcome-txt {
    margin-top: 160px;
    font-family: 'Hanalei Fill', cursive;
}
.txt {
    font-family: system-ui, cursive;
    color:green;
    font-size: 23px;
    font-family: 'Hanalei Fill', cursive;
}

.txt-big {
    font-size: 50px;
    font-family: 'Shadows Into Light', cursive;
    font-family: 'Hanalei Fill', cursive;
}
.welcome-img {
    margin-top: 10px;
    margin-left: 80px;
    margin-bottom: 130px;
    height: 400px;
    width: 400px;
}

.welcome {
    padding-top: 30px;
}

.rads {
    display: flex;
    flex-wrap: wrap;
}

.fab {
    margin: 60px 15px 0 15px;
}
 .mapouter {
                position: relative;
                text-align: right;
                width: 1500px;
                height: 500px;
            }
    
            .gmap_canvas {
                overflow: hidden;
                background: none !important;
                width: 1500px;
                height: 600px;
            }
    
            .gmap_iframe {
                width: 1500px !important;
                height: 500px !important;
}
.footer{
        background-color: green;
    }

/* Collapse nav start*/
.top-nav-collapse {
    background-color: #209211 !important;
}
.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}
/* Collapse nav end*/
/** Media Queries start **/
@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
        overflow-x: hidden;
    }
    #push {
        padding-top: 40%;
    }
    .karibu-txt {
        margin-top: 50px;
    }
    .menu-overlay {
        width: 100%;
        height: inherit;
        background-color: rgba(0, 0, 0, 0.7);

    box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
    }
    .karibu-img {
        margin-left: 20px;
        margin-bottom: 10px;
        height: 300px;
        width: 270px;
    }
    .welcome {
        padding-top: 10px;
    }

    .cdata {
        padding: 10px 5px 10px 5px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
    .piz-pap {
        font-size: 50px;
    }
    ul > .nav-items {
        display: inline;
        margin-right: 20px;
        margin-left: 12px;
    }
    
}
@media (max-: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: rgb(122, 15, 15) !important;
    }
}
/* Media Queries end*/
/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

