/* Element Style */
a, p {
    font-size: var(--fs-6);
}

a{
    color: unset;
    text-decoration: none;
}

body {
    background: var(--body);
    font-family: var(--font);
    margin: auto;
    max-width: var(--width-body);
}

/*h-e deprecated?*/
.h-e-t,div.h-e{
    text-align: right;
}

.h-c-t,div.h-c{
    text-align: center;
}

div.h-s{
    text-align: left;
}

footer {
    background: var(--bg-footer);
    width: 100%;
}

h1, h2, h3, h4, h1>a, h2>a, h3>a, h4>a {
    margin-bottom: 0;
    color: var(--headline);
}

h1, h1>a {
    font-size: var(--fs-h1);
}

h2 {
    font-size: var(--fs-h2);
}

h3, h3 > p {
    font-size: var(--fs-h3);
}

h4 {
    font-size: var(--fs-h4);
}

img.h-center{
    display: block;
    margin: auto;
}

img.v-center{

}

p {
    color: var(--text);
    margin-bottom: 0;
}

section {
    width: 100%;
    /*padding: 50px;*/
}

section:nth-child(even) {
    background: var(--even-bg-section)
}

/* Mixed Style */

/* Structure, Property, Name Style */
.active{

}

.bottom{

}

.btn {

}

.column{

}

.italic{
    font-style: italic;
}

.error{

}

.fs-8{
    font-size:8px;
}

.fs-10{
    font-size:10px;
}

.fs-12{
    font-size:12px;
}

.fs-14{
    font-size:14px;
}

.fs-16{
    font-size:16px;
}

.fs-18{
    font-size:18px;
}

.fs-20{
    font-size:20px !important;
}

.fs-22{
    font-size:22px;
}

.fs-3{
    font-size: var(--fs-3);
}

.fs-4{
    font-size: var(--fs-4);
}

.fs-5{
    font-size: var(--fs-5);
}

.fs-6{
    font-size: var(--fs-6);
}

.font-size-6{font-size: 6px;}
.font-size-8{font-size: 8px;}
.font-size-10{font-size: 10px;}
.font-size-12{font-size: 12px;}
.font-size-14{font-size: 14px;}
.font-size-16{font-size: 16px;}
.font-size-18{font-size: 18px;}
.font-size-20{font-size: 20px;}
.font-size-22{font-size: 22px;}
.font-size-24{font-size: 24px;}
.font-size-26{font-size: 26px;}
.font-size-28{font-size: 28px;}
.font-size-30{font-size: 30px;}
.font-size-32{font-size: 32px;}
.font-size-34{font-size: 34px;}

.form{

}

.gap-1-{display:block;margin-top:-1px}
.gap-2-{display:block;margin-top:-2px}
.gap-4-{display:block;margin-top:-4px}
.gap-6-{display:block;margin-top:-6px}
.gap-8-{display:block;margin-top:-8px}
.gap-2{margin-top:2px}
.gap-4{margin-top:4px}
.gap-6{margin-top:6px}
.gap-8{margin-top:8px}
.gap-10{margin-top:10px}
.gap-12{margin-top:12px}
.gap-14{margin-top:14px}
.gap-16{margin-top:16px}
.gap-18{margin-top:18px}
.gap-20{margin-top:20px}

.grid{
    display: grid;
}

.grid.h-1{
    grid-template-columns: 1fr;
}

.grid.h-2{
    grid-template-columns: 1fr 1fr;
}

.grid.h-3{
    grid-template-columns: 1fr 1fr 1fr;
}

.grid.h-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.h-5{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid.h-e{
    justify-items: end;
}

.grid .h-e{
    justify-self: end;
}

.grid.h-c{
    justify-items: center;
}

.grid .h-c{
    justify-self: center;
}

.grid.h-s{
    justify-items: start;
}

.grid .h-s{
    justify-self: start;
}

.grid-row > p{
    margin-block-start: 0;
    margin-block-end: 0;
}

.grid-row{
    display: contents;
}

.grid.v-e{
    align-items: end;
}

.grid .v-e{
    align-self: end;
}

.grid.v-c{
    align-items: center;
}

.grid .v-c{
    align-self: center;
}

.grid.v-s{
    align-items: start;
}

.grid .v-s{
    align-self: start;
}

.h-e-no-margin{
    margin-right: 0;
}

.h-match{
    height: auto;
    width: 100%;
}

.h-s-no-margin{
    margin-left: 0;
}

.info{

}

.left{

}

.logo{

}

.lh-60{
    line-height: 60%;
}
.lh-80{
    line-height: 80%;
}
.lh-100{
    line-height: 100%;
}
.lh-120{
    line-height: 120%;
}
.lh-140{
    line-height: 140%;
}
.lh-160{
    line-height: 160%;
}
.lh-180{
    line-height: 180%;
}

.middle{

}

.right{

}

.row{

}

.s-4{

}

.s-5{

}

.s-6{

}

.search{

}

.seperator{

}

.sidebar{

}

.sidenav{

}

.success{

}

.top{

}

.v-e-no-margin{
    margin-bottom: 0;
}

.v-s-margin-3{
    margin-top: 3px;
}

.v-s-margin-6{
    margin-top: 6px;
}

.v-s-margin-12{
    margin-top: 12px;
}

.v-s-margin-18{
    margin-top: 18px;
}

.v-s-margin-24{
    margin-top: 24px;
}

.v-match{
    height: 100%;
    width: auto;
}

.v-s-no-margin{
    margin-top: 0;
}

.w-4{
    font-weight: 400;
}

.w-5,.fw-5{
    font-weight: 500;
}

.w-6,.fw-6{
    font-weight: 600;
}

.wrapper{

}


/*todo: css for vertical align*/

/* ID Style */


/* Screen Style */
/* @media only screen and (max-width: 1000 px) {}*/
