body {
  background-color: #020066;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}

a:link, a:visited {
  text-decoration: none;
  text-shadow: 0 0 1px #020066;
}

a:hover {
  text-shadow: 0 0 2px #020066;
}

#all {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.circular_image_wrapper {
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  left: 50%;
  margin: 5px 0 5px -100px;
}

.circular_image_wrapper img {
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
}

.gen-img {
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

#header_container, #main, #footer-inner {
  max-width: 850px;
}

#header {
  margin: 20px 0;
}

.header_wrapper {
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.subpage_header_wrapper {
  background: #1e5799;
}

#header_container {
  padding: 0;
}

#header-title {
  font-family: 'Dosis', sans-serif;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

#header-title a {
  color: #fff;
  text-decoration: none;
}

#home-tag-line {
  font-weight: normal;
  font-size: 36px;
  margin: 20px 0 20px 0;
  position: relative;
  bottom: 40px;
}

#classy_background {
  display: none;
  position: absolute;
  height: 900px;
  width: 100%;
  z-index: -16;
  left: 0;
  top: 0;
  background-image: url(../images/nySkyline.jpg);
  background-position: center center;
  background-size: 1733px 1300px;
}

#chair {
  display: none;
  height: 750px;
  left: 50%;
  margin-left: -185px;
  margin-top: -200px;
  position: absolute;
  top: 50%;
  width: 360px;
  z-index: -15;
}

#table {
  display: none;
  height: 362px;
  left: 50%;
  margin-left: -400px;
  margin-top: 210px;
  position: absolute;
  top: 50%;
  width: 800px;
  z-index: 10;
}

#mooncandle {
  display: none;
  height: 100px;
  left: 50%;
  margin-left: 200px;
  margin-top: 150px;
  position: absolute;
  top: 50%;
  width: 67px;
  z-index: 10;
}

#margarita {
  display: none;
  height: 160px;
  left: 50%;
  margin-left: 100px;
  margin-top: 90px;
  position: absolute;
  top: 50%;
  width: 121px;
  z-index: 10;
}

#navbar a {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  text-transform:lowercase;
}

#navbar a:hover {
  background-color: #fff;
  color: #1e5799;
}

#main {
  padding: 10px 0;
}

#home-tag-section {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

#husky-container {
  height: auto;
}

#husky-with-tie {
  margin: 0 auto;
}

#intro {
  background-color: rgba(34, 34, 34, 0.60);
  width: 680px;
  padding: 20px;
  font-size: 25px;
  display: none;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 290px;
  text-align: center;
  z-index: 20;
  border-radius: 10px;
}

.page-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  font-weight: bold;
  font-size: 30px;
}

.resume h3 {
  text-shadow: 0 0 1px #1e5799;
}

.listing-row h4 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
}

#footer {
  margin: 10px 0;
  height: 50px;
  padding: 20px 0;
  width: 100%;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer-inner {
  padding: 0;
}

#footer a:link, #footer a:visited {
  text-decoration: underline;
}

.opaque {
  background-color: rgba(34, 34, 34, 0.91);
}

.row {
  margin: 10px 0;
}
