/*
 */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* sizes */
#main-wrap>div {
    min-height: 450px;
}


#header {
    max-height: 52px;
    background-color: #050116;
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 48px;
    color: #B0E300;
}

#footer {
    max-height: 14px;
    background-color: #050116;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10px;
    position: relative;
    color: #B0E300;
}

/* layout */
#main-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
    height: 100%;
    position: relative;

}

#publicPro {

    float: left;
    width: 48%;
    height: 800px;
    background-color: #B0E300;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;

    font-family: 'Nova Round', cursive;
    font-size: 40px;
    position: relative;
}

#publicProUp {

    float: left;
    width: 48%;
    height: 800px;
    background-color: #B0E300;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;

    font-family: 'Nova Round', cursive;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
    cursor: pointer;
}


#privatePro {
    float: right;
    width: 48%;
    height: 800px;
    background-color: #eedc00;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    font-family: 'Nova Round', cursive;
    font-size: 40px;
    vertical-align: middle;
    position: relative;
}

#privateProCont {
    cursor: pointer;
    float: right;
    width: 48%;
    height: 800px;
    background-color: #eedc00;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    font-family: 'Nova Round', cursive;
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}