This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/css/style.css
2017-03-31 12:22:46 +01:00

94 lines
1.8 KiB
CSS

html {
font-family: 'Poppins', sans-serif;
font-size: 16px; }
body {
background: white; }
.region-header {
margin: 0 auto;
max-width: 72rem;
overflow: hidden; }
.region-featured {
position: relative; }
.region-featured:after {
background-image: url("../images/dcb-bg.jpg");
background-size: cover;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1; }
.featured-footer {
background: black;
color: white;
font-size: 1.2rem;
font-weight: bold;
padding: 1rem;
text-align: center; }
.region-content {
margin: 0 auto;
max-width: 72rem; }
.region-footer {
margin: 0 auto;
max-width: 72rem; }
ul.menu {
margin: 0;
padding: 0; }
ul.menu li.menu-item {
display: inline-block;
padding: 1rem 1.5rem;
text-transform: uppercase; }
ul.menu li.menu-item a {
color: black;
text-decoration: none; }
ul.menu li.menu-item a:hover, ul.menu li.menu-item a:focus, ul.menu li.menu-item a.is-active {
color: #44efb9; }
nav.menu--main {
float: right;
font-weight: bold;
margin: 0.8rem; }
.block-system-branding-block {
float: left;
margin: 0.5em 2em; }
.site-logo img {
display: block;
width: 11rem; }
#block-homepagehero {
font-size: 1.8rem;
line-height: 1.2;
margin: auto;
max-width: 30rem;
padding: 10rem 1rem;
text-align: center; }
.form-item > label {
display: block;
font-weight: bold; }
.form-item > label.option {
display: inline;
font-weight: normal; }
.form-submit {
background: #b33ee9;
border: 0;
color: white;
font-weight: bold;
padding: 0.5rem 1rem;
text-transform: uppercase; }
.form-submit:hover, .form-submit:focus {
background: #44efb9; }
/*# sourceMappingURL=style.css.map */