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

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

.Layout_Menu_Spacer{
    height: 45px;
}

.Layout_Menu_Button{
    width: 100px;
    padding: 5px;
    height: 25px;
    display: inline-block;
    color: black;
    background: rgba(44, 44, 44, 0.1);
    text-align: center;
    font-size: 18px;
    transition: width 1s;
    cursor: pointer;
}

.Layout_Action_Button{
    width: 250px;
    padding: 10px;
    height: 30px;
    display: inline-block;
    color: white;
    background-color: green;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    transition: width 1s;
    cursor: pointer;
}
.Layout_Action_Button:hover{
    width: 300px;
    background-color: rgba(152, 80, 247, 1);
}

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


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

#Website_logo{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.Page_holder{
    font-size: 18px;
}

.TwoSectionsHolder{
    text-align: left;
    vertical-align: top;
}

.TwoSections{
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    width: calc(50% - 32px);
    border-left: thin grey solid;
}

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

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

.Layouet_Article_holder{
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

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: 12px;
    padding-right: 20px;
    border-left: thin solid grey;   
    padding-left: 5px;
}
.Layout_Menu_Button_down:hover{
    background-color: rgba(0,0,0,0.2);
}