﻿body {
    background: URL("../Images/Main_Background2.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-position: top center;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.itemStart {
	margin-top: 80px;
}
.mainItemsCategory {
	margin: 30px auto 30px auto;
    border: 3px solid red;
    border-radius: 30px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    background-color: white;
    text-align: center;
    padding: 0px;
    max-width: 340px;
}
.mainItemsCategory img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 300px;
    max-width: 300px;
    border: 2px solid white;
    border-radius: 30px;
}
.mainItems {
	margin: 30px auto 30px auto;
    border: 3px solid red;
    border-radius: 30px;
    display: block;
    font-weight: 700;
    font-size: 22px;
    background-color: white;
    text-align: center;
    max-width: 350px;
}
.mainItems img {
    margin-left: auto;
    margin-right: auto;
    display: block;
	max-width: 225px;
    border: 2px solid white;
    border-radius: 30px;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.col-md-6 {
	max-width: 50% !important;
}
.mainItems.bot img, .mainItemsCategory.bot img {
    margin-top: 30px !important;
}
.mainItems:hover, mainItemsCategory:hover {
    background-color: black;
    opacity: .6;
}
.productPage {
	margin: 10vh auto 50px auto;
    width: 85vw;
    min-height: 75vh;
    display: block;
    border: 2px solid red;
    border-radius: 30px;
    background-color: lightgrey;
}
.categoryPage {
	margin: 100px auto 100px auto;
    width: 90%;
    min-height: 80vh;
    display: block;
    border: 2px solid red;
    border-radius: 30px;
    background-color: lightgrey;
}
.prodHeading {
    font-size: 32px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.prodDescription {
    font-size: 22px;
    font-weight: 600;
    color: black;
    display: block;
    margin-right: 30px;
}
.picPlaceholder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 400px;
    margin-top: 30px;
    border: 3px solid red;
}
.categoryHeader {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
}
.realImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 3px solid red;
    max-width: 100%;
}
.txtRedeem {
    width: 500px !important;
}
.backBtn {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    background-color: darkslategray;
    float: right;
    width: 300px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}
.backBtnCategory {
    margin-top: 10px;
    margin-left: 20px;
    display: block;
    font-weight: 700;
    font-size: 28px;
    background-color: darkslategray;
    width: 300px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}
.btnRedeem {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: darkslategray;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.backBtn a, .btnRedeem a {
    color: white;
}
.backBtn a:hover, .btnRedeem a:hover {
    text-decoration: none;
}
.modalBackground {
    background-color: black;
    opacity: .6;
}
.modalPopup {
    width: 500px;
    background-color: white;
    height: 300px;
    color: #415868;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
    border: 3px solid black;
    text-transform: uppercase;
    padding: 20px;
}
.override {
    text-align: center;
    margin: 0;
    margin-top: 575px;
    margin-left: 30px;
}
.override2 {
    margin: 87px auto 30px auto;
    display: block;
}
.hidden {
    display: none;
}
.center {
    text-align: center;
}
.label {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 22px;
    width: 300px;
    margin-bottom: 10px;
}
input {
    width: 300px;
}
.textSmall {
    text-align: center;
    color: red;
    font-style: italic;
}
.text {
    color: red;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.topMarg {
    margin-top: 960px;
}
@media (max-width: 1500px) {
    .topMarg {
        margin-top: 800px;
    }
}
@media (max-width: 1199px) {
    .itemBox {
        width: 300px;
        margin-bottom: 20px;
    }
    .itemBox img {
        max-width: 290px;
    }

    .topMarg {
        margin-top: 58vw;
    }

    .backBtn, .override {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .override2 {
        margin-bottom: 30px;
    }

    p, .prodHeading, input, .prodDescription {
        text-align: center;
    }

	select {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

    .txtRedeem {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .itemBox {
        width: 80vw;
    }
}