html {
    font-size: 16px;
}
#header {
    paddin: 0;
}
#header>.mainbunner {
    width: 100%;
}
#header>.title-container {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction:column;
}

#header>.title-container>.background{
    /*background-color: #fefefeb5;
    padding-top: 20px;
    padding-bottom: 20px;*/
    text-align: center;
}

#header>.title-container>.background img.title {
    width: 100%;
}
#header>.title-container>.subtitle {
    background-image: url(/public/images/Campus_www_8.png);
    width: 100%;
    height: 50px;
    background-position: center;
    background-size: 80%;
    background-repeat-y: no-repeat;
    z-index: 10006;
    background-position: top;
    margin-top: -10px;
}
#header>.title-container>.mainmenu {
    height:60px;
    width: 100%;
    background: rgb(1, 71, 254);
    margin-top: 20px;
}
.topheader {
    height: 60px;
    width: 100%;
    background: rgb(101, 153, 255);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.membersicon>img {
    width:100%;
}

.membersinfopink {
    background-image: url("/public/images/Campus_www_2.jpg");
    background-size: contain;
    background-color: #cfa4cf;
    background-repeat-y: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
}
.membersinfopink h4 {
    font-weight: bold;
}
.actual {
    padding-top: 60px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.mainmenu-blue {
    height:60px;
    width: 100%;
    background: #003399;
}
.membersicon-bottom>img {
    width: 80%;
    margin-left: 10%;
}
@media (max-width: 575px) {
    html {
        font-size: 10px;
    }
    #header>.title-container>.subtitle {
        height:15px;
    }
    #header>.title-container>.mainmenu {
        height: 30px;
        margin-top: 10px;
    }
    .topheader {
        height: 30px
    }
    .mainmenu-blue {
        height: 30px;
    }
}
