/* Surveys*/
.divSurveyWrapper{background-image:url("images/digital-brainBG.png");background-size:cover;}
.divSurveyContent { background-image: url("images/charcoalBG.png"); background-size: cover; opacity: .95;padding:0px 0px;color:white;}
.survey-wrapper{padding:0 2%;}
.artificial-intelligence p,.survey-question-label,.survey-answer-label, .survey-answers-container label, .survey-contact-section label{color:white;font-size:larger;}
.artificial-intelligence h2 { color: #ffffff; text-align: center; font-size: 2.5rem; text-shadow: 0 0 2px #00BFFF, 0 0 2px #00BFFF, 0 0 5px #1E90FF, 0 0 5px #1E90FF, 0 0 5px #00BFFF, 0 0 0px #1E90FF; }
.artificial-intelligence p.survey-thankyou { background-color:white;color:green;font-weight:bold;}
a.btn:not([href]):not([tabindex]).btn-primary, .btn.btn-primary,.btn.btn-inverted{background-color:#1E90FF;border-color:#1E90FF;}
.btn.btn-primary:hover,.btn.btn-inverted:hover { background-color: #00BFFF; border-color: #00BFFF; }
    
/*Mobile Compatibility*/
@media screen and (max-width:768px) {
    .divSurveyContent{width:90%;}
    .artificial-intelligence h2 { font-size: 2rem; }
}
