/*
Variables
*/
:root {
    --bg_bright_01: rgba(250,252,255);
    
    --bg_dark_01: rgba(14,16,18);
    --bg_dark_02: rgba(222,222,222);
    
    --txt_bright_01: rgba(255,255,255);
    
    --txt_dark_01: rgba(33,33,44,1);
    --txt_dark_02: rgba(99,99,132,1);
    
    --trans_025: all 0.25s ease;
}
/*
Variables ///
*/
/*
Fonts
*/
@font-face {
  font-family: 'Porter';
  src:  url('../fonts/f_Porter.ttf');
}
@font-face {
    
  font-family: 'Atkinson';
  src:  url('../fonts/f_Atkinson.otf');
}
/*
Fonts ///
*/
/*
General
*/
html{
    height: auto;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
    height: calc(100%);
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    background: var(--bg_bright_01);
    overflow-x: hidden;
}
/*
General ///
*/
/*
Text
*/
p, a{
    font-family: Atkinson;
    font-weight: normal;
    color: palevioletred;
    text-decoration: none;
    letter-spacing: 1px;
    transition: var(--trans_025);
}
h1, h2, h3,h4{
    font-family: Atkinson;
    font-weight: normal;
    color: palevioletred;
    text-decoration: none;
    letter-spacing: 0px;
    transition: var(--trans_025);
}
h1{
    font-size: 100.5px;
}
h2{
    font-size: 50.5px;
}
h3{
    font-size: 40.5px;
}
h4{
    font-size: 30.5px;
}
p.big, a.big{
    font-size: 18.5px;
}
p.normal, a.normal{
    font-size: 14.5px;
}
p.small, a.small{
    font-size: 12.5px;
}
p#txt_bright_01, a#txt_bright_01, h1#txt_bright_01, h2#txt_bright_01, h3#txt_bright_01, h4#txt_bright_01{
    color: var(--txt_bright_01);
}
p#txt_dark_01, a#txt_dark_01, h1#txt_dark_01, h2#txt_dark_01, h3#txt_dark_01, h4#txt_dark_01{
    color: var(--txt_dark_01);
}
p#txt_dark_02, a#txt_dark_02, h1#txt_dark_02, h2#txt_dark_02, h3#txt_dark_02, h4#txt_dark_02{
    color: var(--txt_dark_02);
}
/*
Text ///
*/
/*
Components
*/
.hidden{
    display: none;
}
.padding_def{
    padding: 0px 20% 0px 20%;
}
#l{
    text-align: left;
}
#c{
    text-align: center;
}
#r{
    text-align: right;
}
#j{
    text-align: justify;
}
ul li{
    display: inline-block;
    text-decoration: none;
}
button{
    margin: 0px;
    padding: 0px;
    color: blue; 
    background: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
logo{
    width: 40px;
    height: 40px; 
    position: relative;
    display: block;
    background: url(../img/log.pomonasymbol-256.png) no-repeat;
    background-size: contain;
}
/*
Components ///
*/
/*
NAV
*/
nav{
    position: sticky;
    top: 0;
    z-index: 99;
}
nav .navcon{
    width: 100%;
    height: auto;
    background: transparent;
}
nav .nav.primary{
    background: rgba(250,252,255,0.75);
    backdrop-filter: blur(25px);
}
nav .nav.primary{
    padding-top: 20px;
    padding-bottom: 20px;
}
nav .nav.secondary{
    background: var(--bg_dark_01);
    backdrop-filter: blur(8px);   
}
nav .nav.secondary{
    padding-top: 10px;
    padding-bottom: 10px;
}
nav .nav .logo{
    transform: translate(0px,2px);
}
nav .nav .menu{
    margin: 0px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav .nav .menu li{
    margin-left: 25px;
}
nav .nav .hus{
    background-color: var(--bg_dark_01);
    padding: 10px;
    border-radius: 3px;
}
/*
NAV ///
*
/*solid
CON
*/
con{
    display: flex;
    flex: 1;
    flex-shrink: 0px; 
    flex-direction: column;
    z-index: 1;
}
con .concon{
    flex: 1;
    background: transparent;
}
/*
    CON > Head
*/
con .head{
    width: 100%;
    height: 55vh;
    display: block;
    background: url(https://images.pexels.com/photos/904177/pexels-photo-904177.jpeg) no-repeat;
    background-size: cover;
    background-position: center 58%;
    filter: blur(1px) brightness(1) contrast(1.05) saturate(1);
    transform: translateY(-50px);
}
/*
    CON > Head ///
*/
/*
    CON > Banner
*/
con .banner{
    width: 60%;
    min-height: 25vh;
    display: block;
    background: rgba(250,252,255,0.96);
    margin: 0 calc(20% - 50px);
    padding: 50px;
    box-shadow: inset 0px 0px 90px -96px var(--bg_dark_01);
    border-radius: 2px;
}
/*
    CON > Banner ///
*/
/*
CON ///
*/
/*
FOT
*/
fot{
    display: flex;
    flex: 0;
    flex-shrink: 0px;
    flex-direction: column;
    z-index: 1;
}
fot .fotcon{
    width: 100%;
    height: auto;
    background: var(--bg_dark_01);
}
fot .fot.primary{
    background: transparent;
    box-shadow: inset 0px 0px 25px -24.84px var(--bg_dark_01);
    padding-top: 20px;
    padding-bottom: 20px;
}
fot .fot .notice{
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
fot .fot .notice p{
    margin: 0px;
}
fot .fot .menu{
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*
FOT ///
*/
/*
COK
*/
cok{
    position: fixed;
    display: none;
}
/*
COK ///
*/
/*
Sites
*/
.s_impress_legal{
    
}
.s_impress_legal .overlap{
    background-color: var(--bg_bright_01);
    height: calc(100%);
    width: 100%;
    transform: translateY(-150px);
    padding: 25px;
}
/*
COK ///
*/
/*
Scrollbar
*/
::-webkit-scrollbar{
    width: 16px;
}
::-webkit-scrollbar-track{
    background-color: transparent;
    border-left: 1px solid var(--bg_dark_01);
}
::-webkit-scrollbar-thumb{
    background-color: darkgray;
    border-radius: 3px;
    border-left: 1px solid var(--bg_dark_01);
}
::-webkit-scrollbar-thumb:hover{
    background-color: grey;
}
::-webkit-scrollbar-button:hover{
    background-color: black;
}
/*
Scrollbar ///
*/