
@font-face {
    font-family: logoFont;
    src: url(../fonts/coprgtl.ttf);
    font-weight: normal;
}

@font-face {
    font-family: logoFont;
    src: url(../fonts/coprgtb.ttf);
    font-weight: bold;
}

* {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}

.link_underline {
	text-decoration: underline;
}

a {
    color: unset;
}

html {
    width: 100vw;
    height: 100vh;
    border: 0;
    font-family: 'Calibri', 'Gadugi', 'Verdana', 'Vrinda', 'MS Gothic', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.2rem;
}

body {
    height: 100%;
    width: 100%;
    border: 0;
    color: #FBFCDC;
    background-color: #3e1e1e;
}

.span-click {
    border-bottom: 1px solid #7a4343;
    cursor: pointer;
}

.span-click:hover {
    border-bottom: 1px solid #FBFCDC;
}

.span-click:active {
    background-color: #3E1E1E;
    color: #FBFCDC;
}

.notvisible {
	display: none;
}

#glob-header {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    height: 8.33vh;
    z-index: 2;
    background-color: #3E1E1E;
    border-bottom: solid 1px #794343;
}

#glob-nav {
    display: block;
    position: fixed;
    top: 2.08vh;
    height: 4.16vh;
    z-index: 3;
    width: 100%;
    color: #FBFCDC;
}

#glob-nav.slide_menu_in {
    top: 0;
    transition: 600ms top;
}

nav ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: auto;
}

nav li {
    float: left;
    width: 25%;
    height: auto;
    margin: 2px 0;
    text-align: center;
    cursor: pointer;
    transform: translate(0,0);
}

.nav-span {
    width: 50%;
    display: inline-block;
    line-height: 200%;
}

.nav-span:hover {
    text-decoration: underline;
}

.nav-underline {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

#glob-footer {
    position: fixed;
    display: block;
    width: 100%;
    height: 8.33vh;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(135deg, #3E1E1E 25%, #794343); 
    color: #FBFCDC;
    padding: 0 12px;
}

#glob-footer div {
    position: relative;
    top: 3.1vh;
    margin: 0 12px;
    font-weight: lighter;
}

#glob-footer-phone {
    float: right;
}

#glob-footer-language {
    float: right;
}

.span-language {
    cursor: pointer;
}

#glob-logo {
    position: absolute;
    left: 0;
    bottom: 1vh;
    top: unset;
    display: block;
    height: 6vh;
    opacity: 1;
    width: auto;
    margin: 0 24px;
    transform: translate(0%,0%) scale(100%,100%);
    cursor: pointer;
    z-index: 4;
}

.shrink-width {
    animation: shrink-width .8s linear 1.07s both 1;
}

@keyframes shrink-width {
    from {
        opacity: 0;
        transform: translate(-40%,40%) scale(25%,100%);
    }
    to {
        opacity: 1;
        transform: translate(0,20%) scale(100%,100%);
    }
}

.fade-logo {
    animation: fade-logo .5s linear .06s both 1;
}

@keyframes fade-logo {
    from {
        opacity: 1;
        transform: translate(0,20%) scale(100%,100%);
    }
    to {
        opacity: 0;
        transform: translate(-40%,40%) scale(25%,100%);
    }
}

#glob-main {
    display: block;
    position: relative;
    top: 8.33vh;
    width: 100%;
    height: 83.33vh;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .5s linear 0s;
    overflow-y: auto;
}

.logo-font-light {
    font-family: 'Copperplate Gothic Light', logoFont;
    font-weight: normal;
}

.logo-font-heavy {
    font-family: 'Copperplate Gothic Light', logoFont;
    font-weight: bold;
}

h3 {
    margin: 0;
}

h2 {
    padding-bottom: 12px;
}

[class*="white-space-divider-"] {
    content: "";
    display: block;
    width: 100vw;
}

.white-space-divider-8 {
    height: 8.33vh;
}

.white-space-divider-16 {
    height: 16.67vh;
}

.white-space-divider-33 {
    height: 33.33vh;
}

.row {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

button {
    position: relative;
    display: block;
    margin: 4% auto 2px auto;
    padding: 12px;
    border: 1px solid #3E1E1E;
    border-radius: 8px;
    color: #FBFCDC;
    min-height: 32px;
    min-width: 96px;
    text-align: center;
    background-color: #794343;
    cursor: pointer;
    box-shadow: 0 2px 3px 1px #202C21;
}

button:hover {
    border: 1px solid #794343;
    background-color: #3e1e1e;
}

button:active {
    box-shadow: none;
    transform: translate(0, 2px);
}

#contact-button-original {
    visibility: hidden;
}

#contact-button-copy {
    margin:0;
    z-index: 2;
    position: fixed;
    left: 50vw;
    transform: translate(-50%, 0);
    top: 120vh;
}

#contact-button-copy:active {
    transform: translate(-50%, 2px);
}

#glob-nav-icon {
    display: none;
}

.glob-nav-icon-line {
    background-color: #794343;
    display: block;
    position: relative;
    width: 100%;
    height: 0.6vh;
    left: 0;
    border: 2px solid transparent;
    border-radius: 2px;
}

.glob-nav-icon-line-green {
    background-color: #69715F;
}

#glob-nav-icon-line-1 {
    top: 0;
}

#glob-nav-icon-line-2 {
    top: 0.75vh;
}

#glob-nav-icon-line-3 {
    top: 1.5vh;
}

.page-title {
    height: 83.33vh;
}

.page-title-photo {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 8.33vh;
    z-index: -1;
}

.page-title-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opacity-zero {
    animation: opacityChange 0.5s linear 0s 1 both;
}

.opacity-one {
    animation: opacityOne 0.8s linear 0s 1 both;
}

.main-div {
    padding: 0;
    display: flex;
    width: 84%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: space-evenly;
}

.main-div > div {
    width: 33%;
    margin: 3vh 0;
}

.main-content-block {
    border-radius: 12px;
    border: 1px solid transparent;
    background-color: #794343;
}

.main-content-block-main {
    margin: 0 4%;
    padding: 0 0 3vh 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: space-evenly;
}

.main-content-block-main > div {
    padding: 4% 0 0 0;
}

.main-content-block-photo > img {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
    border: 1px solid transparent;
    border-radius: 12px;
}

.main-content-block-text {
    text-align: justify;
}

@keyframes opacityChange {
   from {
       opacity: 1;
   }
   to {
       opacity: 0;
   }
}

@keyframes opacityOne {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.final-button-row {
    background-color: #3e1e1e;
    height: 25vh;
}

.final-button-row > button {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.page-title-block {
    /* border: 1px solid #794343; */
    border-radius: 4px;
    position: absolute;
    width: 33%;
    top: 50%;
    transform: translate(0,-50%);
    left: 33%;
    text-align: center;
    padding: 16px;
    background-color: #3e1e1eb0;
}

.page-closing {
    height: 58.33vh;
    display: block;
}

.page-closing > img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    object-fit: contain;
}

.empty-row-5 {
    height: 5vh;
}

@media only screen and (max-width: 768px) {
    .main-div > div {
        width: 100%;
    }

    #glob-nav {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #202c21f7;
    }
    #glob-logo {
        left: 50vw;
        bottom: unset;
        top: 1.2vh;
        width: auto;
        max-width: 75vw;
        object-fit: contain;
        margin: auto 0;
        transform: translate(-50%,0) scale(100%,100%);
    }
    #glob-nav-icon {
        display: block;
        position: absolute;
        top: 2.25vh;
        right: 1.5vh;
        height: 3.5vh;
        width: 3.5vh;
        z-index: 4;
    }
    nav ul {
        position: absolute;
        height: 83vh;
        top: 8.33vh;
    }
    nav li {
        height: 25%;
        width: 100%;
        margin: auto 0;
        transform: translate(0,50%);
    }

    .page-title-block {
        width: 76%;
        left: 12%;
    }

    #glob-footer-phone {
        float: left;
    }
}