/* CSS */

html,body {
  height:100%;
  margin:0;
}

body {
	background: url("../images/WomenEverywhere.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
}

.standardfont {
	font-family: 'Lato', sans-serif;
}

.displayfont {
	font-family: 'Merriweather', serif;
}


/* CLASSES */

.bg-white-trans {
	background-color: rgba(255, 255, 255, 0.9);
	color: #111111;
}

.bg-black-trans {
	background-color: rgba(0, 0, 0, 0.8);
	color: #eeeeee;
}

.btn-color {
	background-color: #EDD615;
	color: #333333;
}

.btn-color:hover {
	background-color: #BDA605;
	color: #efefef;
}


ul.benefitlist {
	list-style-type: none;
/*	text-align: left;  */
	padding-left: 0;
}


.icon::before {    /* FONT AWESOME BASE DEFINITION */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.benefitcheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #d71c1c;
}

.insidelist {
   list-style-position: inside;
   padding-left: 0;
}

.color-header {
	background-color: #d71c1c;
	color: #ffffff;
}

.whitelink {
	color: #ffffff;
}

.whitelink:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

.green-check {
	color: #00CB00;
}

.red-x {
	color: #d71c1c;
}

.gold {
	color: #EDD615;
}

/* IDS */

#product {
	
}

#videodesc {
	
}