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;
|
|
|
|
margin: 0;
|
2015-12-04 14:33:26 +01:00
|
|
|
}
|
|
|
|
|
2015-12-04 22:53:49 +01:00
|
|
|
section {
|
2015-12-10 01:57:46 +01:00
|
|
|
margin-bottom: 64px;
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-picture h2 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 2.2vw;
|
|
|
|
font-family: serif;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-picture .datetime {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-family: serif;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
|
2015-12-04 22:53:49 +01:00
|
|
|
.bordered-picture img {
|
2015-12-04 14:33:26 +01:00
|
|
|
height: 80%;
|
|
|
|
width: 80%;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
2015-12-04 22:54:19 +01:00
|
|
|
|
2015-12-04 23:13:49 +01:00
|
|
|
.pictures-line {
|
2015-12-05 00:20:45 +01:00
|
|
|
min-width: 80%;
|
2015-12-04 23:13:49 +01:00
|
|
|
width: 80%;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
2015-12-05 00:20:45 +01:00
|
|
|
display: flex;
|
2015-12-05 00:22:05 +01:00
|
|
|
margin-bottom: 15px;
|
2015-12-04 23:13:49 +01:00
|
|
|
}
|
|
|
|
|
2015-12-05 00:20:45 +01:00
|
|
|
.pictures-line .picture img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pictures-line .separator {
|
|
|
|
min-width: 15px;
|
2015-12-04 23:13:49 +01:00
|
|
|
}
|
|
|
|
|
2015-12-09 06:52:23 +01:00
|
|
|
.text {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 25px;
|
|
|
|
margin-left: 15%;
|
|
|
|
margin-right: 15%;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2015-12-04 22:54:19 +01:00
|
|
|
footer {
|
|
|
|
margin-top: 7em;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
font-family: serif;
|
|
|
|
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%;
|
|
|
|
margin-top: 8em;
|
|
|
|
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;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
2015-12-04 22:54:19 +01:00
|
|
|
footer p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 600;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #111;
|
|
|
|
}
|