@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700';
/* font-family: 'Roboto Slab', serif; */

:root {
    --dark: rgba(51, 51, 51, 0.666) !important;
    --darker: rgba(51, 51, 51, 0.888) !important;
    --main: #ddd;
    --light: rgba(255, 255, 255, .666) !important;
    --lighter: rgba(255, 255, 255, .888) !important;
    --box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    --transition: all 0.3s cubic-bezier(.25, .8, .25, 1)!important;
    --box-shadow-pop: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.22)!important;
}

/* html{
    height: 100%;
  } */

body {
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    line-height: 1.4 !important;
    padding: 0;
    font-family: 'Roboto Slab', serif !important;
    font-size: 20px !important;
    box-sizing: border-box;
    background-color: black;
    /* gradient instructions want no padding or margin */
    /* margin: 0px; */
    /* display:table; */
    /* display: flex; */
    /* display: inline-block; */
}

.secondbody {
    min-height: 100%;
    min-width: 100%;
    /* padding: 30px 50px !important; */
    z-index: 98;
    /* filter: blur(0px); */
    position: absolute;
    padding: 0;
}

/* pageloader */

.loader.spinner:before {
    width: 117px;
    height: 117px;
    border-color: var(--lighter);
    top: 0px;
    left: 0px;
    animation: rotate 1s linear 0s infinite;
}

.loader.spinner:after {
    width: 117px;
    height: 117px;
    border-color: var(--lighter);
    top: 0;
    left: 0;
    opacity: 0;
    animation: rotate 1s linear 0.5s infinite;
}

.loader {
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125px;
}

.loader:before, .loader:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 11, 0.92);
    z-index: 9999999;
}

/* End of pageloader */

#gradient {
    /* display:table-cell; */
    min-height: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 90;
    /* filter: blur(10px); */
    /* display: flex;
    flex-wrap: wrap; */
    position: absolute;
    /* overflow: hidden; */
    display: block;
}

#particles-js canvas {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: 91;
}

.particles-js {
    min-height: 100%;
    min-width: 100%;
    /* position:absolute; */
    z-index: 91;
}

/* MAIN GRIDS */

.wrapper {
    display: grid;
    /* grid-template-columns: max-content 88vw; */
    grid-template-rows: 5em inherit inherit 5em;
    grid-template-areas: "head head head" "main main main" "main main main" "footer footer footer";
    grid-gap: 1.5em;
    z-index: 95;
    position: relative;
    /* !!!! compensate by inserting pointer-events:auto; in child elements which need interactivity */
    /* comment out when inspecting page */
    pointer-events: none;
    padding: 30px 50px !important;
}

.mainwrapper {
    display: grid;
    grid-template-rows: inherit inherit;
    grid-template-columns: inherit;
    grid-template-areas: "sectionwrapperA" "sectionwrapperB";
    /* max-width:100vw !important; */
    min-height: 25vh;
    grid-gap: 1.5em;
}

.sectionwrapperA {
    grid-area: sectionwrapperA;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: inherit inherit;
    grid-template-areas: "banner banner banner banner banner banner banner banner banner member-box member-box member-box" "banner banner banner banner banner banner banner banner banner member-box member-box member-box";
    grid-gap: 1.5em;
}

.mainwrapperabt {
    display: grid;
    grid-template-rows: inherit;
    grid-template-columns: inherit;
    grid-template-areas: "sectionwrapperAabt";
    /* max-width:100vw !important; */
    min-height: 25vh;
    grid-gap: 1.5em;
}

.sectionwrapperAabt {
    grid-area: sectionwrapperAabt;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 30em 30em;
    grid-template-areas: "bannerprofl" "member-box-alt";
    grid-gap: 1.5em;
}

.sectionwrapperB {
    grid-area: sectionwrapperB;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, inherit);
    grid-template-areas: "subsectionwrapperB1" "subsectionwrapperB2" "subsectionwrapperB3" "subsectionwrapperB4";
    grid-gap: 1.5em;
}

.subsectionwrapperB1 {
    grid-area: subsectionwrapperB1;
    display: grid;
    grid-template-columns: 45em auto;
    grid-template-rows: 33em;
    grid-template-areas: "bannerS info";
    grid-gap: 2.5em;
    padding: 2.5em !important;
}

.subsectionwrapperB2 {
    grid-area: subsectionwrapperB2;
    display: grid;
    grid-template-columns: 45em auto;
    grid-template-rows: 33em;
    grid-template-areas: "bannerS info";
    grid-gap: 2.5em;
    padding: 2.5em !important;
}

.subsectionwrapperB3 {
    grid-area: subsectionwrapperB3;
    display: grid;
    grid-template-columns: 45em auto;
    grid-template-rows: 33em;
    grid-template-areas: "bannerS info";
    grid-gap: 2.5em;
    padding: 2.5em !important;
}

.subsectionwrapperB4 {
    grid-area: subsectionwrapperB4;
    display: grid;
    grid-template-columns: 45em auto;
    grid-template-rows: 33em;
    grid-template-areas: "bannerS info";
    grid-gap: 2.5em;
    padding: 2.5em !important;
}

.wrapperG {
    display: grid;
    /* grid-template-columns: max-content 88vw; */
    grid-template-rows: 5em inherit inherit 5em;
    grid-template-areas: "head head head" "main main main" "main main main" "footer footer footer";
    grid-gap: 1.5em;
    z-index: 95;
    position: relative;
    /* !!!! compensate by inserting pointer-events:auto; in child elements which need interactivity */
    /* comment out when inspecting page */
    pointer-events: none;
    padding: 30px 50px !important;
}

.mainwrapperG {
    display: grid;
    grid-template-rows: 18em inherit;
    grid-template-columns: 1fr;
    grid-template-areas: "sectionwrapperA" "sectionwrapperG";
    /* max-width:100vw !important; */
    min-height: 25vh;
    grid-gap: 1.5em;
}

.sectionwrapperG {
    grid-area: sectionwrapperG;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: inherit inherit;
    grid-template-areas: "subsectionwrapperB1" "subsectionwrapperG";
    grid-gap: 1.5em;
}

.subsectionwrapperG {
    grid-area: subsectionwrapperG;
    display: grid;
    grid-template-areas: "container-gallery";
    grid-template-rows: inherit;
}

.pagination {
    grid-area: pagination;
}

/* Gallery */

.container-gallery {
    grid-area: container-gallery;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2em;
    /* justify-items: center; */
    align-items: center;
    object-fit: cover;
    /* max-width:100%; */
    margin: 2em;
}

.item {
    /* width: 330px;
    height:220px; */
    display: var(--display-style);
    /* margin: 0; */
    position: relative;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.item>a>img {
    width: 100%;
    max-height: 100%;
}

.item>a>img:hover {
    filter: blur(2px) brightness(60%);
    /* box-shadow:0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22); */
    cursor: pointer;
}

/* HEADER/NAV */

header {
    box-sizing: border-box;
    width: 100%;
    /* z-index: 5; */
    /* top:0px;
    left:0px;
    right:0px; */
    grid-area: head;
    margin: 0!important;
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
    /* pointer-events:auto; */
    max-width: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar a:hover {
    color: white !important;
    background: var(--dark) !important;
    font-weight: bold;
    /* pointer-events:auto; */
}

.nav2sub {
    display: none;
    /* position: absolute; */
    /* background-color: #f1f1f1; */
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    width: 100%;
    pointer-events: auto;
    /* box-sizing: border-box !important; */
}

.nav2dropdown:hover .nav2sub {
    display: block;
    position: absolute;
    pointer-events: auto;
}

/* .hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;        
    } */

.nav {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5em;
    grid-template-areas: "nav1 nav2 nav3 nav4 nav5 nav6";
    /* background-color: var(--light); */
    /* opacity: 50%; */
    /* pointer-events:auto; */
    position: relative;
}

/* nav div{
    background-color: var(--light);
} */

nav a {
    text-decoration: none;
    transition: all 0.3s;
    background: var(--light);
    box-shadow: var(--box-shadow);
    cursor: pointer;
    align-items: stretch;
    padding: 1em 1em;
    color: var(--dark)!important;
    display: block;
    text-align: center;
    pointer-events: auto;
}

/* nav ul{
    width:100%;
    list-style: none;
    display: inline-flex;
    /* text-align: center;
    justify-content: center;
    flex: 1;
    padding: 0;
} */

.nav1 {
    grid-area: nav1;
}

.nav2 {
    grid-area: nav2;
}

.nav3 {
    grid-area: nav3;
}

.nav4 {
    grid-area: nav4;
}

.nav5 {
    grid-area: nav5;
}

.nav6 {
    grid-area: nav6;
}

a:hover {
    text-decoration: none !important;
    color: var(--text-color);
}

/* SLIDER */

.bannerS {
    /* height: 100%; */
    width: 100%;
    position: relative;
    /* margin: 50px auto; */
    grid-area: bannerS;
    overflow: hidden;
    /* opacity: 0; */
    background-color: rgba(0, 0, 0, 0);
}

#slider {
    /* width: 100%; */
    position: absolute;
    /* left: 50%; */
    top: 0;
    /* margin-left: -50%; */
    min-height: 100%;
    min-width: 100%;
    /* opacity: 0; */
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
}

#next {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    right: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

#pre:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#next:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#pre {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    left: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

.bannerS:hover #next {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.bannerS:hover #pre {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

#slider2 {
    /* width: 100%; */
    position: absolute;
    /* left: 50%; */
    top: 0;
    /* margin-left: -50%; */
    min-height: 100%;
    min-width: 100%;
    /* opacity: 0; */
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
}

#next2 {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    right: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

#pre2:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#next2:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#pre2 {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    left: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

.bannerS:hover #next2 {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.bannerS:hover #pre2 {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

#slider3 {
    /* width: 100%; */
    position: absolute;
    /* left: 50%; */
    top: 0;
    /* margin-left: -50%; */
    min-height: 100%;
    min-width: 100%;
    /* opacity: 0; */
    background-color: rgba(0, 0, 0, 0);
    object-fit: contain;
    align-items: center;
}

#next3 {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    right: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

#pre3:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#next3:hover {
    background: var(--darker) !important;
    will-change: opacity;
}

#pre3 {
    text-align: center;
    line-height: 50px;
    color: var(--light);
    width: 2.8em;
    height: 2.8em;
    background-color: var(--dark);
    position: absolute;
    top: 44%;
    left: 0;
    z-index: 99;
    cursor: pointer;
    /* opacity: .4; */
}

.bannerS:hover #next3 {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.bannerS:hover #pre3 {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.bannerS #slider img {
    position: absolute;
    display: block;
    /* margin: 0 auto; */
    height: 100%;
    margin-left: 50%;
    margin-top: 36.7%;
    transform: translate(-50%, -50%);
    will-change: transform;
    /* object-fit: cover; */
}

.bannerS #slider2 img {
    position: absolute;
    display: block;
    /* margin: 0 auto; */
    height: 100%;
    margin-left: 50%;
    margin-top: 36.7%;
    transform: translate(-50%, -50%);
    will-change: transform;
    /* object-fit: cover; */
}

.bannerS #slider3 img {
    position: absolute;
    display: block;
    /* margin: 0 auto; */
    height: 100%;
    margin-left: 50%;
    margin-top: 36.7%;
    transform: translate(-50%, -50%);
    will-change: transform;
    /* object-fit: contain; */
}

/* end slider */

.banner1 {
    background-image: url(../images/banner.jpg);
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    grid-area: banner;
    opacity: 0.88;
}

.banner1:hover {
    opacity: 92 !important;
    will-change: opacity;
}

.bannerprofl {
    background-image: url(../images/bannerprofl.jpg);
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    grid-area: bannerprofl;
    opacity: 0.88;
}

.bannerprofl:hover {
    opacity: 92 !important;
    will-change: opacity;
}

.welcome {
    color: var(--light);
    margin: 0 3em;
    font-size: 26px;
    text-align: right;
    display: flex;
    /* grid-area: welcome; */
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0!important;
    /* color: var(--dark); */
}

.welcome h1 {
    font-size: 80px;
    padding: 0;
}

.welcome p {
    text-align: right;
    padding: 0 !important;
}

.welcome a {
    align-self: flex-end;
}

/* profile/about */

.bannerprof {
    background-image: url(../images/profile.jpg);
    background-position: 50% 38%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.88;
    grid-area: bannerprof;
}

.bannerprof:hover {
    opacity: 92 !important;
    will-change: opacity;
}

.about-br {
    /* text-align: left; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    grid-area: about-br;
}

/* .about-br h2 {
    font-size: 80px;
    padding: 0;
} */

.about-br p {
    text-align: left;
    padding: 0 !important;
    margin: 1.5em 1.5em 1em 1.5em;
    font-weight: 600;
}

.about-br a {
    align-self: flex-start;
    margin: 1em 1.5em 1.5em 1.5em;
}

.member-box {
    display: grid;
    grid-gap: 1.5em;
    width: 100%;
    padding: 0!important;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "bannerprof" "about-br";
    /* margin: 0 2em; */
    grid-area: member-box;
}

.member-box-alt {
    display: grid;
    grid-gap: 1.5em;
    min-width: 100%;
    padding: 0!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "bannerprof about-br about-br";
    /* margin: 0 2em; */
    grid-area: member-box-alt;
}

/* blog */

.mainwrapperblg {
    display: grid;
    grid-template-rows: inherit;
    grid-template-columns: inherit;
    grid-template-areas: "sectionwrapperAblg";
    /* max-width:100vw !important; */
    min-height: 25vh;
    grid-gap: 1.5em;
}

.sectionwrapperAblg {
    grid-area: sectionwrapperAblg;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 30em inherit;
    grid-template-areas: "bannerprofl" "blog-box";
    grid-gap: 1.5em;
}

.bloghead {
    /* background-image: url(../images/profile.jpg);
    background-position: 50% 38%;
    background-size: cover;
    background-repeat: no-repeat; */
    opacity: 0.88;
    grid-area: bloghead;
}

.bloghead:hover {
    opacity: 92 !important;
    will-change: opacity;
}

.bloghead p {
    text-align: right;
    padding: 1.5em;
    margin: 1em 2em;
}

.blogcont {
    /* text-align: left; */
    display: flex;
    flex-direction: column;
    justify-content: left;
    height: 100%;
    grid-area: blogcont;
}

.blogcont h2 {
    /* padding:  1.5em; */
    margin: 1em 2em 0 2em;
}

.blogcont p {
    text-justify: newspaper;
    text-align: justify;
    /* text-justify: inter-word; */
    word-break: normal;
    padding: 1.5em;
    margin: 1em 2em;
    font-weight: 500;
}

.blog-box {
    display: grid;
    grid-gap: 1.5em;
    min-width: 100%;
    padding: 0!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "bloghead blogcont blogcont";
    /* margin: 0 2em; */
    grid-area: blog-box;
}

/* end blog */

/* .banner2 {
    background-image: url(../images/info.jpg);
     height: 100%; 
     width:100%!important; 
    background-repeat: no-repeat;
    grid-area: banner2;
    background-size: cover;
} */

.info {
    height: 100%;
    /* margin:0 1.5em 0 0 !important; */
    padding: 0!important;
    /* font-size: 26px; */
    color: var(--dark);
    grid-area: info;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
}

.info h2 {
    padding: 2em 1em 1em 0;
}

.info p {
    text-align: left;
    padding: 0 0 3em 0!important;
}

.info a {
    align-self: flex-start;
}

.info div {
    margin-bottom: 2.5em;
    padding-bottom: 2em;
}

.info div a {
    display: flexbox;
}

.contbutton {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section {
    grid-area: section;
}

main {
    grid-area: main;
}

/* FOOTER */

footer {
    grid-area: footer;
    max-width: 100%;
    padding: 1.5em;
    text-align: center;
    background-color: var(--dark);
    color: var(--light);
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 3em 12.5em 3em;
    grid-template-areas: "social social social social" "SEO MARK DEV DES" "copyr copyr copyr copyr";
    grid-gap: 1.5em;
}

.social {
    grid-area: social;
    /* padding: 1rem; */
}

.SEO {
    grid-area: SEO;
}

.MARK {
    grid-area: MARK;
}

.DEV {
    grid-area: DEV;
}

.DES {
    grid-area: DES;
}

.copyr {
    grid-area: copyr;
    /* padding: 1rem; */
}

/* END FOOTER */

.box {
    /* padding:0.8em !important; */
    /* font-size: 26px; */
    color: var(--dark);
    background-color: var(--light);
    border: 1px rgba(255, 255, 255, .333) !important;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    text-align: center;
    padding: 0;
    /* vertical-align: middle; */
    pointer-events: auto;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    will-change: transform, opacity;
}

/* .box::before {
    filter: blur(10px);
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
  }
  
  .box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.35;
  } */

.box:hover {
    box-shadow: var(--box-shadow-pop);
    background-color: var(--lighter);
    will-change: opacity;
}

.box p {
    padding: 1em
}

/* .main-color{
    display: flex;
} */

.bg-color {
    color: var(--text-color);
    background-color: var(--bg-2);
    overflow: hidden;
}

footer>.fas, .fab {
    font-size: 3em;
    padding: 2rem;
    /* pointer-events:auto; */
}

/* buttons */

.button {
    padding: 1em;
    /* border-radius: 4px;    */
    color: var(--light)!important;
    background: var(--dark) !important;
    pointer-events: auto;
    margin: 1em 0 1.5em 0;
}

.button-anim {
    position: relative;
    color: var(--light);
    /* width: 256px;
    height: 64px;
    line-height: 64px; */
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
}

.button-anim span {
    transition: all 0.3s;
    transform: scale(1, 1);
    will-change: transform, opacity;
}

.button-anim::before, .button-anim::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform, opacity;
}

.button-anim::before {
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1, 0.1);
}

.button-anim:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.button-anim::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.button-anim:hover::after {
    transform: scale(1, .1);
    opacity: 0;
    will-change: transform, opacity;
}

/* End buttons */

.label, #toggle {
    display: none;
}

.label {
    font-size: 26px;
    line-height: 70px;
    width: 30px;
    float: right;
}

.text-center {
    text-align: center;
}

/* media queries*/

@media(max-width:1450px) {
    /* body{
        background-color: red;
    } */
    .member-box {
        display: none!important;
    }
    .sectionwrapperA {
        grid-area: sectionwrapperA;
        display: grid !important;
        grid-template-columns: 1fr;
        grid-template-rows: inherit;
        grid-template-areas: "banner banner banner banner banner banner";
        grid-gap: 1.5em;
    }
    .subsectionwrapperB1 {
        grid-template-columns: 1fr;
        grid-template-rows: 20em 34em;
        grid-template-areas: "bannerS" "info";
    }
    .subsectionwrapperB2 {
        grid-template-columns: 1fr;
        grid-template-rows: 20em 30em;
        grid-template-areas: "bannerS" "info";
    }
    .subsectionwrapperB3 {
        grid-template-columns: 1fr;
        grid-template-rows: 20em 26em;
        grid-template-areas: "bannerS" "info";
    }.subsectionwrapperB4 {
        grid-template-columns: 1fr;
        grid-template-rows: 20em 24em;
        grid-template-areas: "bannerS" "info";
    }
    /* .subsectionwrapperB2 {
        grid-area: subsectionwrapperB2;
        display: grid;
        grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
        align-items: center;
        object-fit: cover;
        grid-column-gap: 1.5em;
    } */
    .bannerS {
        /* height: 100%; */
        width: 100%;
        position: relative;
        /* margin: 50px auto; */
        grid-area: bannerS;
        overflow: hidden;
        /* opacity: 0; */
        background-color: rgba(0, 0, 0, 0);
    }
    #slider {
        /* width: 100%; */d
        position: absolute;
        /* left: 50%; */
        top: 0;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: 0; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
    }
}

@media(max-width:1200px) {
    /* .sectionwrapperA {
        grid-area: sectionwrapperA;
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: inherit;
        grid-template-areas: "banner banner banner banner member-box member-box" "banner banner banner banner member-box member-box";
        grid-gap: 1.5em;
    } */
}

@media(max-width:720px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 20em inherit inherit inherit;
        grid-template-areas: "head head head" "main main main" "main main main" "footer footer footer";
        grid-gap: 1.5em;
    }
    .nav {
        grid-template-columns: 1fr;
        grid-template-rows: repeat (6, 2em);
        grid-template-areas: "nav1" "nav2" "nav3" "nav4" "nav5" "nav6";
        position: relative;
        grid-gap: .5em;
    }
    /* .nav a{
        width:100%;
    } */
    .subsectionwrapperB1 {
        grid-template-columns: 1fr;
        grid-template-rows: 10em 34em;
        grid-template-areas: "bannerS" "info";
    }
    .subsectionwrapperB2 {
        grid-template-columns: 1fr;
        grid-template-rows: 10em 30em;
        grid-template-areas: "bannerS" "info";
    }
    .subsectionwrapperB3 {
        grid-template-columns: 1fr;
        grid-template-rows: 10em 26em;
        grid-template-areas: "bannerS" "info";
    }.subsectionwrapperB4 {
        grid-template-columns: 1fr;
        grid-template-rows: 10em 24em;
        grid-template-areas: "bannerS" "info";
    }
    #slider {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 160%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }
    #slider2 {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider2 img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 160%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }
    #slider3 {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider3 img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 160%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }
    .sectionwrapperA {
        grid-area: sectionwrapperA;
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: inherit;
        grid-template-areas: "banner banner banner banner member-box member-box member-box" "banner banner banner banner member-box member-box";
        grid-gap: 1.5em;
    }
    /* .sectionwrapperB {
        grid-area: sectionwrapperB;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: inherit;
        grid-template-areas: "subsectionwrapperB1" "subsectionwrapperB2";
        grid-gap: 5em;
    }
    .subsectionwrapperB2 {
        grid-area: subsectionwrapperB2;
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        align-items: center;
        object-fit: cover;
        grid-column-gap: 1.5em;
    } */

    #slider {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 130%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }
    #slider2 {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider2 img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 130%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }
    #slider3 {
        /* width: 100%; */
        position: absolute;
        /* left: 50%; */
        top: 0px;
        /* margin-left: -50%; */
        min-height: 100%;
        min-width: 100%;
        /* opacity: .66; */
        background-color: rgba(0, 0, 0, 0);
        align-items: center;
        
    }
    .bannerS #slider3 img {
        position: absolute;
        object-fit: cover !important;
        /* display: block; */
        /* margin: 0 auto; */
        height: 130%;
        width: auto;
        margin-left: 50%;
        margin-top: 36.7%;
        transform: translate(-50%, -50%);
        will-change: transform;
        /* object-fit: cover; */
    }

    .button {
        display: block;
        margin: auto;
        text-align: center;
    }
    .banner {
        /* background-clip: content-box; */
        background-size: 330%;
        background-position-x: 40%;
    }
    .banner h1 {
        font-size: 2.5rem;
    }
    footer {
        grid-gap: .5em;
        grid-template-rows: 3em 10em 2em;
    }
    footer>.fas, .fab {
        font-size: 3em!important;
        padding: 2rem 1rem;
        /* pointer-events:auto; */
    }
    /* nav ul{
    display: flex;
    flex-direction: column;
    width:100%;
    background: rgba(0,0,0,0.5);
    display:none;
    margin: 0;
    position: absolute;
    top:2.4em;
    }
    nav ul li{
    margin: 0;
    }
    .icon:checked+.menu{
        display:block;
    
    }
.header{
width:100%;
}
    .fas{
    font-size: 26px;
    color: var(--text-color);
    float:right;
    width:30px;
    }
    .label{
        display:block;
        cursor:pointer;
    }
    .main-color{
display:flex;
flex-direction:column;
    }
     */
}