/*** Last Updated by Danica Fong 11/2019 ***/

/* Custom Theme */
/*** Look & Feel v7 Dark Background Image, White Text Theme ***/


/********** HEADER CUSTOMIZATIONS **********/
/* Remove border separator between header and survey content */
header {
	border-bottom: none;
}

/********** BACKGROUND IMAGE CUSTOMIZATIONS **********/
html {
	background: url(https://global.cdn.survey.medallia.com/a992ce59bf042fa0f40cc1dd39313719522e4a08) 100% center black no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body {
	background: none;
}

/********** QUESTION AND ANSWER CUSTOMIZATIONS **********/


/*White text outside of white boxes*/
.questionCaption, .rowOption_topCaption,  .layout_text, .anchor{
 color: white;
}

/*** Required icon and text customization ***/
.validation_requiredBlock {
  color: white;
}

/* iOS Mobile dropdown fix */
@media screen and (max-width: 600px) {
     body {
          width: 100%;
     }
}

/********** FOOTER CUSTOMIZATIONS **********/

.layout_footer, .layout_footer .layout_medalliaLogo, .layout_footer .layout_legalLinks a {
	color: white;
}