.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
font-family: 'Manrope', sans-serif;
}

#topmenu {
font-family: 'Manrope', sans-serif;
    letter-spacing: 2px;
}

#copyright {
display: none;
}

#copyleft {
padding-top: 10px;
padding-bottom: 10px;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-height-fullscrn {
height: 100vh;
    position: relative;
}

.c-bg {
    background-size: cover;
    background-position: center;
}


.notloggedin .c-logo-design {
    position: fixed;
    width: 10vw;
    left: 5%;
    height: 100%;
z-index: 9999;
}

.loggedin .c-logo-design {
    position: relative;
    width: 10vw;
    left: 0;
    height: 10vw;
}

@media (max-width: 768px) {
.notloggedin .c-logo-design {
display: none;
}
}

.c-mylogo {
    position: absolute;
    top: 3%;
    height: 10vw;
    z-index: 500;
}

.c-mylogo img {
    width: 100%;
    height: auto;
}


.notloggedin #topmenu {
    position: fixed;
    top: 30px;
}

.loggedin #topmenu {
    position: relative;
    top: 0;
}


/* DOTTED LINE ANIMATION */

:root {
    --dots-gap: 10px;
}

.c-bgline:after, .c-bgline:before {
    content: "";
    position: absolute;
    top: -10vh;
    left: 42px;
    bottom: 0;
    opacity: .84;
    z-index: 11;
    background-image: linear-gradient(white 20%,transparent 0);
    background-size: 100% 10px;
    background-position: 0 0;
    -webkit-animation: movebg .2s linear infinite;
    animation: movebg .2s linear infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    will-change: transform;
    width: 2px;
    height: 120vh;
    pointer-events: none;
    touch-action: none;
}

.c-bgline {
    left: 0;
    top: 0;
    width: 10vw;
    position: absolute;
    transition: width .5s ease-in-out;
}


.c-bgline:after, .c-bgline:before {
    left: 50%;
    top: 0;
    pointer-events: auto;
    touch-action: auto;
}

.c-bgline:after {
top: 0;
    height: 6vw;
    animation-direction: reverse;
}

.c-bgline:before {
top: 10vw;
}


@keyframes movebg {
0%{transform:translateZ(0)}
to{transform:translate3d(0,10px,0); transform:translate3d(0,var(--dots-gap),0)}}

/* DATE FIXED */

.c-date {
    position: fixed;
    top: 5.5%;
    right: 5%;
    background-color: white;
    padding: 10px;
    text-align: center;
    font-size: 12px;
z-index: 99;
    border: 1px solid #a77653;
}

.c-date div {
margin: 5px;
}

.c-sp-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-sp-text img {
width: 70vw;
height: auto;
}


/* DIVIDER */

.c-divider-container {
    position: relative;
    min-height: 370px;
}
.c-divider {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
max-width: 800px;
margin: auto;
}


/* TITLES */

.c-title-1 {
    font-family: 'Bona Nova', serif;
font-size: 30px;
letter-spacing: 2px;
margin-bottom: 0px;
}

.c-title-2 {
    font-family: 'Bona Nova', serif;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 0px;
}

.c-title-line {
    height: 1px;
    background-color: #c3cbd0;
    max-width: 100px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* BOXES */

.c-box-height {
position: relative;
height: 100%;
}

.c-box-inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
.c-box-inner {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}
}

/* BUTTONS */

.c-button-1 {
  display: inline-block;
  padding: 15px 25px;
font-size: 14px;
  color: #a77653;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  border: 1px solid #a77653;
  text-align: center;
    letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.5s;
}

.c-button-1:hover {
  background-color: #a77653;
  border: 1px solid #a77653;
color: white;
}


/* ELEMENTS */

.c-element-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-element-1 img {
width: 15vw;
max-width: 300px;
    height: auto;
    opacity: 0.2;
}

@media (max-width: 768px) {
.c-element-1 img {
width: 25vw;
}
}

.c-padding-top {
padding-top: 100px;
}

.c-padding-bottom {
    padding-bottom: 100px;
}.c-newlogo {
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

.mobile-header {
    height: auto;
    min-height: 120px;
}