
:root
{
    
}



html
{
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 100;
}

body
{
    background-image: var(--bgImageHome), var(--bg2);
    background-position: center -178px, center top;
    background-repeat: no-repeat, repeat;
    width: 100%;
}



.container
{
    width: 580px;
}


nav.upper_nav
{
    height: 100px;
}


.upper_nav .container ul
{
    list-style: none;

}

.upper_nav .container #logo
{
    margin-top: 10px;
}

.upper_nav .container ul li
{
    margin-left: 10px;
}

.upper_nav .container ul li a
{
    font-size: 0.9rem;
}

header
{
    height: 385px;
    color:var(--navTextColor);
}


header .container
{
          justify-content: space-between;

}

header .container .catch
{
    width: 100%;
    flex-direction: column;
    align-items:center;
    justify-content:flex-start;
    margin-top: 22px;
    margin-left: 20px;
}

header .container .catch h1
{
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
}

header .container .catch h1 b
{
    color: var(--highlightText);
}


header .container .catch h2
{
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.3rem;
    margin-bottom: 40px;
}

header .container .catch a
{
    border-radius: 20px;
    color: var(--navTextColor);
    background: var(--highlightText);
    padding: 10px 35px;
    font-size: 2.2rem;
    font-weight: 300;
}

header .container .character
{
    align-items:flex-start; /* prevent strech of the image */
    margin-top: 35px;
    display: none;
}
header .container .character img
{
    width: 350px;
}

.title 
{
    height: 100px;
}

.title h2
{
    font-size: 1.8rem;
    font-weight: 300;
    /*color: var(--mainTextColor);*/
}

.content
{
    height: 260px;
}

.content .container
{
    justify-content: space-between;
}

.content .container .description, .content .container .icon
{
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .container .icon 
{
    width: 500px;
}
.content .container .icon img
{
    width: 200px;
    height: 200px;
    margin-left: 100px;
}

.content .container .description h2,
.content .container .description p
.content .container .description ul li
{
    margin-left: 50px;
}

.content .container .description ul li
{
    margin-bottom: 5px;
}

.content .container .description h2
{
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.content .container .description p
{
    text-align: justify;
}

section.alternate
{
    background-image: var(--bgImageSection);
    height: 569px;
    color: var(--navTextColor);
    background-position: center top;
    background-repeat: no-repeat;
}

section.alternate.content .container .icon img
{
          margin-left: 0;
}

section.alternate:last-of-type
{
    background-image: var(--bgImageSectionLast);
    height: 400px;
    background-position: left bottom;
}



section.alternate.content .container 
{
    flex-direction: row-reverse;
}

section.alternate.content .container .description
{
    margin-top: -25px;
}


section.alternate:last-of-type.content .container .description,
section.alternate:last-of-type.content .container .icon
{
    margin-top: 100px;
}

footer
{
    height: 350px;
    background-image: var(--footerBG);
    background-position: left top;
    background-repeat: repeat-y;
    background-color: var(--footerColor);
    border-top: 1px solid var(--lineColor);
    color: var(--navTextColor);
}

footer .container
{
    justify-content:space-between;
}

footer .container div
{
    width: unset;  
    margin-top: 50px; 
}

footer .container div p
{
    font-size: 0.8rem;
    font-weight: 100;
}

footer .container div h2
{
    margin: 20px 0 35px 0;
    font-size: 1.2rem;
    font-weight: 500;
}

footer .container div ul li 
{
   font-size: 0.9rem;
   margin: 15px 0;
   font-weight: 100;
}





/*

general pages

*/

body.general_body
{
    background-image: var(--bgImageGeneral), var(--bg2);
    background-position: center top, center top;
    background-repeat: no-repeat, repeat;
    width: 100%;
}

header.general_header
{
    height: 222px;
}

header.general_header .container
{
    justify-content: center;
}

header.general_header .container h1
{
    font-size: 2.2rem;
    font-weight: 300;
    margin-top: 30px;
}

main.content 
{
    height: auto;
    margin-bottom: 60px;
    
}

main.content  .container
{
    
    border-bottom: 1px solid var(--footerColorAlpha);
    padding-bottom: 50px;
}

main.content .container
{
    flex-direction: column;
}

main.content .container p 
{
    text-align: justify;
    margin: 10px 0;
    font-size: 1rem;
    
}

main.content .container p span
{
    color: var(--mainTextColor);
    font-weight: 500;
    padding-bottom: 15px;
}

main.content .container p a
{
    color: var(--mainTextColor);
    
    text-decoration: underline;
}

main.content .container ul
{
    list-style-image: var(--bullet1);
}

main.content .container ul li
{
    margin: 15px 0 15px 80px;

}

main.content .container div.contact
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 50px 0 0 0;
}

main.content .container div.contact a
{
    border-radius: 20px;
    color: var(--secondaryTextColor);
    background: var(--mainTextColor);
    padding: 10px 65px;
    font-size: 1.2rem;
    font-weight: 300;
    width: 450px;
    text-align: center;
    margin-bottom: 30px;
}
































































































/* just for the menu on smaller screen */
#logo
{
    z-index: 1;
}

#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0px !important;
  }
  .menu__btn {
    position: fixed;
    top: 35px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--navTextColor);
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -10px;
  }
  .menu__btn > span::after {
    content: '';
    top: 10px;
  }
   ul.menu__box {
    display: block;
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: var(--footerColor);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  
  .menu__item:hover {
    background-color: #CFD8DC;
  }

  

    ul.menu__box li
    {
        display: block;
        padding: 12px 24px;
        width: 180px;
        padding: 10px 0;
    }

  nav.upper_nav ul.menu__box li a 
  {
    font-size: 1.5rem;
  }




