@font-face {
  font-family: Gotham;
  src: url("gotham/gotham-book.otf");
}

body {
  font-family: 'Gotham' Helvetica Sans-serif;
  height: 100%;
}

#top-bar {
  background: black;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
}

#inner-bar {
  height: 40px;
}

#social-nav {
  width: 900px;
  height: 40px;
  margin: auto;
  text-align: right;
}

#social-nav img {
  padding-top: 5px;
}

#instagram {
  height: 35px;
}

#twitter {
  height: 38px;
}

#facebook {
  height: 38px;
}

#nav {
  background: white;
  position: fixed;
  top: 40px;
  width: 100%;
  height: 100px;
}

#inner-nav {
  margin: auto;
  width: 900px;
}

#logo {
  width: 150px;
  height: 50px;
  display: inline;
  position: absolute;
}

#kristine {
  width: 150px;
  display: inline;
  margin-bottom: 0;
  font-weight: 200;
  position: relative;
  top: 20px;
}

#leahy {
  color: silver;
  position: relative;
  top: -15px;
  width: 150px;
  text-align: right;
  font-weight: 100;
}

#main-nav {
  position: relative;
  top: 45px;
  left: 200px;
  display: inline;
  width: 700px;
}

a {
  color: black;
}

a:hover {
  color: silver;
}

#main-nav a {
  text-decoration: none;
  font-weight: 600;
  padding: 0 25px;
}

.container {
  width: 900px;
  margin: 0 auto 0 auto;
}

.wrapper {
  position: fixed;
  top: 140px;

}
/*
#main {
  height: calc(100% - 40px);
  position: fixed;
  top: 140px;
  bottom: 0;
  background: url("../images/background.png") no-repeat center;
}*/

#main-empty {
  width: 100%;
  height: 800px;
  background: url("../images/background_plain.png");
  padding-top: 140px;
  background-size: cover;
  overflow-y: scroll; 
}

/*Index*/

#index-p {
  position: absolute;
  top: 45%;
  margin-top: -140px;
  margin-left: 60px;
  /*margin: 200px 0 0 40px;*/
  width: 340px;
  height: 40px;
  text-align: justify;
  font-size: 1.0vw;
  line-height: 30px;
}

#index-name {
  font-weight: 600;
}

/*Bio*/

#bio-content {
  width: 400px;
  margin: 50px 0 0 10px;
  display: inline-block;
  padding-bottom: 200px;
}

#bio-header {
  font-weight: 100;
  margin: 0;
}

hr {
  height: 3px;
  background: black;
  margin: 0 0 20px 0;
}

#bio-content p {
  font-size: 12px;
  line-height: 20px;
  /*font-weight: 600;*/
} 

#bio-image {
  margin: 100px 50px 0 0;
  width: 300px;
  float: right;
}

/*Video*/

#video-header {
  font-size: 28px;
  font-weight: 100;
  margin: 50px 0 0 0;
}

.video {
  margin: 13px;
  width: 420px;
  background: #D3D3D3;
  display: inline-block;
}

.youtube {
  margin: 10px;
}

.caption {
  width: 400px;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 100;
}

/*Social*/

#social-header {
  font-size: 28px;
  font-weight: 100;
  margin: 50px 0 0 0;
}

#social-images {
  width: 400px;
  float: left;
}

.social-image {
  display: none;
  width: 400px;
  height: auto;
  margin: 0;
}

.twitter-timeline {
  height: 450px;
  width: 400px;
  margin-left: 99px;
}

#social-content {
  display: inline;
  padding-left:10px;
  width: 400px;
}

.social-links {
  float: right;
}

#instagram-social {
  width: 100px;
  margin-right: 115px;
}

#facebook-social {
  width: 130px;
  margin-top: -15px;
  margin-right: 55px;
}

/*Contact*/

#contact-header {
  font-size: 28px;
  font-weight: 100;
  margin: 50px 0 0 0;
}

#contact-info {
  width: 350px;
  margin: 200px 0 0 50px;
  z-index: 9001;
  text-align: center;
  padding-bottom: 300px;
}

#contact-info p {
  width: 350px;
  margin: 5px;
}

#contact-info a {
  width: 350px;
}

#contact-image {
  width: 900px;
  margin: -600px 0 0 0;
  float: right;
  z-index: -1;
}

/*Links*/

#links-content {
  padding-bottom: 600px;
}

#links-header {
  font-size: 28px;
  font-weight: 100;
  margin: 50px 0 0 0;
}

#link-image {
  width: 400px;
  float: right;
  margin-top: -600px;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  #main {
    background-size: contain;
  }

  #index-p {
    margin-left: 150px;
  }
}