@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@700&display=swap');

header {
    width: 100%;
    height: 20%;
    margin: auto;
    justify-content: center;
}

* {
    margin: 0px;
    padding: 0px;
}

.banner {
    width: 93%;
    margin: 0% 3.5% 0% 3.5%;
    display: inline-flex;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #4e54c8;
    /*rgba(47, 68, 111, 1);*/
    background-color: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    overflow: hidden;
    z-index: -2;
    opacity: 0.3;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    /* width: 20px;
    height: 20px; */
    /* background: rgba(255, 255, 255, 0.2); */
    animation: animate 50s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 2s;
    animation-duration: 42s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 50s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 0s;
    animation-duration: 40s;
}

.circles li:nth-child(11) {
    left: 60%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 3s;
    animation-duration: 20s;
}

.circles li:nth-child(12) {
    left: 15%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 5s;
    animation-duration: 50s;
}

.circles li:nth-child(13) {
    left: 25%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 2s;
    animation-duration: 30s;
}

.circles li:nth-child(14) {
    left: 45%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 9s;
    animation-duration: 35s;
}

.circles li:nth-child(15) {
    left: 90%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 3s;
    animation-duration: 25s;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000vh) rotate(720deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}

.nav-button {
    width: 2%;
    height: 7.5vw;
    display: inline-block;

}

.nav-button>span {
    width: 100%;
    height: 2%;
    margin-bottom: 1%;
    background: #FFF;
}

.banner-column {
    float: right;
    width: 90%;
    height: 7vw;
    /* margin-right: 3%; */
    display: flex
}

.logo {
    background-image: url('../images/sakecWhite.png');
    width: 25%;
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.col-name {
    width: 65%;
    height: 100%;
    background-image: url('../images/fontTP.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;

}

.vlab-logo {
    width: 15%;
    background-image: url('../images/vlabLogo-nobg.png');
    /* width: 100%; */
    height: 6vw;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5%;
}


/* @charset "UTF-8"; */

.brand {
    position: fixed;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #000000;
    text-decoration: none;
}

.outer-block {
    margin: 2.5% 0% 0% 3%;
}

.side-bar {
    width: 4.5%;
    height: 30vw;
    /* background-color: #FFF; */
    position: fixed;
    display: inline-block;
    /* background-color: rgba(255, 255, 255, 0.5); */
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.3s;
    z-index: 1;
    font-family: 'Montserrat', cursive;
}

.container-grid {
    width: 80%;
    /* height: 100vw; */
    /* background-color: #000; */
    margin-left: 10%;
    text-align: center;
    /* opacity: 0.5; */
}

.menu {
    transition: width 2s;
    width: 100%;
    height: 3.5vw;
    margin: 20% 0% 0% 20%;
    cursor: pointer;
    padding: 0% 10% 5% 10%;

}




.material-icons.md-48 {
    font-size: 3vw;
}

.material-icons,
.icon-text {
    vertical-align: middle;
    color: #FFF;
}

.side-bar a {
    text-decoration: none;
}

.icon-text {
    /* 17 */
    margin-left: 50%;
    font-size: 1.35vw;
}

.user{
    font-size: 1.2vw;
}


.sub {
    display: none;
    margin-left: 15%;
}

h1 {
    font-family: 'Exo', sans-serif;
    color: #FFF;
    margin-bottom: 3%;
    /* font-size: 3vw */
}

h3,
h5 {
    font-family: 'Montserrat', cursive;
    color: #FFF;
}

h3 {
    font-weight: 800;
}

h5 {
    font-weight: 700;
}

@media only screen and (max-width:1000px) {
    .container-grid {
        margin-left: 15%;
        width: 75%;
    }

    .outer-block .side-bar {
        width: 20%;
        height: 80vw;
    }

    .menu {
        margin: 10% 10% 0% 10%;
        padding-bottom: 10%;
        height: 8vw;
    }

    .material-icons.md-48 {
        font-size: 6vw;
    }

    .icon-text {
        margin-left: 75%;
        font-size: 3vw;
    }

    .user{
        font-size: 2.2vw;
    }

}