@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
header {
    width: 100%;
    height: 20%;
    margin: auto;
    justify-content: center;
}

* {
    margin: 0px;
    padding: 0px;
}

.banner {
    width: 93%;
    margin: 3.5% 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);
}

.nav {
    width: 100%;
    margin: 2% auto;
    display: flex;
    justify-content: center;
    background-color: #FFF;
}

.nav a {
    color: #4e54c8;
}

a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.45vw;
    font-family: 'Montserrat', cursive;
    margin: 2% 4% 2% 4%;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
    font-weight: 700;
}

a:hover {
    font-size: 1.7vw;
    color: black;
    text-decoration: none;
}

.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%;
}

.head-ing {
    width: 100%;
    text-align: center;
    margin: 5% auto;
    font-size: 2.5vw;
    font-family: 'Exo', sans-serif;
    color: #fff;
}

.head-ing>h1 {
    font-size: 4vw;
}

.head-ing>h2 {
    font-size: 2.75vw;
    background-color: #FFF;
    color:#4e54c8;
    padding: 2% 2% 2% 2%;
    font-family: 'Exo', cursive;
    
}

.head-ing>h3 {
    font-size: 3vw;
}

.row{
    width: 90%;
}

.center-align{
    display: flex;
    justify-content: center;
}

.col-md-4{
    padding: 2% 2.5% 5% 2.5%;
}

.sub-head h2{
    font-size: 2vw;
    color: #FFF;
    background-color: #4e54c8;
    font-family: 'Montserrat', cursive;
    border-bottom: 2px solid #FFF;
}

