/*------------------------------------------------------------------
 [Master Stylesheet]
 Project:		Eovo
 Version:		1
 Last change:	10/25/2015 [no Change]
 Primary use:	Eovo Multi Purpose
 -------------------------------------------------------------------*/
htm, body {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f80554;
}
.footerArea {
  background: url("") no-repeat center center / cover;
  background-attachment: inherit;
}
.footerAreaTwo {
  background: url("https://vrlove.wpengine.com/wp-content/themes/eovo/inc/admin/settings/images/footer_bg.jpg") no-repeat center center / cover;
  background-attachment: inherit;
}
body{
    background-color: #110013;
}

p, a {
    color: #f9d3fd;
}

.plain-text p, .plain-text li {
  color: #ffffff;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 300;
}

.plain-text h1, .plain-text h2, .plain-text h3 {
    color: #ffffff;
    line-height: 2em;
}


/* CUSTOM VRLOVE */
.explanation_images_parent { padding: 10px 0 !important; }
.only-desktop { display: none; }
@media (min-width: 900px) {
    .only-desktop { display: block; }
}
.only-mobile { display: none; }
@media (max-width: 899px) {
    .only-mobile { display: block; }
}
.banners-home { text-align: center; }