.MainBar{
    position:fixed;
    z-index: 9999;
    top:0;
    left:0;
    width:100%;
    height:120px;
    background-color:transparent;
}

p.menu_option {
    margin: 10 0 12 0px;
    color: #B8B8B8;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
p.menu_option:hover {
    margin: 10 0 12 0px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
p.capital::first-letter {
    font-size: 120%;
}
a {
    text-decoration: none;
}

/*----------------------- White Button -----------------------*/
.button-white {
    text-indent:0;
    text-decoration:none;
    text-align:center;
    border: 1px solid #FFFFFF;
    display:inline-block;
    color: #FFFFFF;
    background-color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
    padding-right: 18px;
    cursor: pointer;
    
}
.button-white:hover {
    background-color:#FFFFFF;
    border: 1px solid #AAAAAA;
    color:#1C1C1C;
    cursor: pointer;
}
.button-white:active {
    position:relative;
    top:0px;
}





#button-large {
    text-indent:0;
    text-decoration:none;
    text-align:center;
    border: 1px solid #AAAAAA;
    display:inline-block;
    color: #FFFFFF;
    background-color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    
}
#button-large:hover {
    background-color:#FFFFFF;
    border: 1px solid #AAAAAA;
    color:#1C1C1C;
    cursor: pointer;
}
#button-large:active {
    position:relative;
    top:0px;
}


/*----------------------- Dark Button -----------------------*/
#button-large-dark {

    -webkit-border-top-left-radius:2px;
    -moz-border-radius-topleft:2px;
    border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius-topright:2px;
    border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    -moz-border-radius-bottomright:2px;
    border-bottom-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    -moz-border-radius-bottomleft:2px;
    border-bottom-left-radius:2px;
    text-indent:0;
    text-decoration:none;
    text-align:center;
    border:1px solid #666666;
    display:inline-block;
    color:#666666;
    background: transparent;
    font-family:arial;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    height:36px;
    line-height:26px;
    padding-left:20px;
    padding-right:20px;
    
}
#button-large-dark:hover {
    background-color:#CABFB5;
    border:1px solid #716051;
    color:#333333;
}
#button-large-dark:active {
    position:relative;
    top:0px;
}
