|
|
|
|
@ -232,7 +232,7 @@ label > .label-body {
|
|
|
|
|
/* For devices larger than 550px */
|
|
|
|
|
@media (min-width: 550px) {
|
|
|
|
|
.container {
|
|
|
|
|
width: 80%;
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve {
|
|
|
|
|
margin-left: 4%;
|
|
|
|
|
@ -551,8 +551,8 @@ input[type=button].button--fill:hover,
|
|
|
|
|
input[type=submit].button--fill:focus,
|
|
|
|
|
input[type=reset].button--fill:focus,
|
|
|
|
|
input[type=button].button--fill:focus {
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #FFF;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
background: #368179;
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -749,7 +749,8 @@ pre code {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero--image {
|
|
|
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45)), url("./images/hero.jpg");
|
|
|
|
|
background-color: #444;
|
|
|
|
|
background-image: linear-gradient(rgba(68, 68, 68, 0.2), rgba(68, 68, 68, 0.45)), url("./images/hero.jpg");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-content {
|
|
|
|
|
@ -1376,19 +1377,16 @@ a.footer__icon {
|
|
|
|
|
}
|
|
|
|
|
.contact-container a, .contact-container a:visited {
|
|
|
|
|
display: block;
|
|
|
|
|
background: #368179;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
color: #000;
|
|
|
|
|
border: 1px solid #EEE;
|
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
|
}
|
|
|
|
|
.contact-container a:hover, .contact-container a:visited:hover {
|
|
|
|
|
background: #3e9389;
|
|
|
|
|
}
|
|
|
|
|
.contact-container a:nth-child(odd), .contact-container a:visited:nth-child(odd) {
|
|
|
|
|
background: #275D57;
|
|
|
|
|
}
|
|
|
|
|
.contact-container a:nth-child(odd):hover, .contact-container a:visited:nth-child(odd):hover {
|
|
|
|
|
background: #3e9389;
|
|
|
|
|
background: #FDFDFD;
|
|
|
|
|
border-color: #DDD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=main.css.map */
|
|
|
|
|
|