/* Reset */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td { 
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    width: 100%;
    height: 100%;
    background: #fff;
    color: rgba(0,0,0,0.7);
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: auto;
}
a {
    background-color: transparent;
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: rgba(0,0,0,1);
    outline: none;
}
strong {
    font-weight: bold;
}
h1 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2em;
    line-height: 2em;
    font-weight: 700;
}
h3 { margin-top: 40px; font-size: 18px; line-height: 26px; }
img {
    border-style: none;
    vertical-align: middle;
}
[hidden] {
    display: none;
}
::-moz-selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none;
}
img.with-frame {
    box-shadow: 0 25px 40px rgba(75,40,30,0.33),
                0 8px 15px rgba(75,40,30,0.2),
                0 4px 4px rgba(75,40,30,0.2);
}
img.with-frame.medium {
    box-shadow: 0 10px 20px rgba(75,40,30,0.2),
                0 5px 10px rgba(75,40,30,0.1),
                0 4px 4px rgba(75,40,30,0.2);
}
img.with-frame.small {
    box-shadow: 0 4px 10px rgba(75,40,30,0.2),
                0 4px 4px rgba(75,40,30,0.2);
}
.click-hidden {
    opacity: 0;
}

/* cover */

#cover {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
body.sub #cover {
    height: 60vh;
}
#name {
    position: absolute;
    top: 50%;
    left: 15vw;
    transform: translateY(-50%);
    width: 30vw;
    height: 17vw;
    background: url(../files/gerthkuusk-eng.svg) no-repeat;
    background-size: 100%;
    box-shadow: 0 0 0 4000px #fff, inset 0 0 0 5px #fff;
    color: transparent;
    font-weight: 900;
    text-transform: uppercase;
}
#name a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  color: transparent;
}
#name:after {
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: 100;
    width: 102%;
    height: 102%;
    border: 5px solid #fff;
    content: '';
}
#name span {
    display: block;
}
#name .forename {
    padding: 1.06vw 0 0 .9vw;
    font-size: 7.3vw;
    line-height: 6vw;
}
#name .surname {
    padding: .68vw 0 0 .88vw;
    font-size: 6.85vw;
    line-height: 6vw;
}
#name .title {
    padding: .55vw 0 0 1.22vw;
    font-size: 1.38vw;
    line-height: 2vw;
    font-weight: 600;
    letter-spacing: 0.7vw;
}
.main-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 0;
    left: 60vw;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    list-style: none;
}
#content .main-nav {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin: 100px 0 0;
    transform: translateY(0);
    text-align: left;
}
.main-nav a {
    display: inline-block;
    padding: 4px 10px 2px;
    border-left: 4px solid transparent;
    transition-duration: 0.5s;
    cursor: pointer;
}
.main-nav a:hover,
.main-nav a:focus {
    text-decoration: none;
    border-color: #000;
}
.main-nav li {
    margin-bottom: 4px;
}
.main-nav li.p {
    margin-top: 30px;
}
.main-nav li.cv {
    margin-top: 30px;   
}
.main-nav li.p + li.p {
    margin-top: 15px;
}
.main-nav a span {
    display: block;
    font-size: 0.8em;
}
.main-nav a.active {
    background: #000;
    color: #fff;
}

/* triangles */

#tri-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    opacity: 1;
}
#tri-wrap .tri-helper {
    min-width: 920px;
    width: 100vw;
    height: 100vh;
}
.tri-helper .tri-group {
    position: relative;
    float: left;
    width: calc(5.263vw + 2px);
    height: calc(5.263vw + 2px);
    min-width: 50px;
    min-height: 50px;
    margin: -1px;
    overflow: hidden;
}
.tri-helper .rot {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}
.tri-helper .rot.r2 { transform: rotate(45deg); }
.tri-helper .rot.r3 { transform: rotate(135deg); }
.tri-helper .rot.r4 { transform: rotate(225deg); }
.tri-helper .rot.full {
    background: #fff;
    transform: rotate(0deg);
}
.tri-helper .tri {
    position: absolute;
    width: 200%;
    height: 100%;
}
.tri-helper .tri.a {
    top: -49%;
    left: -50%;
    background: #eee;
}
.tri-helper .tri.b {
    background: #999;   
    top: 50%;
    left: -50%;
}
#fade {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 100px solid #fff;
    box-shadow: inset 0 1px 0 0 #fff;
}
#fade .bg {
    width: 100vw;
    height: 21.053vw;
    min-width: 911px;
    min-height: 194px !important;
    margin: 0 0 0 -1px;
    background: url(../files/fade.svg) no-repeat;
    background-size: 100% 100%;
}


/* content */

#content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
body.sub #content {
    background: #fff;
    padding: 0 0 100px;
}
.section-wrapper {
    margin: 80px 0;
    padding: 100px 0;
}
.section-wrapper.kjhjg {
    background: #eee;
}
.section {
    width: 100%;
    border-top: solid #ccc;
    border-width: 0;
}
body.sub .section {
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
body.sub img {
    max-width: 100%;
}
.section .description {
    z-index: 2;
    overflow: hidden;
    padding: 5vw 9vw 0;
}
.section .description h2 {
    width: 50vw;
    height: 4.6vw;
    margin: 0 0 0 -1vw;
    padding: 0 0 0 .9vw;
    background: url(../files/tree-eng.svg) no-repeat;
    background-size: 50vw 100vw;
    box-shadow: 0 0 0 5000px #fff, inset 0 0 0 2px #fff;
    color: transparent;
    font-size: 3.6vw;
    line-height: 4.9vw;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}
.section.visandid .description h2 { background-position: 0 0; }
.section.joonistused .description h2 { background-position: 0 -5vw; }
.section.maalid .description h2 { background-position: 0 -10vw; }
.section.fotod .description h2 { background-position: 0 -15vw; }
.section.pildit88tlus .description h2 { background-position: 0 -20vw; }
.section.modelleerimine .description h2 { background-position: 0 -25vw; }
.section.joonised .description h2 { background-position: 0 -30vw; }
.section.maketid .description h2 { background-position: 0 -35vw; }
.section.html .description h2 { background-position: 0 -40vw; }
.section.k2sit88 .description h2 { background-position: 0 -45vw; }
.section.laine .description h2 { background-position: 0 -54.3vw; height: 8.4vw; }
.section.uperpall .description h2 { background-position: 0 -67.3vw; height: 8.4vw; }
.section.turg .description h2 { background-position: 0 -80.3vw; height: 8.4vw; }
.section.cv .description h2 { background-position: 0 -94vw; }
.section .description h2 span {
    display: block;
    padding: .8vw 0 0;
    margin: 0vw 0 0 0;
    font-size: 3vw;
    line-height: 3vw;
}
.section .description .text {
    margin: 2vw 0 0;
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
}
.section .description .text p {
    margin: 0 0 2vw;
}
.section .gallery {
    background: #fff;
    width: 100vw;
    padding: 3vw 0 10vw;
}
.soon {
    position: relative;
    background: #ddd;
}
.soon .txt,
.grid div.soon div.txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    line-height: 32px;
    font-size: 24px;
    margin-left: -100px !important;
    margin-top: -32px !important;
    color: #999;
}
.soon img {
    position: relative;
}

/* wall */

#content.wall,
body.sub #content.wall,
#content.wall .section {
    background: #ccc3bb url(../images/bg8.png);
}
.wall .article {
    padding-top: 100px;
    padding-left: 150px;
}
.article-logo {
    float: left;
    width: 100px;
    margin: 0 0 0 -150px;
}

/* cv */

#cv {
    position: relative;
    z-index: 1;
    width: 100%;
}
#cv .content {
    background: #fff;
    padding: 2vw 9vw 0;
}
#cv p,
#cv ul {
    margin-top: 2vw;
}
#cv ul {
  margin-left: 2vw;
  list-style: none;
}
#cv li {
  padding-left: 150px;
  background: none;
}
#cv strong {
  float: left;
  margin-left: -150px;
}
#cv p.follow {
    margin-top: 0;
}
#cv p.desc {
  max-width: 600px;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 20px;
}

/* end */

#end {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}
#end .name {
    position: absolute;
    top: auto;
    bottom: 5vw;
    right: 5vw;
    color: #fff;
    font-size: 6vw;
    line-height: 6vw;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    opacity: 1;
}
#end .name span {
    display: block;
}

#end .name .a {
    margin: 0 -0.3vw 0 0;
    font-size: 6.4vw;
}

#end .name .c {
    margin: 1vw -0.2vw 0 0;
    font-size: 9.2vw;
}

/* painting info */

.painting-info {
    padding: 50px 25px 50px;
    text-shadow: rgba(255,255,255,0.75) 0 1px 0;
}
.painting-info p {
    margin: 0;
    text-align: left;
    color: #000;
    font-family: "Catamaran";
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.painting-info p.title,
.painting-info p.price {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
}
.painting-info .subtitle {
    font-weight: 800;
    margin: -10px 0 10px
}

/* article */

.article {
    padding: 0 20px 100px;
    text-align: justify;
    color: #000;
}
.article h2,
.section-wrapper h2 {
    font-family: "Catamaran";
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
}
.section-wrapper h2 {
    opacity: 1;
    color: #000;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
.article p {
    margin: 20px 0 0;
    color: #000;
    font-family: "Catamaran";
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
hr {
    height: 0;
    margin: 80px 0 100px;
    border: solid #999;
    border-width: 1px 0 0 0;
}
.degree {
    font-family: "Catamaran";
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
    color: #000;
}
.wave-key {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 40%;
    border: 20px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* imss */

.imss-ending {
    position: relative;
    height: 14vw;
}
.imss-ending:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 65vw;
    height: 14vw;
    background: url(../files/imss-7.svg) no-repeat 100% 0;
    background-size: 270%;
    content: '';
}

#imss-logo {
    position: absolute;
    left: 75%;
    top: 9.75vw;
    width: 20vw;
    height: 7.1vw;
    overflow: hidden;
    background: url(../files/imss-logo.svg);
    text-indent: -999em;
}
#imss-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
#imss-logo a:after {
    position: absolute;
    top: 1.25vw;
    left: 5.25vw;
    width: 7.25vw;
    height: 7.25vw;
    background: url(../files/imss-logo-loader.png);
    background-size: 100% 100%;
    content: '';
    animation: loaderSpin 3s linear infinite;
    transition-duration: rotate 1s;
}
@media only screen and (min-width: 1500px) {
    .imss-ending {
        height: 200px;
    }
    .imss-ending:before {
        height: 200px;
        width: calc(50vw + 250px);
        background-size: 2946.339041px 200px;
    }
    #imss-logo {
        top: 150px;
        left: 75%;
        width: 300px;
        height: 106.5px;
        margin: 0 0 100px;
    }
    #imss-logo a:after {
        top: 18.75px;
        left: 78.75px;
        width: 108.75px;
        height: 108.75px;
    }
}
@keyframes loaderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* frame */

.frame img {
    display: block;
}
.frame-1 {
    position: absolute;
    top: 10%;
    left: 15.9%;
    right: 15.9%;
    bottom: 22.4%;
    background: #000;
    overflow: auto;
}
.frame-2 {
    position: absolute;
    top: 4.7%;
    left: 5%;
    right: 4.8%;
    bottom: 33.2%;
    background: #000;
    overflow: auto;
}

.frame-1::-webkit-scrollbar-track {
    background-color: #222;
}

.frame-1::-webkit-scrollbar {
    width: 6px;
}

.frame-1::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #999;
}

/* =Flexible video embeds
-------------------------------------------------- */
.flex-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0; overflow: hidden;
}
.flex-video iframe, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* modal */

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 0 0 0;
    background: rgba(255,255,255,1);
}
#overlay-content {
    margin: 70px 0 0;
    padding: 0 5vw;
    height: calc(100% - 170px);
    width: 100%;
    text-align: center;
}
#overlay-content img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#overlay-info {
    height: 100px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
#overlay-info .type {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#overlay-info .title {
    font-size: 20px;
    line-height: 30px;
}
#overlay-info .name {
    font-weight: bold;
}

#overlay .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#overlay .nav .prev,
#overlay .nav .next {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
#overlay .nav .next {
    left: 50%;
}
#overlay .nav .prev:before,
#overlay .nav .next:before {
    position: absolute;
    top: 50%;
    left: 7.5%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%) rotate(45deg);
    border: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent #999 #999;
    transition-duration: 0.15s;
    content: '';
}
#overlay .nav .next:before {
    left: auto;
    right: 7.5%;
    transform: translateY(-50%) rotate(-135deg);
}
#overlay .nav .prev:hover:before,
#overlay .nav .prev:focus:before,
#overlay .nav .next:hover:before,
#overlay .nav .next:focus:before {
    border-color: transparent transparent #000 #000;
}
#overlay .nav .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding-top: 40px;
    color: #999;
    font-size: 11px;
    text-align: center;
}
#overlay .nav .close:before,
#overlay .nav .close:after {
    position: absolute;
    top: 23px;
    left: 12px;
    width: 26px;
    height: 4px;
    background: #999;
    transition-duration: 0.15s;
    content: '';
}
#overlay .nav .close:before {
    transform: rotate(45deg);
}
#overlay .nav .close:after {
    transform: rotate(-45deg);
}
#overlay .nav .close:hover,
#overlay .nav .close:focus {
    text-decoration: none;
}
#overlay .nav .close:hover:before,
#overlay .nav .close:hover:after,
#overlay .nav .close:focus:before,
#overlay .nav .close:focus:after {
    background: #000;
}

/* loader */

.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 5px solid;
    border-color: #eee #eee #eee #000;
    border-radius: 50px;
    animation: loaderKeyframes 1s infinite linear;
    content: '';
}
@keyframes loaderKeyframes {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Helper classes */

.hidden {
    display: none !important;
}
.visually-hidden {
    margin-top: -999999em;
}
.center {
  text-align: center
}
img.center {
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after {
    display: table;
    content: " ";
}
.clear:after {
    clear: both;
}
.sep {
    padding: 0 10px;
    opacity: 0.5;
}
.justify {
    text-align: justify;
}
.max-10 { max-width: 10% !important; }
.max-20 { max-width: 20% !important; }
.max-30 { max-width: 30% !important; }
.max-40 { max-width: 40% !important; }
.max-50 { max-width: 50% !important; }
.max-60 { max-width: 60% !important; }
.max-70 { max-width: 70% !important; }
.max-80 { max-width: 80% !important; }
.max-90 { max-width: 90% !important; }

/* split image */

.split-image {
    position: relative;
}
.split-image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #000;
}
.split-image .overlay img {
    float: right;
    max-width: 999em;
    height: 100%;
}

/* spotlights */

#spotlight1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 100px;
    left: 100px;
    background: #fff;
    border-radius: 1000px;
    /*z-index: 100;*/
    mix-blend-mode: soft-light;
    filter: blur(200px);
    pointer-events: none;
    opacity: 1;
}

/* grid */

.grid {
    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 20px;
}
.grid.cosy {
    padding: 20px 0;
    margin-right: -20px;
    margin-left: -20px;
}
.grid.comfort {
    margin-right: -50px;
    margin-left: -50px;
}
.grid.space {
    padding: 100px 0;
}
.grid.icons {
    padding-bottom: 40px;
}
.following,
.grid .following {
    margin-top: 20px;
}
.grid.cosy .following {
    margin-top: 40px;
}
.overlaping,
.grid .overlaping {
    margin-top: -100px;
}
.overlaping.first,
.grid .overlaping.first {
    margin-top: 0;
}
.overlaping:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
}
.overlaping img {
    border: 10px solid #ccc;
    border-width: 20px 5px 0;
    border-radius: 5px 5px 0 0;
}
.grid:after {
    display: table;
    clear: both;
    content: '';
}
.col-1, .col-1p5, .col-2, .col-3, .col-4, .col-5, .col-5p5, .col-6, .col-6p5, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    float: left;
    min-height: 1px;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.grid.cosy > .col-1, .grid.cosy > .col-1p5, .grid.cosy > .col-2, .grid.cosy > .col-3, .grid.cosy > .col-4, .grid.cosy > .col-5, .grid.cosy > .col-5p5, .grid.cosy > .col-6, .grid.cosy > .col-6p5, .grid.cosy > .col-7, .grid.cosy > .col-8, .grid.cosy > .col-9, .grid.cosy > .col-10, .grid.cosy > .col-11, .grid.cosy > .col-12 {
    padding-right: 20px;
    padding-left: 20px;
}
.grid.comfort > .col-1, .grid.comfort > .col-1p5, .grid.comfort > .col-2, .grid.comfort > .col-3, .grid.comfort > .col-4, .grid.comfort > .col-5, .grid.comfort > .col-5p5, .grid.comfort > .col-6, .grid.comfort > .col-6p5, .grid.comfort > .col-7, .grid.comfort > .col-8, .grid.comfort > .col-9, .grid.comfort > .col-10, .grid.comfort > .col-11, .grid.comfort > .col-12 {
    padding-right: 50px;
    padding-left: 50px;
}
.col-12 { width: 100%; }
.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6p5 { width: 54.16666667%; }
.col-6 { width: 50%; }
.col-5p5 { width: 45.83333333%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1p5 { width: 12.5%; }
.col-1 { width: 8.33333333%; }

.offset-12 { margin-left: 100%; }
.offset-11 { margin-left: 91.66666667%; }
.offset-10 { margin-left: 83.33333333%; }
.offset-9 { margin-left: 75%; }
.offset-8 { margin-left: 66.66666667%; }
.offset-7 { margin-left: 58.33333333%; }
.offset-6 { margin-left: 50%; }
.offset-5 { margin-left: 41.66666667%; }
.offset-4 { margin-left: 33.33333333%; }
.offset-3 { margin-left: 25%; }
.offset-2 { margin-left: 16.66666667%; }
.offset-1p5 { margin-left: 12.5%; }
.offset-1 { margin-left: 8.33333333%; }
.offset-0p5 { margin-left: 4.16666666%; }


@media only screen and (max-width: 768px) {
    .grid {
        margin: 0;
    }
    .col-1, .col-1p5, .col-2, .col-3, .col-4, .col-5, .col-5p5, .col-6, .col-6p5, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: none;
        width: auto;
        height: auto !important;
        margin: 0;
        padding: 0;
    }
    .col-1:before, .col-1p5:before, .col-2:before, .col-3:before, .col-4:before, .col-5:before, .col-5p5:before, .col-6:before, .col-6p5:before, .col-7:before, .col-8:before, .col-9:before, .col-10:before, .col-11:before, .col-12:before,
    .col-1:after, .col-1p5:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .col-5p5:after, .col-6:after, .col-6p5:after, .col-7:after, .col-8:after, .col-9:after, .col-10:after, .col-11:after, .col-12:after {
        display: table;
        content: "";
        clear: both;
    }

    .wall .article {
        padding-top: 100px;
        padding-left: 0;
    }
    .article-logo {
        float: left;
        width: 50px;
        margin: 0 25px 25px 0;
    }
    
    .imss-ending {
       position: relative;
        height: 25vw;
      margin-bottom: 100px;
    }
    .imss-ending:before {
       position: absolute;
        left: 0;
        top: 0;
        width: 90vw;
       height: 25vw;
      background: url(../files/imss-7.svg) no-repeat 100% 0;
      background-size: 450%;
      content: '';
  }
    
    .grid,
    .grid.space,
    .grid.icons,
    .following,
    .grid .following,
    .grid.cosy .following,
    .grid.cosy div,
    .grid.comfort div,
    #content .frame img,
    #content .split-image img {
      padding: 0 !important;
      margin: 0 !important;
    }
    .grid.icons img,
    #content .grid.icons img {
      max-width: 60%;
      margin-bottom: 40px;
    }
    .frame,
    #content img,
    #content img.following,
    .split-image,
    .grid div.soon {
      margin-bottom: 20px !important;
    }
    .grid.space {
      margin: 50px 0 !important;
    }
    .article {
      padding-bottom: 50px;
    }
}

/* responsive */

@media only screen and (max-width: 920px) {
    #cover,
    body.sub #cover {
        width: 100vw;
        height: auto !important;
        padding-bottom: 10vw;
    }
    #name {
        width: 60vw;
        height: 34.1vw;
    }
    #name .forename {
        padding: 2.94vw 0 0 1.9vw;
        font-size: 14.55vw;
        line-height: 10.55vw;
    }
    #name .surname {
        padding: 2vw 0 0 1.7vw;
        font-size: 13.7vw;
        line-height: 11.55vw;
    }
    #name .title {
        padding: 2.5vw 0 0 2.3vw;
        font-size: 2.75vw;
        line-height: 2vw;
        font-weight: 600;
        letter-spacing: 1.4vw;
    }
    .main-nav,
    #name {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        margin: 5vw 0 0 5vw;
    }
    .main-nav {
        margin-left: 10vw;
        font-size: 0.8em;
        letter-spacing: 3px
    }

    .grid div.painting-info,
    .grid.cosy div.painting-info,
    .grid.comfort div.painting-info {
        padding: 0 25px 50px !important;
    }
    
}
@media only screen and (max-width: 1400px) {
    
}

/* print */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
