

body {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.first-link {
  border-left: 1px solid #e5f0f0;
  border-right: 1px solid #e5f0f0;
}
.quick-link {
  border-right: 1px solid #e5f0f0;
}
.first-link h1,
.quick-link h1 {
  font-size: 1.2rem;
}

h1,
h2,
h3,
h4 {

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0A437C;

}
h2 {
  font-weight: 200;
}
.p-tb100 {
  padding: 100px 0;
}
.p-30 {
  padding: 30px;
}
.pt-res {
  padding-top: 100px;
}
.pt-contact {
  padding-top: 200px;
}
.padding-r0 {
  padding-right: 0  !important; 
}
.line-bottom {
  width: 50%;
  height: 1px;;
  background-color: #e5f0f0;
  margin: 30px 0;
}

.hero-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-title h1 {
  font-size: 45px;
}


/*------------------- Scroll down animation--------------------------*/

.l-section-top {
  background-color: #333;
  position: absolute;
  left: 50vw;
  top: 85%;
}

.c-scrolldown {
  width: 1px;
  height: 112px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  border-top: 10px solid rgb(16, 10, 94);
  border-bottom: 2px solid grey;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #9ecad4 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}


@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}



.list ul li::before {
  content: "\2024";
  color: #1a251b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title h1 {
  display: inline;
  
}
.titel-number {
  font-size: 100px;
  font-family: 'Alex Brush', cursive;
  color: #e6f0ef;
  padding-right: 50px;
  text-align: left;
}
.welcome p {
  font-size: 30px;
  font-family: 'Alex Brush', cursive;
}



.head-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
.box {
  width: 60vw;
  height: 100vh;
  right: 0;
  
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}

.bcg-photo {
  position: absolute;
  left: 0;
  background-image: url('images/main.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 5vh;
  width: 100%;
  height: 90%; 
}

.gold-box {
  position: absolute;
  z-index: -100;
  width: 100vw;
  height: 80%;
  background-color: #A3B9D0;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
 
}

.list {
  margin: 0 auto;
}

.box-text {
  left: 10vw;
  width: 30vw;
	top: 20vh;
	position: absolute;
  z-index: 1;
  padding: 20px;
  opacity: 1;
  color: #17171a; 
  text-align: left;
}
.box-text span {
  margin-left: -20px;
}
#h2-style {
  font-family: 'Alex Brush', cursive;
  font-size: 35px;
  font-weight: 200;
}
.box-text h2 {
  font-family: 'Cinzel', serif;
  font-size: 30px;
  font-weight: 200;
}
.logo-main {
        position: absolute;
        width: 15vw;
        left: 1vw;
        top: -3rem;
        
      }

@media only screen 
and (max-width : 854px)  {
  .logo-main {
        position: absolute;
        width: 7rem;
        left: 1vw;
        
      }
  .box {
    width: 80vw;
  }
  .gold-box {
    top: 0;
  }
  .box-text {
    width: 70vw;
    top: 60vh;
  }
  .l-section-top {
    background-color: #333;
    position: relative;
    left: 0;
    top: 0;
  }
  .first-link {
    border-right: none;
    border-left: none;
    border-top: 1px solid #e5f0f0;
    border-bottom: 1px solid #e5f0f0;
  }
  .quick-link {
    border-bottom: 1px solid #e5f0f0;
    border-right: none;
  }
  .title img {
    max-width: 100vw;
  }


      .logo-main {
        position: absolute;
        width: 7rem;
        top: -33vh;
        left: 1vw;
        
      }
    
  .welcome p {
    font-size: 30px;
    
  }
  
  .box {
    height: 100vh;
  } 
 .bcg-photo {
        top: 25vh;
        background-position: center;
  }
  .box {
        width: 100vw;
        height: 70vh;
        right: 0;
  }
  .box-text {
    right: 5vw;
    width: 90vw;
    top:35vh;
    position: absolute;
    z-index: 1;
    padding: 20px;
    color: #000000;
    text-align: center;
  }
  .gold-box {
        position: absolute;
        z-index: -1;
        width: 100vw;
        height: 53vh;
        background-image: none;
        top: 0;
        right: 0;
    }

  .box-text h2 {
    padding: 0;
    font-size: 25px;
  }
  
  .hero-title {
    padding-top: 120px;
  }
  .pt-contact {
    padding-top: 120px;
  }
  .p-tb100 {
    padding: 0;
  }
  .p-tb50 {
    padding: 50px 0;
  }
  .hero-title h1 {
    font-size: 30px;
  }
  .title h1 {
    display: block;
  }
  .l-section-top {
    background-color: #333;
    position: relative;
  }
  span::before {
    content: '\A'; 
    white-space: pre;
  }
  

}
@media only screen and (max-width : 480px) 
and (orientation : landscape) {
  .gold-box h2 {
    padding:20px 0 20px 30px;
    font-size: 30px;
  }
  
}

@media only screen and (max-width: 320px) {

  h1 {
    font-size: 20px;
  }
  .gold-box h2 {
    padding:20px 0 20px 30px;
    font-size: 30px;
  }
  .text-container-100{
    padding: 60px 15px;
  }
}











