body {
    margin: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.Layout_Menu_Button_holder {
    padding: 5px;
    height: 65px;
    text-align: center;
    position: fixed;
    top: 0xp;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(100% - 10px);
    vertical-align: top;
}

.Layout_Menu_Button {
    vertical-align: top;
    width: calc(20% - 14px);
    padding: 5px;
    height: 55px;
    display: inline-block;
    color: black;
    background: rgba(44, 44, 44, 0.1);
    text-align: center;
    font-size: 18px;
    transition: width 1s;
    cursor: pointer;
    margin-bottom: 2px;
}

.Layout_Menu_Spacer {
    height: 75px;
}

.Layout_Menu_Button:hover {
    background-color: rgba(44, 44, 44, 0.4);
}

.Happyarium_Green {
    background: rgb(30, 168, 37);
    color: white;
}

#Website_logo {
    display: none;
}

.Page_holder {
    font-size: 18px;
}

.TwoSectionsHolder {
    text-align: left;
}

.TwoSections {
    padding: 10px;
    display: inline-block;
    width: calc(100% - 16px);
    border-left: thin grey solid;
}

.FormInput {
    padding: 10px;
    font-size: 20px;
    border: thin solid gray;
    font-family: 'Open Sans Condensed', sans-serif;
    width: calc(100% - 16px);
    text-align: left;
}

.Site_link {
    text-decoration: none;
    color: inherit;
}

.Layouet_Article_holder {
    padding: 10px;
}

.Layout_Action_Button {
    width: calc(100% - 20px);
    padding: 10px;
    height: 30px;
    display: inline-block;
    color: white;
    background: green;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    transition: width 1s;
    cursor: pointer;
}

input[type=checkbox] {
    margin-left: 20px;
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    padding: 10px;
}

button {
    font-family: 'Open Sans Condensed', sans-serif;
    border: none;
}

.Layout_Menu_Button_down {
    padding: 5px;
    display: inline-block;
    pad: 2px;
    color: white;
    font-size: 10px;
    padding-left: 5px;
    width: calc(50% - 15px);
    border-left: thin solid grey;
    margin-bottom: 2px;
}

.Layout_Menu_Button_down:hover {
    background-color: rgba(0, 0, 0, 0.1);
}