h3.headline {
text-align: center;
font-weight: 700;
}
.hl {
margin-top: 50px;
}
.hl .headline {
margin-bottom: 2em;
}
.red-color {
color: #e50046 !important;
} @media (min-width: 576px) {
.hl .headline {
margin-bottom: 1.5em;
}
}h3.headline {
text-align: center;
font-weight: 700;
} .news-border {
border: 3px solid #e50046;
border-radius: 5px;
-webkit-transform: skew(4deg, -4deg);
-ms-transform: skew(4deg, -4deg);
transform: skew(4deg, -4deg);
}
.top-news .overlay {
-webkit-transform: skew(-4deg, 4deg);
-ms-transform: skew(-4deg, 4deg);
transform: skew(-4deg, 4deg);
z-index: 99;
}
.top-news .news-image {
-webkit-transform: skew(-4deg, 4deg);
-ms-transform: skew(-4deg, 4deg);
transform: skew(-4deg, 4deg);
}
.news-post {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.news-post:hover .overlay-container .overlay {
opacity: 1;
}
.news-post:hover .news-headline h1,
.news-post:hover .news-headline h2 {
color: #e50046;
}
.news {
margin: 0 0 50px 0;
min-height: 80vh;
padding: 0 1em;
}
.news section {
margin: 2em 0;
}
.news .headline h3 {
margin-bottom: 1em;
}
.news .news-image {
background-color: #eeeeee;
width: 100%;
min-height: 30vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 5px;
display: block;
}
.news .news-category {
margin-top: 3em;
font-size: 0.7em;
text-transform: lowercase;
font-weight: 500;
color: #969696;
}
.news .news-headline a:hover {
text-decoration: none;
}
.news .news-headline h1,
.news .news-headline h2 {
color: #4a4a4a;
margin: 0.4em 0;
font-size: 1em;
line-height: 105%;
}
.news .news-excerpt {
font-size: 1em;
} @media (min-width: 576px) {
.news-noborder {
border: 0;
border-radius: 5px;
}
.news {
padding: 0;
}
.news .news-image {
min-height: 20vh;
}
.news .headline h3 {
margin-bottom: 1em;
}
}
@media (min-width: 768px) {
.news .news-image {
min-height: 350px;
}
.news .news-headline h1,
.news .news-headline h2 {
font-size: 1.2em;
}
}
@media (min-width: 992px) {
.news .news-headline h1,
.news .news-headline h2 {
font-size: 1.4em;
}
.news .headline h3 {
margin-bottom: 2em;
}
}
@media (min-width: 1200px) {
.news section {
margin: 3em 0;
}
}h3.headline {
text-align: center;
font-weight: 700;
} .container__contact {
margin-bottom: -4em;
margin-top: 50px;
}
.container__contact .contact-border {
border: 0;
}
.container__contact .contact {
border-radius: 5px;
background-color: white;
-webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
font-size: 0.9em;
padding: 2em;
}
.container__contact .contact .headline {
font-size: 1.3em;
line-height: 110%;
margin-bottom: 0;
}
.container__contact .contact .text {
padding: 2em 0;
font-size: 1em;
}
.container__contact .contact .text a {
color: #4a4a4a;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.container__contact .contact .text a:hover {
color: #e50046;
text-decoration: none;
}
.container__contact .contact .text a:visited {
color: #4a4a4a;
}
.container__contact .contact p {
margin-bottom: 0;
} @media (min-width: 576px) {
.container__contact .contact-border {
border: 3px solid #e50046;
border-radius: 5px;
}
.container__contact .contact {
-webkit-transform: skew(4deg, -4deg);
-ms-transform: skew(4deg, -4deg);
transform: skew(4deg, -4deg);
padding: 4em;
font-size: 1em;
}
.container__contact .contact .content {
-webkit-transform: skew(-4deg, 4deg);
-ms-transform: skew(-4deg, 4deg);
transform: skew(-4deg, 4deg);
}
}
@media (min-width: 768px) {
.container__contact .contact {
padding: 5em 6em;
}
.container__contact .contact .headline {
font-size: 1.7em;
}
}
@media (min-width: 992px) {
.container__contact .contact {
padding: 6em 7em;
}
.container__contact .contact .headline {
font-size: 2em;
}
}