
:root
{
   
}



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

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



.container
{
    width: 880px;
}


nav.upper_nav
{
    height: 100px;
}


.upper_nav .container ul
{
    list-style: none;
    display: flex;
    margin-top: 60px;
}

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

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

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

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



header .container .catch
{
    width: 400px;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
    margin-top: 70px;
    margin-left: 20px;
}

header .container .catch h1
{
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 30px;
}

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


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

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

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

.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:last-of-type
{
    background-image: var(--bgImageSectionLast);
    height: 400px;
    background-position: left bottom;
}


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


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

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


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: 3.3rem;
    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.9rem;
    font-weight: 300;
    width: 650px;
    text-align: center;
    margin-bottom: 30px;
}
































































































