File: //home/awaldron/_upmc/pancreaseq.com/wp-content/themes/pancreaseq/scss/_home.scss
#home-splash {
height: 575px;
background-image: url(/wp-content/themes/pancreaseq/assets/img/bg-home-splash.jpg);
@include flex(row, center, center);
@extend .background-cover;
h1 {
background-color: rgba(5,47,90,0.5);
color: $white;
padding: 10px 30px;
text-align: center;
border-radius: 12px;
-webkit-box-shadow: 0 0 12px 12px rgba(4,42,87,0.4);
box-shadow: 0 0 12px 12px rgba(4,42,87,0.4);
@include rem-size(3.5);
}
}
#sub-splash {
height: 200px;
background-image: url(/wp-content/themes/pancreaseq/assets/img/bg-sub-splash.jpg);
@include flex(row, center, center);
@extend .background-cover;
h1 {
color: $white;
text-align: center;
@include rem-size(2.5);
text-shadow: 0 0 20px rgba(0,0,0,0.7);
}
}
h1.blocky-head {
background-color: #052F5A;
color: $white;
padding: 6px 14px;
margin-bottom: 15px;
@include rem-size(2);
}
h2.blocky-head {
background-color: #052F5A;
color: $white;
padding: 6px 14px;
margin-bottom: 15px;
@include rem-size(1.75);
}
h3.blocky-head {
background-color: #052F5A;
color: $white;
padding: 6px 14px;
margin-bottom: 15px;
@include rem-size(1.5);
}