.tag {
    background-color: white;
    color: #F40009;
    padding-left: 1ch;
    padding-right: 1ch;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 3px; 
}


html {   
    background-color: black;
    font-family: sans-serif;
    font-style: normal;
    font-size: 100%;
    height: 100vh;
/*    scroll-snap-type: y mandatory;*/
/*    height: calc((100vh*4) /*+ 5vh*/
}

img#freshColaSplashImg {
    width:100%;
}

.white {
    color: white;
}

p {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.textContainer {
    margin-left: 4rem;
    margin-right: 4rem;
}

.buttonContainer {
    margin-left: 4rem;
    margin-right: 4rem;
}

.progressResultsContainer {
    margin-left: 4rem;
    margin-right: 4rem;
}

.spaceAbove {
    margin-top: 3rem;
}

.spaceBelow {
    margin-bottom: 3rem;
}

button {
    width:100%;
    font-family: sans-serif;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
    background-color: #F40009;
    border-style: solid;
    border-color: white;
    border-width:2px;
    border-radius: 1rem;
    height:3rem;
    line-height:0;
    box-shadow: 10px 10px 20px #b30006,
            	 2px 2px 10px #660003;

}

/* need to turn off button highlight */

button:hover {
    background-color: black;
}

.rightAlign {
    text-align: right;
}

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center; 
}

.justifyAlign {
    text-align: justify;
}

/*
section#landingPage {
    height:100vh;
    display: block;
    border-color: #FFBE0B;
    border-style: solid;
    border-width: 5px;
}
*/

.titleText {
    letter-spacing: 3px;
    font-size: 3rem;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.titleSubText {
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 600;
}



.hidden {
    visibility: hidden;

}

.visible {
    visibility: hidden;
}


.displayNone {
    display: none;
}

.centerAlign {
    text-align: center; 
}

.bold {
    font-weight: 500;
}

/*
button {
    font-family: sans-serif;
    cursor: pointer;
    padding-top:0.3rem;
    padding-bottom:0.3rem;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background-color: #ffbe0b;
/*    background-image: linear-gradient(to bottom, #ff006e, #CC0058); */
/*    box-shadow: 0px 0px 5px gray;*/
/*    border-radius: 5px;
    border-top-color: #ffcb3b;  
    border-left-color: #ffcb3b;
    border-bottom-color: #cc9808;  
    border-right-color: #cc9808;
    border-style: solid;
    border-width: 2px;  
}
*/



table.progressResults {
    width: 100%;
    border-spacing: 0; 
    border-collapse: collapse;

/*
    border-color: white;
    border-style: solid;
    border-width: 1px;*/
} 

tr.progressResults {
    height: 2em;
}

td.progressResultsLabel {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    width: 90%;
    vertical-align: top;
/*
    border-color: white;
    border-style: solid;
    border-width: 1px; */
}

td.progressResultsResult {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    width: 10%;
/*
    border-color: white;
    border-style: solid;
    border-width: 1px; */
}



table.resultsSubTable {
    cursor: pointer;    
}


.expandedCharSpacing {
        letter-spacing: 1.5px;
}

/* ========== Responsive web design ========== */

/* mobile */
@media only screen and (orientation: portrait) 
	{
	#portait		{display: block;}
	#landscape		{display: none;}
	body			{	margin: 0;

                        background-color:#F40009;


				}
	}

/* desktop */
@media only screen and (orientation: landscape) 
	{
	#portait		{display: none;}
	#landscape		{display: block;}
	body			{	margin: auto;
						width: 450px;
                        background-color: #F40009;
                        margin-top: 1rem;
                        margin-bottom: 1rem;


                    }
	}


/*
table {
    width: 100%;
    color: #463f3a;
    border-spacing: 0; 
    background-color: #f4f3ee;
    border-color:crimson;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 2rem;
    padding-bottom: 1rem;
} 


.displayBlock {
    display: block;
}

.turquoise {
    background-color: #2a9d8f;
}

.widthNarrow {
    width:8ch;
}



.opacity {
opacity:0.5;
}

/*
table, tr, td {
    border-color:deeppink;
    border-style: solid;
    border-width: 1px;
}
*/
/*
a {
   background-color: #e0afa0;
    color: crimson;
}

.textResults::selection {
    background-color: none;
}

tr.spacing5Lines {
    height: 5rem;
    vertical-align: top;
}

th,td.spacingVertical {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

th,td.spacingVerticalBottom {
    padding-bottom:0.5rem;
}

.tagContainer {
    text-align: right;
    padding-top: 0.25rem;
    padding-bottom:0.5rem;
}

td.text {
    text-align: justify;
    padding-left: 4vw;
    padding-right: 4vw;
}

td.textResults {
    padding-left: 4vw;
    width: 80%;
}

td.numberResults {
    padding-right: 4vw;
    width: 20%;
    text-align: center;
}

.underline {
    text-decoration: underline;
    text-decoration-color: crimson;
}

.red {
    color: crimson;
}

tr.fullWidth {
    width:100%
}

tr,td.rowSpacing {
    padding-bottom: 0;
}

.clickable {
    cursor: pointer;
}

td.topSpacing {
    padding-top: 1em;
}

th,td.horizontalRule {
    border-bottom-color:crimson;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

p {
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    margin-top: 0.5rem;
    color:#e5e5e5;
}

.bold {
    font-weight: 700;
}


.rightAlign {
    text-align: right;

}

.leftAlign {
    text-align: left;

}



.smallText {
    font-size: 0.5rem;
}

.mediumText {
    font-size: 0.8rem;
}

.smallPrint {
    margin-top:1rem;
    color: #463f3a;
    font-size: 0.8rem;
}
*/

section#landingPage {
   height:100vh;
/*    scroll-snap-align: center; */
    display: block;
/*    border-color: yellow;
    border-style: solid;
    border-width: 1px;*/
}
  
section#nearestRacks {
    height:100vh; 
    scroll-snap-align: center;
    display: none;
    border-color: lime;
    border-style: solid;
    border-width: 1px;
}

section#rackDetail {
    height:100vh; 
    scroll-snap-align: center; 
    display: none;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

section#moreInformation {
    height:100vh; 
    scroll-snap-align: center; 
    display: none;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}
