/*import*/
@font-face {
    font-family: Lazer84;
    src: url(./Lazer84.ttf);
}

/* CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    font-family: 'Roboto', sans-serif;
}

html {
    box-sizing: border-box;
}

p,
h1,
h2,
h3 {
    color: white;
    text-align: center;
}

div p,
div h1,
div h2,
div h3 {
    color: white;
    text-align: center;
}

main h3 {
    color: white;
}

header {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

body {
    background: #2E148C;
    background-image: url("../img/triangle1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

/*====Navigation bar and transition====*/
ul li {
    padding: 15px;
}

ul li,
ul li a {
    display: inline-block;
}

ul li a {
    border: solid 10px #F29727;
    text-decoration: none;
    color: white;
    font-size: 30pt;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px 15px 15px 15px;
    transition-duration: 600ms;
}

ul {
    background-color: #2e148cda;
    text-align: center;
}

ul li a:hover {
    color: #2E148C;
    border: solid 10px #EF35F2;
    background-color: #F29727;
    transition-duration: 600ms;
}

/*====Home Page====*/
main img {
    display: inline-block;
}

.arcadeImg {
    width: 550px;
}

.pizzaImg {
    height: 300px;
    width: 300px;
}

div#homeHeader {
    background-color: #2e148cdc;
    border: 20px double rgb(255, 0, 140);
    border-radius: 25px 25px 25px 25px;
    padding-top: 10px;
    margin: 20px auto;
    font-style: italic;
}

div#text1 {
    height: 75%;
    width: 85%;
    background-color: #2e148cdc;
    border: 20px double rgb(255, 0, 140);
    border-radius: 25px 25px 25px 25px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div#text2 {
    height: 75%;
    width: 85%;
    background-color: #2e148cdc;
    border: 20px double rgb(255, 0, 140);
    border-radius: 25px 25px 25px 25px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div#text3 {
    height: 75%;
    width: 85%;
    background-color: #2e148cdc;
    border: 20px double rgb(255, 0, 140);
    border-radius: 25px 25px 25px 25px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div#text1In {
    width: 600px;
    font-size: 28px;
    display: inline-block;
    margin-top: 10px;
}

div#text2In {
    width: 650px;
    font-size: 28px;
    display: inline-block;
    margin-top: 10px;
}

div#text3In {
    width: 650px;
    font-size: 28px;
    display: inline-block;
    margin-top: 10px;
}

/*====Order page====*/
div#orderHeader {
    margin-top: 50px;
    background-color: #2e148cdc;
    border: 20px double #F29727;
    border-radius: 25px 25px 25px 25px;
    padding-top: 20px;
    margin: 20px auto;
    font-family: 'Roboto';
    font-style: italic;
}

div.orderBoxes {
    /*border-left: 8px double #F29727;
    border-right: 8px double #F29727;*/
    background-color: #2e148cdc;
}

/*Parent of Customer Info, Size, and Crust divs*/
div#choicesFirst {
    background-color: #2e148cdc;
    border: 20px double #F29727;
    border-radius: 25px 25px 25px 25px;
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    text-align: center;
}

div#customerInfo {
    display: table;
    float: left;
}

div#customerInfo label {
    display: table-row;
}

div#customerInfo input {
    display: table-cell;
}

div#pizzaSize {
    float: left;
}

div#pizzaCrust {
    float: left;
}

form {
    color: white;
}

div#pizzaToppings {
    background-color: #2e148cdc;
    border: 20px double #F29727;
    border-radius: 25px 25px 25px 25px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

div#pizzaToppings img {
    height: 120px;
    width: 200px;
}

div#comments {
    margin: 25px auto;
    background-color: #2e148cdc;
    border: 20px double #F29727;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
}

/*====Contact page====*/
div#contactHeader {
    margin-top: 50px;

    background-color: #2e148cdc;
    border: 20px double #05DBF2;
    border-radius: 25px 25px 25px 25px;
    padding-top: 10px;
    margin: 20px auto;
    font-family: 'Roboto';
    font-style: italic;
}

main#contactMain {

    border: 20px double #05DBF2;
    border-radius: 20px 20px 20px 20px;
    background-color: #2e148cdc;
    margin: 40px auto;
    text-align: center;
}

div#contactForm {
    padding-top: 27px;

    color: yellow;
    display: inline-block;
    vertical-align: top;
}

div#hoursOp {
    padding: 50px;
    height: 500px;
    width: 350px;
    color: rgb(255, 211, 218);
    display: inline-block;
    vertical-align: top;
}

#customerMessage {
    height: 200px;
    width: 100px;
}

/*====About page====*/
div.aboutBox {
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    background-color: #ef35f2e8;
    margin: 50px auto;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
}

div.aboutBox h1 {
    font-size: 60px;
}

div.aboutBox p {
    font-size: 20px;
}

div.aboutIcons {
    height: 300px;
    width: 75%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.aboutIcons img {
    height: 450px;
    width: 450px;
    display: inline-block;
}

/*==== Footer ====*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    color: gray;
    background-color: yellow;
}

/*============= Media Queries ===========*/
@media (min-width: 0px) {
    ul li a {
        font-size: 16pt;
    }
    .pizzaImg {
        height: 80px;
        width: 80px;
    }

    .arcadeImg {
        width: 150px;
    }

    p {
        font-size: 14pt;
    }

    div h1,
    div h2,
    div h3 {
        font-size: 16pt;
    }

    /*Order*/
    #customerInfo input,
    #customerInfo select {
        height: 20px;
        width: 100px;
    }

    div#comments textarea {
        height: 100px;
        width: 300px;
    }

    #pizzaSizeImg {
        height: 70px;
        width: 100px;
    }

    #pizzaCrustImg {
        height: 100px;
        width: 100px;
    }
    div#pizzaToppings img {
        height: 70px;
        width: 130px;
    }

    /*About*/
    div.aboutIcons img {
        height: 150px;
        width: 150px;
        display: inline-block;
    }

    /*Contact*/
    #customerMessage {
        height: 200px;
        width: 250px;
    }
}

@media (min-width: 768px) {
    ul li a {
        font-size: 30pt;
    }
    .pizzaImg {
        height: 100px;
        width: 100px;
    }

    .arcadeImg {
        width: 150px;
    }

    p {
        font-size: 16pt;
    }

    /*Order*/
    #customerInfo input,
    #customerInfo select {
        height: 20px;
        width: 100px;
    }

    div#comments textarea {
        height: 200px;
        width: 600px;
    }

    #pizzaSizeImg {
        height: 100px;
        width: 300px;
    }

    #pizzaCrustImg {
        height: 125px;
        width: 125px;
    }

}

@media (min-width: 992px) {
    .pizzaImg {
        height: 150px;
        width: 150px;
    }

    .arcadeImg {
        width: 200px;
    }

    p {
        font-size: 18pt;
    }

    div h1,
    div h2,
    div h3 {
        font-size: 20pt;
    }

    /*Order*/
    #customerInfo input,
    #customerInfo select {
        height: 20px;
        width: 120px;
    }

    div#comments textarea {
        height: 200px;
        width: 600px;
    }

    #pizzaSizeImg {
        height: 200px;
        width: 400px;
    }

    #pizzaCrustImg {
        height: 260px;
        width: 260px;
    }

    div#pizzaToppings img {
        height: 120px;
        width: 200px;
    }

    /*About*/
    div.aboutIcons img {
        height: 250px;
        width: 250px;
        display: inline-block;
    }

    /*Contact*/
    #customerMessage {
        height: 300px;
        width: 350px;
    }
}

@media (min-width: 1300px) {
    .pizzaImg {
        height: 200px;
        width: 200px;
    }

    .arcadeImg {
        width: 250px;
    }

    p {
        font-size: 22pt;
    }

    div h1,
    div h2,
    div h3 {
        font-size: 26pt;
    }
    /*Order*/
    #customerInfo input,
    #customerInfo select {
        height: 20px;
        width: 300px;
    }
}

@media (min-width: 1550px) {
    .pizzaImg {
        height: 300px;
        width: 300px;
    }

    .arcadeImg {
        width: 300px;
    }

    /*About*/
    div.aboutIcons img {
        height: 400px;
        width: 400px;
        display: inline-block;
    }
}