@media (max-width: 699px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}

@media (max-width: 300px){
  #content {
    margin-top: 20vw !important;
  }
}

@media (min-width: 300px ) and (max-width: 500px){
  #content {
    margin-top: 16vw !important;
  }
}

@media (min-width: 500px ) and (max-width: 699px){
  #content {
    margin-top: 11vw !important;
  }
}

@media (min-width: 700px) and (max-width: 900px){
  #content {
    margin-top: 2vw !important;
  }
}

@media (min-width: 900px) and (max-width: 1000px){
  #content {
    margin-top: 1vw !important;
  }
}

@media (min-width: 1000px){
  #content {
    margin-top: 3vw !important;
  }
}

.mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
}

#mobile-menu {
  display: none;
}

#mobile-house {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 0;
  overflow: hidden;
  background: white url('../images/fic.png') center no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-size: 80%;
  width: 30px;
  height: 30px;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#mobile-hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  background: white url('../images/hamburger.png') center no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-size: 80%;
  width: 30px;
  height: 30px;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#mobile-hamburger.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 0px;
  border-radius: 3px;
}

.mobile a {
  display: block;
}

.menu-bar {
  background-color: #002B3B;
  width: 100%;
  padding: 15px;
}

.mobile-menu-bar {
  background-color: #002B3B;
  width: 100%;
  padding: 30px;
  display: block;
  z-index: 2 !important;
}

.mobile-nav-buttons {
  text-align: center;
  font-size: 18px;
}

.mobile-nav-item {
  color: white;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  padding-top: 5px;
}

.nav-buttons {
  width: 55vw;
  transform: translateY(1.5vw);
  font-size: 1.75vw;
  float: right !important;
}

.nav-item {
  display: inline;
  color: white;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  margin-left: 8%;
}

.nav-item:hover {
    text-decoration: none;
    color: #a9a9a9 !important;
}

.menu-item {
  color: white;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
  position: relative;
  transform: translateY(75%);
  display: inline-block;
  margin-left: 8%;
}

.horizontal-rule {
  margin-top: -5px;
  border-top: 1px solid #002B3B;
  font-weight: bold;
}

a {
  color: #a9a9a9;
}

#mobile-menu > a:hover {
    text-decoration: none;
    color: #a9a9a9;
}

a:hover {
    text-decoration: none;
    color: #002B3B;
}

.selected-menu {
  color: #002B3B;
}

.top-selected {
  color: #a9a9a9;
}

h1 {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
}

h3 {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15px;
}

h4 {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
  font-style: italic;
}

p {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

blockquote {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}

pre {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

sup {
  font-size: 11px;
}
