p, a{
    font-size: 9px;
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 3000;
}

.popup-about {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    z-index: 1000;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    left: 0px;
}

.content-about-col1 {
    margin: 0 auto;
    padding: 10px 0px 0px;
    width: 70%;
    position: relative;
}

.content-about-col1 p {
    text-align: justify;
    font-size: 10px;
}

#logo {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 40px;
    z-index: 100000;

}

#menu-bar {
    position: fixed;
    height: 40px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
;
}

#menu-bar ul {
    float: left;
    margin: 0px 0px 0px 90px !important;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#menu-bar .white {
    float: left;
    margin: 5px 0px 0px 90px !important;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#menu-bar .black {
    margin: 10px 0px 0px 90px !important;
}

#menu-bar ul li {
    float: left;
    margin: 0px 15px 0px 0px;
}

#menu-bar ul li a {
    font-size: 12px;
    text-decoration: none;
}


.content-col1 {
    margin-left: 15%;
    margin-top: 103px;
    width: 130px;
    float: left;
}
.content-col2 {
    margin-top: 103px;
    margin-right: 20%;
    float:right;
}
