html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
}
@font-face {
    font-family: 'Rubik', sans-serif;
}
@font-face {
    font-family: 'Oswald', sans-serif;
    font-weight:500;
}
.img-tlo {
  pointer-events: none;
  min-height: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 1;
  min-width: 1400px;
  width: 100%;
}
.TiltedLeft {
  -moz-transform: rotate(0deg);  /* FF3.5+ */  
  -o-transform: rotate(0deg);  /* Opera 10.5 */   
  -webkit-transform: rotate(0deg);  /* Saf3.1+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0);  /* IE6,IE7 */
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.TiltedRight {
  -moz-transform: rotate(0deg);  /* FF3.5+ */  
  -o-transform: rotate(0deg);  /* Opera 10.5 */   
  -webkit-transform: rotate(0deg);  /* Saf3.1+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0);  /* IE6,IE7 */
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.MenuBar {
  visibility: hidden;
  position: fixed;
  left: 50px;
  top: 0px;
  height: 100%;
  min-height: 700px;
  width: 200px;
  background-color: rgba(6,12,12,0.3);
  z-index:50;
}
.MenuHome {
  position: relative;
  left: 5%;
  right: 5%;
  top: 0px;
  height: 100%;
  min-height: 700px;
  width: 90%;
  margin-left: 0;
  align: center;
  background-color: rgba(6,12,12,0.3);
}
.NarrowMenuBar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  background-color: rgba(6,12,12,0.75);
  z-index: 50;
  text-align: center;
}
.NarrowFooter {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: rgba(200, 200, 203, 0.85);
  color: rgb(20,20,20);
  font-family: 'Rubik';
  font-size: 16;
  z-index: 50;
  text-align: center;
}
.NarrowMenuButton {
  display: inline-block;
  position: relative;
  align: center;
  top:0px;
  left:0px;
  height: auto;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: 'Oswald';
  color: rgba(200, 200, 203, 0.75);
  font-size: 24px; 
}
.Box {
  position: relative;
  align: center;
  top: 80px;
  width: 300px;
  height: 100px;
  background-color: rgba(200, 200, 203, 0.75);
  opacity: 1;
  text-align: center;
}
.BoxContent {
  position:relative;
  left:5%;
  right:5%;
  top:15%;
  width:90%;
  height: auto;
  background: rgba(200, 200, 203, 0.75);
}
.Content {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  font-family:'Rubik';
  color: rgb(20, 20, 20);
  font-size: 16px;
  text-align: justify;
}
.BoxIsALink {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
.TextInBox {
  position: relative;
  top: 20px;
  font-family:'Rubik';
  color: rgb(20, 20, 20);
  font-size: 16px;
}
.TextBoxHeader {
  position: absolute;
  left: 10px;
  top: -32px;
  font-family: 'Oswald';
  color: rgba(200, 200, 203, 0.75);
  font-size: 24px; 
}
.TextReadMore {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'Oswald';
  color: rgb(225, 225, 225);
  font-size: 20px;
  z-index: -1;
}
.BoldText {
  font-family: inherit;
  color: inherit;
  font-weight: 600;
}
ul {
  margin-top: 0px;
  padding-left: 20px;
}
li {
  margin: 20px 0;
}
.SmallPicture {
  position:relative;
  left:100px;
  width:250px;
  height:188px;
  background-color: rgb(45,10,44);
}
.Face {
  visibility: hidden;
  display: none;
}
.MenuGreyBar {
  position: absolute;
  margin-left: 5%;
  width: 90%;
  right: 5%;
}
.One{
  top: 80px; height: 90px;
}
.Two {
  top: 210px; height: 105px;
}
.Three {
  top: 355px; height: 90px;
}
.Four {
  top: 485px; height: 90px;
}
.Five {
  top: 615px; height: 60px;
}