body
{
  font-size: 16px;
}

h1
{
  font-size: 80px;
}

h2
{
  font-size: 60px;
}

h3
{
  font-size: 30px;
}

h4
{
  font-size: 25px;
}

h5
{
  font-size: 18px;
}

h6
{
  font-size: 14px;
}

#menuLogo
{
  left: 5px;
  top: 3px;
  width: auto;
  height: 45px;
  opacity: 1;
}

#menuBar
{
  height: 50px;
}

.menuItem
{
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.submenuItem
{
  font-size: 12px;
  padding-top: 0px;
}

#submenuMouseEventOverlay
{
  display: none;
}

#hamburger
{
  display: inherit;
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 40px;
  height: 40px;
}

#hamburgerButton
{
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: #f3cacc;
}

#hamburgerLink
{
  position: absolute;
  font-family: 'Rockwell Extra Bold', 'Rockwell Bold', monospace;
  font-size: 50px;
  text-decoration: none;
  text-align: center;
  color: white;
  width: 100%;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ie-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#homeLink
{
  display: inherit;
}

#sidebar1
{
  background-color: rgba(37,37,37,1);
}

#menu
{
  background-color: rgba(37,37,37,1);
  position: relative;
  right: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#submenu
{
  position: relative;
  top: auto;
  left: auto;
  display: block;
}

#submenuContainer
{
  background-color: transparent;
  height: 100px;
}

#mainPageLogo
{
  top: 65px;
  width: 200px;
  left: 50%;
}

.featureTextContainer
{
  top: 210px;
  width: 75%;
}

#featureDesignLink
{
  bottom: -23px;
}

.featureText
{
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 30px;
  padding: 20px;
}

.designLinkWhite
{
  padding: 12px;
  font-size: 12px;
  letter-spacing: 3px;
}

.designLinkBlack
{
  padding: 7px;
  font-size: 12px;
  letter-spacing: 3px;
}

#siteIdentity
{
  top: 165px;
  font-size: 10px;
  letter-spacing: 18px;
}

#footer
{
  height: 700px;
}

#footerLogo
{
  text-align: center;
  left: 5%;
  top: 50px;
  width: 90%;
}

#footerAreas
{
  text-align: center;
  left: 5%;
  top: 250px;
  width: 90%;
}

#footerContact
{
  text-align: center;
  left: 5%;
  width: 90%;
  top: 500px;
}

#footerSocial
{
  text-align: center;
  left: 5%;
  width: 90%;
  top: 615px;
}