body.pushable {
  background: #141E28 url('../images/background@2x.png') !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 581px 585px !important;
  background-position: bottom right !important;
}

body.pushable>.pusher {
  background:transparent !important;
}

a.bodyLink {
  color:white !important;
  /*font-weight: 700 !important;*/
}

.bodyText .link {
  padding-left: 30px;
}

a.bodylink::before {
  /*display: block;*/
  position: relative;
  /*top: 7px;*/
  left: -30px;
  color: #F1B61B;
  content: "\2192";
}

footer.ui.footer{
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  min-height: 30px;
  bottom: 0;
}

footer.ui.menu.footer {
  background-color: #29313a;
  border-radius: 0;
}

footer.ui.menu.footer .item {
  color: white;
}

.bodyText {
  padding-bottom: 150px;
}
label.bodyText {
  padding:0 !important;
  color: #F1B61B !important;
}



/*.bodyText p {
  font-weight: 300;
}

a.bodyText {
  font-weight: 700;
}

.headingText p {
  font-weight: 300;
}*/

.headingLogo {
  padding-top:50px;
  padding-bottom:50px;
}

.menuButton{
  background-image: url('../images/open_menu_arrow@2x.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F1B61B;
  background-size: 15px 16px;
  right: 0em;
  top: 0em;
  position: fixed;
  cursor: pointer;
}

#menuSidebar .item {
  text-align: right;
  margin-right: 30px;
}

#menuSidebar {
  background-image: url('../images/menu_background@2x.png') !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 270px 585px !important;
  background-position: bottom right !important;  background-attachment: fixed !important;
}

.main div.ui.grid.container {
  max-width: 600px !important;
}

.main {
  margin-bottom: 50px;
}

.everything{
}

#menuSidebar .item.active:not(.home)::before {
    display: block;
    position: absolute;
    top: 16px;
    left: -200px;
    content: "\2192";
}
.header.icon.logo {
  padding-top: 12vh;
  padding-bottom: 8vh;
}

.item.home {
  height: 50px;
  margin-top: 38%;
  margin-bottom: 15%;
}

#menuSidebar .item img {
  float: right;
}

.ui.container .headingText {
  margin-top: 5%;
  margin-bottom: 5%;
  color: #F1B61B;
  padding-bottom: 3vh;
}

 .ui.container .bodyText {
  color: white;
}

.menuButton.expanded {
  background-image: url('../images/close_menu_arrow@2x.png');
  background-size: 15px 16px;
}
