@media screen and (max-width: 1250px) {
    .body{
        width: 95vw;
        padding: 20px 0 40px 0;
    }
    .topHalf{
        justify-content: center;
    }
    .miniCont{
        width: 95%;
        margin: 10px;
    }
    .bottomHalf{
        justify-content: center;
    }
    .supportCont{
        margin: 3px 15px 15px 15px;
    }
}

@media not screen and (max-width: 1250px) {
    .body{
        width: 80vw;
    }
    .supportCont{
        width: 25%;
    }
    .miniCont{
        width: 70%;
        margin: 25px 10px 25px 20px;
    }
}
@media not screen and (max-width: 1300px) {
    .body{
        padding: 20px 0 40px 40px;
    }
}


body{
    background: url("../imgs/mainBackground.png") no-repeat fixed;
    background-size: cover;
}

.body{
    background-color: rgba(0,0,0,.2);
    border-radius: 7px;
    text-align: center;
    margin: 40px auto 20px auto;
    min-height: 400px;
    max-height: 78vh;
    overflow-y: scroll;
    scrollbar-color: #ffffff rgba(0,0,0,.2);
}
.title{
    margin: 0 10px 10px 10px;
    color: white;
    text-align: left;
    font-size: 40px;
    font-family: next,sans-serif;
}

.order{
    width: 1000px;
    margin: 10px;
    max-width: 92vw;
}

.topHalf{
    border-radius: 5px 5px 0 0;
    background-color: #eaeaea;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topHalf h2{
    color: #242424;
    margin: 10px 30px 10px 30px;
    font-family: next,sans-serif;
}
.topHalf h4{
    text-align: center;
    color: #5e5e5e;
    line-height: .9;
    margin: 10px;
    font-family: mont,sans-serif;
}
.topHalf h4 span{
    color: #878787;
}
.body .upper{
    text-transform: uppercase;
}



.bottomHalf{
    border-radius: 0 0 5px 5px;
    background-color: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.miniCont{
    background-color: #e9e9e9;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.orderLim{
    height: 100%;
    display: inline-block;
    border-right: solid 3px #e2e2e2;
}

.orderLim img{
    width: 75px;
    height: 75px;
}

.orderText{
    display: inline-block;
    height: 100%;
    text-align: left;
    margin: 10px 10px 10px 20px;
}
.orderText h4{
    margin: 0;
    font-family: mont,sans-serif;
    color: #9d9d9d;
}

.supportBTN{
    color: white;
    background-color: #ffd100;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    text-decoration: none;
    border-radius: 7px;
    padding: 2px 15px 2px 15px;
}



.promptHolder{
    color: white;
}
.promptHolder h2{
    font-size: 45px;
}

#usernameInput{
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    padding-left: 35px;
    text-align: left;
    font-size: 22px;
    border-radius: 10px;
    width: 300px;
    max-width: 95vw;
    background: white url("../imgs/user2.svg") no-repeat scroll 5px 3px;
    background-size: 22px 22px;
}

.contBtn{
    margin: 25px;
    font-size: 22px;
}
.logoutImg{
    width: 30px;
    position: relative;
    margin-left: 10px;
}