* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    background-color: #1b1b1b;
    margin: 0;
    color: #1b1b1b;
    width: 100%;
}

.noScroll {
    overflow: hidden;
}

h1 {
    font-family: 'DeValencia';
    font-size: 3rem;
    font-weight: 400;
}

h2 {
    font-family: AvenirNextDemiBold;
    font-size: 1.5rem;
}

p, li {
    font-family: AvenirNextRegular;
    font-size: 1.1rem;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.content {
    width: 100%;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 1000px) {
    .content {
        width: 1000px;
        margin: auto;
        padding: 1rem;
        text-align: left;
    }
}

.anchor {
    position: relative; 
    top: -58px;
}

/* FLEX */
.flexHolder {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1000px) {
    .flexHolder {
        display: flex;
        flex-direction: row;
    }
}

.flexHolderReverse {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1000px) {
    .flexHolderReverse {
        display: flex;
        flex-direction: row;
    }
}

.inline {
    flex: 1;
}

.inlineBig {
    flex: 1.2;
}

.inlineSmall {
    flex: 0.8;
}

.half {
    padding: 0 2rem 0 2rem;
}

.highlight {
    border: 1px solid;
    border-radius: 12px;
    padding: 0.5rem;
    margin: 1rem;
}

/* BUTTON */
.button {
    display: block;
    background-color: #1b1b1b;
    border-radius: 8px;
    color: #f9f9f6;
    padding: 1rem;
    margin: 0.5rem auto 0.5rem auto;
    max-width: 75%;
    text-align: center;
    font-family: AvenirNextDemiBold;
}

@media only screen and (min-width: 1000px) {
    .button {
        margin: 0.5rem;
        max-width: 150px;
    }
}

.button:hover {
    background-color: #cba675;
    color: #1b1b1b;
}

/* HOME */

#HOME {
    height: 50px;
    text-align: center;
}

/* MENU */

nav {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    
    background-color: #1b1b1b;
    opacity: 0.95;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fullScreen {
    min-height: 100vh;
}

#MenuHolder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.menu-item {
    display: none;
}

@media only screen and (min-width: 800px) {
    #MenuHolder {
        max-width: 1000px;
        margin: 0 auto 0 auto;
        flex-direction: row;
    }

    .menu-item {
        display: block;
    }
}

#MenuHolder img {
    height: 50px;
    padding: 5px 0 0 5px;
}

#logo {
    align-self: flex-start;
    cursor: pointer;
}

@media only screen and (min-width: 800px) {
    #logo {
        text-align: center;
        flex: 1;
    }
}

.menuButton {
    cursor: pointer;
    font-size: 1.2rem;
    font-family: 'DeValencia';
    color: #e1c9ad;
    flex: 1;
    text-align: center;
    line-height: 52px;
}

.menuButton:hover {
    background-color: #e1c9ad;
    color: #1b1b1b;
}

#navBottomLine {
    border-bottom: 1px solid #e1c9ad;
    bottom: 0;
    margin-bottom: 5px;
    height: 0;
}

#hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1;
}

@media only screen and (min-width: 800px) {
    #hamburger {
        display: none;
    }
}

/* LANGUAGE SELECTOR */

#LangSelector {
    display: inline-block;
    position: relative;
    top: 58px;
    height: 21px;
    padding: 0 20px 0 20px;

    border-radius: 0 0 16px 16px;
    background-color: #1b1b1b;
    opacity: 0.95;
}

.actualLanguage
{
	font-family: 'AvenirNextRegular';
    color: #cba675;
    cursor: default;
}


.possibleLanguage
{
	font-family: 'AvenirNextDemiBold';
	color: #e1c9ad;
	text-decoration: none;
}

.possibleLanguage:hover
{
	color: #1b1b1b;
	background-color: #cba675;
}

/* WELCOME */

#WELCOME {
    background-image: url("../media/goldenBackground_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1000px) {
    #WELCOME {
        background-image: url("../media/goldenBackground.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#WELCOME img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
}

#Introduction * {
    color: #f9f9f6;
}

.introduction {
    border-color: #e1c9ad;
    border-color: #1b1b1b;
    background-color: #1b1b1b;
}

.separator {
    background-image: url("../media/goldenLine.png");
    background-size: cover;
    height: 5px;
}
 /* MIRRORS */

#MIRRORS {
    background-color: #cba675;
    padding-top: 3rem;
}

#MIRRORS .content {
    background-color: white;
}

#MIRRORS img {
    width: 100%;
    position: relative;
    bottom: 0;
}

.mirrors {
    border-color: #cba675;
    background-color: #e1c9ad;
    text-align: center;
}

#Video {
    box-shadow: 5px 10px 18px #888888;
}

/* RENTAL */

#RENTAL {
    background-image: url("../media/blackPattern.png");
    padding-top: 3rem;
}

#RENTAL .content {
    background-image: url("../media/brightBackground.png");
}

#RENTAL img {
    width: 100%;
    position: relative;
    bottom: 0;
}

.highlightTop {
    width: 150px;
    border-radius: 12px 12px 0 0;
    border: 1px #cba675 solid;
    background-color: #cba675;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 2px;
    font-family: AvenirNextDemiBold;
    clear: both;
}

@media only screen and (min-width: 1000px) {
    .highlightTop {
        margin-right: 1rem;
    }
}

.highlightBottom {
    width: 150px;
    border-radius: 0 0 12px 12px;
    border: 1px #cba675 solid;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 2px;
    font-family: AvenirNextRegular;
    margin-bottom: 2rem;
    clear: both;
}

@media only screen and (min-width: 1000px) {
    .highlightBottom {
        margin-right: 1rem;
    }
}

/* BUY */

#BUY {
    background-color: #cba675;
    background-image: url("../media/pattern_bright.png");
    padding-top: 3rem;
}

#BUY .content {
    background-color: white;
}

#BUY img {
    width: 100%;
    position: relative;
    bottom: 0;
}

/* GALLERY */

#GALLERY .content {
    background-color: #f9f9f6;
    text-align: center;

    display: none;
}

/* TECHNOLOGY */

#TECHNOLOGY {
    background-color: #cba675;
    padding-top: 3rem;
}

#TECHNOLOGY .content {
    background-color: white;
    padding-bottom: 1rem;    
}

#TowerMinBoothInfo, #TowerMinBoothMoreInfo, #OvalBoothInfo, #OvalBoothMoreInfo
{
	display: none;
}

#TowerMinBoothInfo:checked ~ #TowerMinBoothMoreInfo
{
    display: block;
    margin: 0;
}

#TowerMinBoothInfo:checked ~ #TowerMinBoothInfoButton
{
	display: none;
}

#OvalBoothInfo:checked ~ #OvalBoothMoreInfo
{
    display: block;
}

#OvalBoothInfo:checked ~ #OvalBoothInfoButton
{
    display: none;
}

/* CONTACT */

#CONTACT {
    color: #cba675;
    background-image: url("../media/blackPattern.png");
    text-align: center;
}

#CONTACT a {
    color: #cba675;
}

.socialIcon {
    width: 60px;
    margin: 20px;
}

.bigLogo {
    width: 400px;
    max-width: 70%;
    padding: 3rem 1rem 2rem 1rem;
}