* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 1rem; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-family: "Apple Chancery", Cursive; */
    /* color: white; */
    text-decoration: none;
  }

:root {
    background-color: var(--color-secondary);
    --check-landscape: 0;
    color: var(--font-color);
}

/* body {
    background-color: rgba(100, 175, 204, 0.801);
} */

#background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
  }

.pointer {cursor: pointer;}

#linkMaroon {
    /* color: maroon; */
    color: var(--wsu-font-color);
}

#linkMaroon:hover {
    color: maroon;
    background-color: transparent;
    text-decoration: underline;
  }

#link:hover {
    color: maroon;
    background-color: transparent;
    text-decoration: underline;
  }

.gridSimpleSingleCell {
    grid-area: gridSimpleSingleCell;
}
.gridSimpleSingleCellVer {
    grid-area: gridSimpleSingleCellVer;
}
.gridSimpleSingleCellHor {
    grid-area: gridSimpleSingleCellHor;
}
    .subFreeBox {
        grid-area: subFreeBox;
    }
    .subSimpleSingleCell {
        grid-area: subSimpleSingleCell;
    }
    .subPresentedVer {
        grid-area: subPresentedVer;
    }
    .subPresentedHor {
        grid-area: subPresentedHor;
    }
    .subDarkLight {
        grid-area: subDarkLight;
    }


.gridClickImage {
    grid-area: gridClickImage;
}

.gridGeneSlide {
    grid-area: gridGeneSlide;
}

    .subGeneSlide {
        grid-area: subGeneSlide;
    }

.gridBrowseData {
    grid-area: gridBrowseData;
}

.gridLabSlide {
    grid-area: gridLabSlide;
}

.gridLabExciting {
    grid-area: gridLabExciting;
}

.gridNewsSlide {
    grid-area: gridNewsSlide;
}

.gridLabInfo {
    grid-area: gridLabInfo;
}

    .gridLabPicture {
        grid-area: gridLabPicture;
    }
    .gridLabPictureText {
        grid-area: gridLabPictureText;
    }
    .gridLabInfoTitle {
        grid-area: gridLabInfoTitle;
    }
    .gridLabInfoDetail {
        grid-area: gridLabInfoDetail;
    }
    .gridLabSocial {
        grid-area: gridLabSocial;
    }
        .gridLabFacebook {
            grid-area: gridLabFacebook;
        }
        .gridLabTwitter {
            grid-area: gridLabTwitter;
        }
        .gridLabLinkedin {
            grid-area: gridLabLinkedin;
        }
        .gridLabResearchGate {
            grid-area: gridLabResearchGate;
        }
        .gridLabGithub {
            grid-area: gridLabGithub;
        }
        .gridLabYoutube {
            grid-area: gridLabYoutube;
        }

.gridFooterLogoCRB {
    grid-area: gridFooterLogoCRB;
}


/* .grid-container>div { */
.grid-container div {
    /* background-color: rgba(122, 216, 134, 0.8); */
    text-align: center;
    /* padding: 5px 0; */
    /* font-size: 1rem; */
}

.boxLogoMenu {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 240px;
    height: 38px;
    background: var(--boxLogoMenu-url); 
    background-size: 240px 38px;
    background-color: transparent;
    margin-top: 0rem;
  }

.gridClickImage {
    /* position: fixed; */
    /* position: absolute; */
    position: relative;
    top: 0;
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    font-size: 1.2rem;
    /* color: grey; */
    /* padding: 2rem 0; */
    /* width: 30%; */
    /* padding: 3rem; */
    /* padding-top: 2.5rem; */
    padding-top: 0.8rem;
    padding-bottom: 0rem;
    /* border: 3px solid rgb(128, 19, 0); */
    /* text-align: center; */
    /* border-radius: 20px;
    box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
}


.gridGeneSlide {
    display: grid;
    /* grid-template-columns: 1fr; */
    justify-items: center;
    align-items: center;
    /* margin-right: 0.7rem;
    margin-left: 0.7rem; */
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.gridGeneSlide img {
    width: 960px;
    height: auto;
    /* border-radius: 40px; */
    border-radius: 20px;
    /* box-shadow: 1px 1px 5px 5px rgba(124, 123, 123, 0.692); */
    /* box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
    box-shadow: var(--box-shadow-background); 
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0rem;
    border-radius: 20px;
    /* box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
    /* box-shadow: 1px 1px 5px 5px rgba(228, 228, 228, 0.692); */
    /* margin: 1.5rem; */
    margin-top: 0.3rem;
    margin-bottom: 2.8rem;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* background-color: transparent; */
    /* background-color: grey; */
    /* background-color: rgba(255, 255, 255, 0.37); */
    background-color: transparent;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 0;
  }
  
  .swiper-slide img {
    /* max-width: 90%;
    max-height: 90%; */
    max-width: 86%;
    max-height: 86%;
  }

  .gridBrowseData {
    display: grid;
    justify-items: center;
    align-items: center;
    font-size: 1.2rem;
    /* padding: 2rem 0; */
    /* width: 30%; */
    padding-top: 0rem;
    padding-bottom: 0rem;
    /* border: 3px solid rgb(128, 19, 0); */
    /* text-align: center; */
    /* border-radius: 20px;
    box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
}

.gridLabSlide {
    display: grid;
    /* grid-template-columns: 1fr; */
    justify-items: center;
    align-items: center;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    /* border: 3px solid rgb(128, 19, 0); */
}

.gridLabSlide img {
    width: 960px;
    height: auto;
    /* border-radius: 40px; */
    border-radius: 20px;
    /* box-shadow: 1px 1px 5px 5px rgba(124, 123, 123, 0.692); */
    /* box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
    box-shadow: var(--box-shadow-background); 
}

.gridLabExciting {
    display: grid;
    justify-items: center;
    align-items: center;
    font-size: 1.2rem;
    /* padding: 2rem 0; */
    /* width: 30%; */
    padding-top: 0rem;
    padding-bottom: 0rem;
    /* border: 3px solid rgb(128, 19, 0); */
    /* text-align: center; */
    /* border-radius: 20px;
    box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
}

.gridNewsSlide {
    display: grid;
    /* grid-template-columns: 1fr; */
    justify-items: center;
    align-items: center;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.gridNewsSlide img {
    width: 960px;
    height: auto;
    /* border-radius: 40px; */
    border-radius: 20px;
    /* box-shadow: 1px 1px 5px 5px rgba(124, 123, 123, 0.692); */
    /* box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
    box-shadow: var(--box-shadow-background); 
}

.gridLabInfo {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
    'gridLabPicture'
    'gridLabPictureText'
    'gridLabInfoTitle'
    'gridLabInfoDetail'
    'gridLabSocial'
    ;
    justify-items: center;
    align-items: center;
    text-align: center;
    /* border: 1px solid rgb(128, 19, 0); */
    /* background-color: white; */
    background-color: var(--color-secondary);
    border-radius: 20px;
    box-shadow: var(--box-shadow-background); 
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /* margin-bottom: 1.5rem; */
}

.gridLabPicture {
    font-size: 1.2rem;
    color: maroon;
    font-weight: 700;
    padding-top: 0.8rem;
}

.gridLabPictureText {
    font-size: 1.4rem;
    /* text-align: center; */
    /* color: maroon; */
    color: var(--font-color);
    font-weight: 700;
    padding-bottom: 0.6rem;
}

.gridLabInfoTitle {
    font-size: 1.2rem;
    /* text-align: center; */
    /* color: maroon; */
    color: var(--wsu-font-color);
    font-weight: 700;
}

.gridLabInfoDetail {
    font-size: 1rem;
    /* text-align: center; */
    /* color: black; */
    color: var(--font-color);
    padding: 1rem;
}

.gridLabSocial {
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 1rem;
    grid-auto-flow: column;
    margin-bottom: 0.5rem;
}

.gridLabSocial img {
    width: 2rem;
}

.gridFooterLogoCRB {
    display: grid;
    /* grid-template-columns: 1fr; */
    justify-items: center;
    align-items: center;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    margin-top: 1.5rem;
}
.gridFooterLogoCRB img {
    width: 20%;
    height: auto;
}
.gridFooterLogoCRB p {
    padding-top: 0rem;
    font-size: .9rem;
}

.boxDarkLight {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 70px;
    height: 34px; */
    width: 51px;
    height: 26px;
    background: var(--box-DarkLight); 
    /* background-size: 70px 34px; */
    background-size: 51px 26px;
    background-color: transparent;
    /* margin-top: 1rem; */
  }

  .boxLogoFooter {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 180px;
    width: 180px; */
    width: 194px;
    height: 157px;
    background: var(--backgroud-url); 
    /* background-size: 180px 180px; */
    background-size: 194px 157px;
    background-color: transparent;
    margin-top: 0rem;
  }

  .iconOS {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 134px;
    height: 29px;
    background: var(--iconOS-url); 
    background-size: 134px 29px;
    background-color: transparent;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
  
  
  .copyRight {
    text-align: center;
    /* color: red; */
}

/* @media only screen and (orientation: portrait) { */
/* @media (max-aspect-ratio: 3/4) { */
@media only screen and (max-width: 541px) {

    .grid-container {
        display: grid;
        grid-template-areas: 
        /* 'gridSimpleSingleCell' */
        'gridSimpleSingleCellVer'
        'gridClickImage'
        'gridLabInfo' 
        'gridFooterLogoCRB'
        ;
        /* grid-gap: 5px; */
        grid-gap: 0px;
        /* background-color: #2196F3; */
        /* padding: 1rem; */
    }
    

    .gridSimpleSingleCellHor {
        display: none;
    }

    .gridSimpleSingleCellVer {
        display: grid;
        grid-template-columns: 55px 1fr 86px;
        grid-template-areas: 
        'subFreeBox subSimpleSingleCell subDarkLight'
        'subPresentedVer subPresentedVer subPresentedVer'
        ;
        /* Vertical background */
        /* background-color: #bfbfbffa; */
    }

    .subFreeBox {
        background-color: var(--color-secondary);
        /* background-color: red; */
        /* padding: 100px; */
    }

    .subSimpleSingleCell {
        display: grid;
        /* grid-template-columns: 1fr; */
        /* justify-items: left; */
        justify-items: center;
        align-items: center;
        /* padding-left: 1.5rem; */
        padding-left: auto;
        font-size: 1.5rem;
        /* font-weight: bolder; */
        font-weight: 500;
        /* padding-top: 0.6rem; */
        padding-top: 0.25rem;
        padding-bottom: 0rem;
        background-color: var(--color-secondary);
    }
    .subPresentedVer {
        display: grid;
        /* grid-template-columns: 1fr; */
        justify-items: center;
        align-items: center;
        padding-left: 0rem;
        font-size: 0.8rem;
        /* font-weight: bolder; */
        font-weight: bold;
        /* padding-top: 0.6rem; */
        padding-top: 0.2rem;
        padding-bottom: 0.5rem;
        /* color: black; */
        background-color: var(--color-secondary);
    }   

    .subPresentedHor {
        display: none;
    }
    .subDarkLight {
        display: grid;
        /* grid-template-columns: 1fr; */
        justify-items: right;
        align-items: center;
        padding-right: 1.5rem;
        font-size: 2rem;
        font-weight: bolder;
        padding-top: 0.35rem;
        /* padding-top: 0rem; */
        /* padding-bottom: 0.8rem; */
        background-color: var(--color-secondary);
    }
    
    #link {
        color: var(--font-color);
        /* color: black; */
    }
}

/* @media only screen and (orientation: landscape) { */
/* @media (min-aspect-ratio: 3/4) { */
@media only screen and (min-width: 541px) {
        /* body {
            background-color: lightblue;
        } */
        :root {
            --check-landscape: 1;
            }
            .subShortMenu {
                display: none;
            }
            /* .gridSimpleSingleCell { */
        .gridSimpleSingleCellHor {
            display: grid;
        /* grid-template-columns: 60px 240px 1fr 86px; */
        grid-template-columns: 60px 272px 1fr 86px;
            grid-template-areas: 
            '. subSimpleSingleCell subPresentedHor subDarkLight'
            ;
            /* grid-gap: 10px; */
            /* padding: 10px; */
            /* padding: 6px; */
            /* border: 0.01rem solid rgb(240, 12, 240); */
            /* background-color: rgba(166, 122, 216, 0.8); */
            /* Horizontal background */
            /* background-color: #bfbfbffa; */
            /* border-radius: 20px;
            box-shadow: 1px 1px 5px 5px rgba(51, 51, 51, 0.692); */
            /* justify-items: center; */
            /* align-items: center; */
            /* padding-bottom: 0.1rem; */
            padding-top: 0rem;
            background-color: var(--color-secondary);
        }
        .gridSimpleSingleCellVer {
            display: none;
        }
    
        .subSimpleSingleCell {
            display: grid;
            /* grid-template-columns: 1fr; */
            justify-items: left;
            align-items: center;
            /* padding-left: 3rem; */
            padding-left: 1.5rem;
            font-size: 1.8rem;
            /* font-weight: bolder; */
            font-weight: 400;
            /* padding-top: 1.5rem; */
            padding-top: 0.2rem;
            /* padding-right: 1rem; */
            background-color: var(--color-secondary);
        }
    
        .subPresentedHor {
            display: grid;
            justify-items: left;
            align-items: center;
            /* padding-left: 1px; */
            padding-left: 0px;
            font-size: 0.8rem;
            font-weight: 600;
            /* padding-top: 1.8rem; */
            padding-top: 0.2rem;
            /* color: black; */
            /* background-color: lightblue; */
            background-color: var(--color-secondary);
        }
        
        .subPresentedVer {
            display: none;
        }
    
        .subDarkLight {
            display: grid;
            /* grid-template-columns: 1fr; */
            justify-items: right;
            align-items: center;
            /* padding-right: 3rem; */
            padding-right: 1.5rem;
            font-size: 2rem;
            font-weight: bolder;
            /* padding-top: 0.2rem; */
            padding-bottom: 0rem;
            /* border: 0.01rem solid rgb(240, 12, 240); */
            cursor: pointer;
            /* background-color: darkkhaki; */
            background-color: var(--color-secondary);
        }
    
        #link {
            color: var(--font-color);
            /* color: black; */
        }
    }