
@font-face
{
	font-family: 'Bree Serif Regular';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/BreeSerif-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Nunito Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Nunito-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Nunito Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Nunito-Medium.ttf') format('truetype');
}

html {
    max-width: 1080px;
    margin: auto;
    padding: 0 1% 1%;
}

body {
    font-family: 'Bree Serif Regular';
    background-color: #fffAE5;
    position: relative;
    min-height: 100vh;
    padding-bottom: 12rem;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.retail_price:invalid {
    background-color: rgba(220, 20, 60, 0.5);
}

.retail_price:valid {
    background-color: rgba(143, 188, 143, 0.5);
}

.quantityInput, .quantityInput:focus {
    background-color: rgba(234, 192, 89, 0.5);
}

.navbar a {
    color: #181717;
}

.catTabs a {
    color: #181717;
    border: thin solid #FFFAE5;
}

.nav-tabs {
    border-bottom: 0;
}

.catTabs, #storeCatName, #storeCatNav {
    background-color: #64BE79;
    /* background-color: #EAC059; */
}

#alertDiv {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

#alertDiv:empty {
    display: none;
}

#enableJs {
    border: 1px solid;
    border-radius: 0.25rem;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
    color: #761b18;
    height: 99vh;
    width: 100%;
    position: absolute; 
    text-align: center;
    z-index: 99;
}

#enableJs > h1 {
    position: relative;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

#layoutViewport {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#pass-reqs {
    color:red;
}
#pass-reqs ul {
    list-style-type: none;
}