.backgroundMain {
	/* background-image: url(https://mydailyhoroscope.org/images/MyDailyHoroscopeBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; */
	background-color: #000000;
}
.backgroundCareer {
	background-image: url(https://mydailyhoroscope.org/images/MyDailyHoroscopeCareerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}
.backgroundLove {
	background-image: url(https://mydailyhoroscope.org/images/MyDailyHoroscopeLoveBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}
.backgroundMoney {
	background-image: url(https://mydailyhoroscope.org/images/MyDailyHoroscopeMoneyBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}
.backgroundMain2 {
	background-color: #212121;
}
.linkWhite { color: #FFFFFF; } /* CSS link color */

.centerAll {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.centerImage {
  margin-left: auto;
  margin-right: auto;
}
.centerText {
  text-align: center;
}
.colorToday {
	display:inline;
float:right;
  width: 20px;
  height: 20px;

  border: 1px solid rgba(0, 0, 0, .2);
}

#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #911e26;
    color: #FFFFFF;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border: 10px solid #FFFFFF;
    display: none;
}

#popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 40px;
}

#popup-box h1 {
    margin: 0;
}

#popup-box form {
    margin-bottom: 0px;
}

#popup-box input {
    padding: 10px;
    border: 1px solid #333;
    width: 40%;
}

#popup-box button {
    padding: 10px;
    border: 1px solid #333;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.centerYoutube {
  padding: 70px 0;
}
