*, *::before, *::after {
    box-sizing: border-box
}
body, p {
    margin: 0
}
html:focus-within {
    scroll-behavior: smooth
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}
a:not([class]) {
    text-decoration-skip-ink: auto
}
img {
    max-width: 100%;
    display: block
}
@media(prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
@media only screen and (min-width: 62em) {
    .col-md-3, .col-md-5 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
}
p {
    font-weight: normal;
    padding: 10px 0;
    margin: 0
}
html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth
}
body {
    font-family: sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Space Mono", monospace;
    background: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
img {
    width: 100%;
    height: auto !important
}
.row {
    max-width: 1920px;
    margin: 0 auto
}
header, section, main {
    width: 100%
}
header img {
    padding-top: 40px;
    padding-bottom: 40px
}
a.icon:before {
    content: ">";
    padding-right: 10px
}
nav {
    padding-top: 20px
}
nav a {
    display: block;
    border: 1px #fff solid;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    text-align: center
}
main a, section a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}
.section {
    padding-top: 20px
}
.section.section-1 {
    position: relative;
    height: 75vh;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 20px
}
.section.section-1 .laurel {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 150px;
    background: transparent;
    z-index: 2;
}
.section.section-1 .laurel.laurel_02 {
    left: 200px
}
.section.section-1 .laurel.laurel_03 {
    left: 370px
}
.section.section-1 .laurel.laurel_04 {
    left: 540px
}
.section.section-2 ul, .section.section-2 li {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.section.section-2 ul {
    padding-bottom: 20px
}
#displaceIcon {
    width: 150px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.atsign {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
footer {
    padding-top: 100px;
    padding-bottom: 30px
}
footer .box {
    height: 200px;
    margin-bottom: 40px
}
@media only screen and (max-width: 600px) {
    footer .box {
        height: 50px;
		max-width: 200px;
		margin-left: 25%;
    }
}
footer div {
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	
}
@media only screen and (max-width: 600px) {
    footer div {
        background-size: contain
    }
	.laurel, .section.section-1 .laurel.laurel_01, .section.section-1 .laurel.laurel_02, .section.section-1 .laurel.laurel_03, .section.section-1 .laurel.laurel_04{
		width: 100px;	
		left:initial;
		right:10px;
		float:right;
	}
	 #displaceIcon{
		width: 100px;
	 	left:20px;
	 }
	.section.section-1 .laurel.laurel_01 {
		top:120px;				
	}
	.section.section-1 .laurel.laurel_02 {
		top:220px;
	}
	.section.section-1 .laurel.laurel_03 {
		top:320px;
	}
	.section.section-1 .laurel.laurel_04 {
		top:420px;
	}
}
footer div:nth-of-type(1) .box {
    background-image: url("../img/studiodisplace.svg")
}
footer div:nth-of-type(2) .box {
    background-image: url("../img/ace.svg")
}
footer div:nth-of-type(3) .box {
    background-image: url("../img/dmu.svg")
}
footer div:nth-of-type(4) .box {
    background-image: url("../img/nearnow.svg")
}
.vr-headset {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 140px;
    height: auto;
    padding: 20px;
    color: #212121;
    background: #b89d92;
    text-align: center;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.vr-headset img {
    padding-bottom: 10px
}
.vr-headset a {
    text-decoration: none;
    color: #212121
}
.press {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #b89d92
}
.press a {
    color: #212121;
    text-decoration: none
}