body{
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/pinstripe_bg.png);
    background-repeat: repeat;
}

.footer{
    padding: 10px 0 10px 0;
    color: white;
    background-color: #161616;
    text-align: right;
}

.orderButton{
    margin: auto 0 10px 0;
    border-color: #fff; 
    background-color: red;
    border:solid; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.orderButton:hover{
    margin: auto 0 10px 0;
    border-color: #fff; 
    background-color: rgb(160, 0, 0);
    border:solid; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*header-logo*/
.logo-header{
    text-align: center;
}


/* Product Content Section */
.Product-content{
    background-color: #fff;
    padding: 20px;
    color: #000;
}
.Product-content li{
    margin: auto auto 20px auto;
}
.Product-content h3{
    color: white;
    background-color: red;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border:solid; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Product-content h3:hover{
    color: white;
    background-color: rgb(160, 0, 0);
    padding: 4px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border:solid; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Product-content a:hover{
    text-decoration: none;
}
.Product-content hr{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

/*Product-icons*/
.Product-icons{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/workout_squat_bg.jpg");
    background-color: rgba(0, 0, 0, 0.705);
    background-position: center top;
    background-size: cover;
    color: #fff;
}
.icons-box{
    padding: 75px 20px 75px 20px;
    font-size: 20px;
    text-align: center;
}

/* callAction */
.callAction {
    font-size: 1vw;
    text-align: center;
    padding: 80px 10px 80px 10px;
    
}

/*Product-taste*/
.Product-taste{
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sweet_tea.jpg);
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.Product-taste-box-center{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.Product-taste-box-center div{
    padding: 20px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;

}

/* callAction-Magnolia */
.callAction-Magnolia {
    font-size: 1vw;
    text-align: center;
    padding: 80px 10px 80px 10px;
    
}

/*Product-MagnoliaPump*/
.Product-MagnoliaPump{
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/RopeWorkout.jpg);
    background-color: rgba(0, 0, 0, 0.7);
    background-position: left bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.Product-MagnoliaPump-box-center{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.Product-MagnoliaPump-box-center div{
    padding: 20px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;

}

/* Product-Combo Section */
.Product-combo{
    background-color: #fff;
    padding: 20px;
    color: #000;
    text-align: center;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
}
.Product-combo-box-center{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.Product-combo-box-center div{
    padding: 20px;
    font-size: 24px;
    background-color: rgba(170, 170, 170, 0.1);
    border-radius: 10px;

}

/* Product-facts section */
.Product-facts{
    background-color: #fff;
    padding: 20px;
    color: #000;
}
.Product-facts h2{
    font-size: 28px;
    margin-top: 30px;
    border: solid;
    border-width: 0px 0px 0px 4px;
    padding: 0 0 0 5px;
    border-color: red;
}
.Product-facts p{
    padding: 50px 20px 50px 20px;
    border-radius: 10px;
    background-color: rgb(241, 241, 241);
    color: rgb(43, 43, 43);
}

/* BEGIN Countdown clock CSS */
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #444444;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #2b2b2b;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
/* END Countdown clock CSS */

/* media screen max-width 560px */
@media screen and (max-width: 560px) {
    #clockdiv{
        font-size: 24px;
    }
    .smalltext{
        font-size: 14px;
    }
    .icons-box{
        padding: 10px 20px 50px 20px;
    }
    .launchh3{
        font-size: 5vw;
    }
} /* end of media screen max-width 560px */

/* media screen max-width 400px */
@media screen and (max-width: 400px) {
    #clockdiv{
        font-size: 20px;
    }
    #clockdiv > div{
        padding: 6px;
    }
    #clockdiv div > span{
        padding: 8px;
    }
    .smalltext{
        font-size: 10px;
    }
    .icons-box{
        padding: 10px 20px 50px 20px;
    }
    .launchh3{
        font-size: 5vw;
    }
} /* end of media screen max-width 400px */