2015-12-04 14:33:26 +01:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2015-12-05 00:24:42 +01:00
|
|
|
background-color: #FBFBFB;
|
2016-04-13 11:45:26 +02:00
|
|
|
color: black;
|
2016-04-29 12:40:34 +02:00
|
|
|
margin: 0px;
|
2015-12-04 14:33:26 +01:00
|
|
|
}
|
|
|
|
|
2015-12-04 22:53:49 +01:00
|
|
|
section {
|
2016-01-12 18:18:35 +01:00
|
|
|
margin-bottom: 80px;
|
2016-04-29 12:40:34 +02:00
|
|
|
margin-top: 40px;
|
2015-12-04 22:53:49 +01:00
|
|
|
}
|
|
|
|
|
2015-12-10 01:54:10 +01:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #222;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2015-12-04 14:33:26 +01:00
|
|
|
.full-picture {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 250px;
|
2016-04-29 12:40:34 +02:00
|
|
|
margin-top: 0;
|
2015-12-04 14:33:26 +01:00
|
|
|
}
|
|
|
|
|
2015-12-05 01:40:15 +01:00
|
|
|
.full-picture > .picture-text {
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
z-index: 555;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
background-color: rgba(0, 0, 0, .4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-picture > .picture-text > .picture-text-colum {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2015-12-08 05:35:58 +01:00
|
|
|
.full-picture h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 5.5vw;
|
|
|
|
letter-spacing: 4px;
|
2016-01-12 18:18:35 +01:00
|
|
|
font-family: 'montserrat', sans-serif;
|
2015-12-08 05:35:58 +01:00
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-picture h2 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 2.2vw;
|
2016-01-12 14:33:15 +01:00
|
|
|
font-family: 'crimson', serif;
|
2015-12-08 05:35:58 +01:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-picture .datetime {
|
|
|
|
text-transform: uppercase;
|
2016-01-12 14:33:15 +01:00
|
|
|
font-family: 'crimson', serif;
|
2015-12-08 05:35:58 +01:00
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
|
2015-12-04 22:53:49 +01:00
|
|
|
.bordered-picture img {
|
2016-01-12 15:43:03 +01:00
|
|
|
height: 77%;
|
|
|
|
width: 77%;
|
2016-01-12 17:21:19 +01:00
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
2015-12-04 14:33:26 +01:00
|
|
|
}
|
2015-12-04 22:54:19 +01:00
|
|
|
|
2015-12-04 23:13:49 +01:00
|
|
|
.pictures-line {
|
2016-01-12 15:43:03 +01:00
|
|
|
min-width: 77%;
|
|
|
|
width: 77%;
|
2016-01-12 17:21:19 +01:00
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
2015-12-05 00:20:45 +01:00
|
|
|
display: flex;
|
2016-01-17 16:11:58 +01:00
|
|
|
margin-bottom: 0.5em;
|
2015-12-04 23:13:49 +01:00
|
|
|
}
|
|
|
|
|
2015-12-05 00:20:45 +01:00
|
|
|
.pictures-line .picture img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pictures-line .separator {
|
2016-01-17 16:11:58 +01:00
|
|
|
min-width: 0.5em;
|
2015-12-04 23:13:49 +01:00
|
|
|
}
|
|
|
|
|
2015-12-09 06:52:23 +01:00
|
|
|
.text {
|
|
|
|
text-align: center;
|
2016-01-12 14:33:15 +01:00
|
|
|
font-family: 'crimson', serif;
|
2016-01-12 18:18:35 +01:00
|
|
|
font-size: 1.6em;
|
2016-01-12 18:23:25 +01:00
|
|
|
line-height: 1.8em;
|
2016-01-12 18:18:35 +01:00
|
|
|
margin-left: 21%;
|
|
|
|
margin-right: 21%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paragraph {
|
|
|
|
text-align: left;
|
|
|
|
font-family: 'crimson', serif;
|
|
|
|
font-size: 1em;
|
2016-01-12 15:43:03 +01:00
|
|
|
margin-left: 21%;
|
|
|
|
margin-right: 21%;
|
2015-12-09 06:52:23 +01:00
|
|
|
}
|
|
|
|
|
2016-01-12 18:18:35 +01:00
|
|
|
.paragraph h2 {
|
|
|
|
font-family: 'montserrat', sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 2.5em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paragraph p {
|
|
|
|
line-height: 2em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2015-12-04 22:54:19 +01:00
|
|
|
footer {
|
2016-01-12 18:18:35 +01:00
|
|
|
margin-top: 6em;
|
2015-12-04 22:54:19 +01:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2016-01-12 14:33:15 +01:00
|
|
|
font-family: 'crimson', serif;
|
2015-12-04 22:54:19 +01:00
|
|
|
font-size: 11px;
|
|
|
|
color: #555;
|
|
|
|
background-color: #EEE;
|
|
|
|
border-top: solid 2px #DDD;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 14px;
|
|
|
|
}
|
|
|
|
|
2015-12-08 05:36:05 +01:00
|
|
|
.back-to-home {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back-to-home hr {
|
|
|
|
width: 14%;
|
|
|
|
color: #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back-to-home #logo {
|
|
|
|
background: transparent url("../img/logo.svg") no-repeat scroll center top / cover;
|
|
|
|
border-radius: 100em;
|
|
|
|
border: 7px solid black;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 1em;
|
|
|
|
height: 150px;
|
|
|
|
width: 150px;
|
|
|
|
color: transparent;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back-to-home a {
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back-to-home #logo:hover {
|
|
|
|
background-color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2016-01-12 18:18:35 +01:00
|
|
|
font-family: 'montserrat', sans-serif;
|
|
|
|
font-weight: bold;
|
2015-12-08 05:36:05 +01:00
|
|
|
}
|
|
|
|
|
2015-12-04 22:54:19 +01:00
|
|
|
footer p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 600;
|
2016-01-12 18:18:35 +01:00
|
|
|
font-family: 'montserrat', sans-serif;
|
2015-12-04 22:54:19 +01:00
|
|
|
color: #111;
|
|
|
|
}
|
2016-02-09 22:06:25 +01:00
|
|
|
|
|
|
|
.gallery-header {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-02-26 14:39:19 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption__media {
|
|
|
|
display: block;
|
|
|
|
min-width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption__overlay {
|
|
|
|
height: 20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 20px 0 30px 0;
|
|
|
|
color: white;
|
|
|
|
transform: translateY(-100%);
|
|
|
|
transition: transform .35s ease-out;
|
|
|
|
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, transparent 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, transparent));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, transparent 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, transparent 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, transparent 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption:hover .caption__overlay {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption h5 {
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: "adobe-garamond-pro", serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
2016-05-15 11:19:03 +02:00
|
|
|
padding: 2px 0px;
|
2016-02-26 14:39:19 +01:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bordered-picture .caption__overlay {
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
|
|
|
}
|
|
|
|
|
2016-04-06 20:34:05 +02:00
|
|
|
.center, .center-align {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-05-26 12:09:01 +02:00
|
|
|
.share, .author-meta {
|
2016-04-06 20:34:05 +02:00
|
|
|
text-align: center;
|
|
|
|
height: auto;
|
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 0 0 10px 0;
|
2016-04-09 09:33:48 +02:00
|
|
|
font-family: 'crimson', serif;
|
2016-04-06 20:34:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.icon {
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.icon li {
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.icon a {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
background: url(../img/social-share.png) no-repeat;
|
|
|
|
background-size: 196px 23px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.icon li, ul.icon a {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
text-indent: -999999em;
|
|
|
|
overflow: hidden;
|
|
|
|
list-style-type: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.twitter {
|
|
|
|
background-position: 5px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.facebook {
|
|
|
|
background-position: -57px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.pinterest {
|
|
|
|
background-position: -114px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.google {
|
|
|
|
background-position: -172px 0 !important;
|
|
|
|
}
|
|
|
|
|
2016-05-26 12:09:01 +02:00
|
|
|
.author-meta img.circle {
|
2016-04-09 09:33:48 +02:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2016-05-26 12:09:01 +02:00
|
|
|
.author-meta {
|
2016-04-09 09:33:48 +02:00
|
|
|
padding-bottom: 7em;
|
|
|
|
}
|
|
|
|
|
2016-05-26 12:09:01 +02:00
|
|
|
.author-info {
|
2016-04-09 09:33:48 +02:00
|
|
|
color: #ccc;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
2016-05-26 12:09:01 +02:00
|
|
|
.author-info h4 {
|
2016-04-09 09:33:48 +02:00
|
|
|
text-transform: uppercase;
|
2016-05-26 12:09:01 +02:00
|
|
|
text-align: center;
|
|
|
|
font-family: 'crimson', serif;
|
|
|
|
color: black;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2016-04-09 09:33:48 +02:00
|
|
|
}
|
2016-05-26 12:09:01 +02:00
|
|
|
.author-info .desc {
|
2016-04-09 09:33:48 +02:00
|
|
|
width: 350px;
|
|
|
|
margin: auto;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: normal;
|
|
|
|
color: #333;
|
|
|
|
}
|
2016-04-29 12:40:34 +02:00
|
|
|
|
2016-04-30 10:24:37 +02:00
|
|
|
.bordered-picture video,
|
2016-04-29 12:40:34 +02:00
|
|
|
.picture video {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2016-05-26 12:09:01 +02:00
|
|
|
z-index: 0;
|
2016-04-29 12:40:34 +02:00
|
|
|
width: 100%;
|
2016-06-30 05:52:48 +02:00
|
|
|
height: 100%;
|
2016-04-29 12:40:34 +02:00
|
|
|
}
|
|
|
|
|
2016-05-02 09:52:10 +02:00
|
|
|
.full-picture video {
|
|
|
|
position: fixed; right: 0; bottom: 0;
|
|
|
|
min-width: 100%; min-height: 100%;
|
|
|
|
width: auto; height: auto; z-index: -100;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2016-04-30 10:24:37 +02:00
|
|
|
.bordered-picture video {
|
|
|
|
width: 77%;
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
2016-06-30 06:00:07 +02:00
|
|
|
object-fit: fill;
|
2016-04-30 10:24:37 +02:00
|
|
|
}
|
|
|
|
|
2016-04-29 12:40:34 +02:00
|
|
|
.bg-section {
|
|
|
|
padding: 1px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-section section {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
2016-05-02 09:52:10 +02:00
|
|
|
|
|
|
|
.video-container {
|
|
|
|
position: relative;
|
|
|
|
bottom: 0%;
|
|
|
|
left: 0%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-container .title-container {
|
|
|
|
z-index: 1000;
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(0, 0, 0, .4);
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
color: white;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-container video {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.video-container video.fillWidth {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-05-18 17:43:43 +02:00
|
|
|
|
|
|
|
@media only screen and (max-device-width : 992px) {
|
|
|
|
|
|
|
|
.pictures-line {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|