/**{
border: 1px solid black;
}*/

body {
  font-family: 'Vollkorn', serif;
  font-weight: 100;
  padding: 10% 10% 0 10%;
}
nav {
  font-size: 2vw;
  font-style: italic;
  transform : scale(1,1.35);
  -webkit-transform:scale(1,1.35); /* Safari and Chrome */
  -moz-transform:scale(1,1.35); /* Firefox */
  -ms-transform:scale(1,1.35); /* IE 9+ */
  -o-transform:scale(1,1.35); /* Opera */
}
p {
  font-size: 1.3em;
  color: #707070
}
header {
  height: 100%;
}
.site {
  width: 90%;
}
.quote-area {
  width: 50%;
  height: 2em;
  font-size: 2.1vw;
  color: black;
}
.quote-area p{
  color: black;
}
#hamburger {
  margin-top: -80px;
}
.quote {
  display: none;
}
.nav-item a {
  text-decoration: none;
  color: #959595;
}
.navbar-header {
  float: left;
}
.navbar-toggle span.icon-bar {
  background-color: black;
  line-height: 2;
}
footer {
  text-align: right;
  height: 3%;
  width: 100%;
  background-color: white;
  color: white;
  font-style: italic;
  font-size: .8em;
}
footer p {
  margin-right: 30px;
}
a:hover{
  text-decoration: none;
  color: currentColor;
}
.nav-item {
  padding-right: 10px;
}
.container-fluid {
  border-bottom: 3px solid #cb94d3;
}
div#photo.container-fluid {
  border-bottom: none;
}

#picture {
  width: 100%;
  height: 100%;
}
.banner{
  width: 100%;
  margin-top: 20%;
  background: #cb94d3;
  color: white;
}
.banner h1{
  position: relative;
  padding: 15px;
  padding-left: 7%;
  font-size: 2vw;
}

/*is a poet line*/
.poet{
  font-style: italic;
  color: black;
  letter-spacing: .1em;
}
.book-art {
  float: right;
  padding-left: 20px;
}
.photo {
  position:relative;
  margin-top: -10%;
  margin-right: 4%;
  height: auto;
  width: 50%;
  float: right;
  z-index: 2;
}
.socialmedia {
  float: left;
}
.social-links {
  list-style: none;
}
.social-links li{
  float: left;
  padding: 5px;
}
#about, #publications,
#events, #criticism{
  margin-top: 17%;
}
a {
  color: #cb94d3;
}
.content h1, h2{
  color: #707070;
}
#sticky{
  /*padding-top: 10px;*/
  /*height: 110px;*/
  z-index: 10;
  background-color: white;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.affix {
  top:0;
  width: 72%;
}
#sticky ~ .container-fluid {
  padding-top: 160px;
}
#sticky ~ .container-fluid.book{
  padding-top: 30px;
  width: 95%;
}
.container-fluid.book {
  padding-top: 10px;
}
.navbar-nav>li>a {
  margin-top: 10px;
  padding-top: 10;
  padding-bottom: 10px;
}

/*this adds custom bullets to the navigation on 768+ screens*/
@media screen and (min-width: 906px) {
  .navbar-nav > li {
    position: relative;
  }
  .navbar-nav > li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #959595;
    top: 50%;
    margin-top: 4px;
    right: -1px;
    z-index: 1;
    border-radius: 6px;
  }
  .navbar-nav > li.last:after {
    background: white;
  }
}
/*keeps the photo from getting too big*/
@media screen and (min-width: 1220px) {
  .photo {
    width: 442px;
  }

}
/*moves the banner under the picture*/
@media screen and (max-width: 1027px) {
  .banner {
    clear: both;
    text-align: right;
  }
  .banner h1 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1em;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  .banner h1 {
    font-size: 3vw;
  }
  .quote-area {
    font-size: 3vw;
  }
}
@media screen and (min-width: 905px) {
  .navbar-header {
    display: none;
  }
}
/*overrides breakpoint for bootstrap nav collapse*/
@media (max-width: 906px) {
  nav {
    transform: none;
  }
  .navbar-header {
    display: block;
    float: left;
    width: 98%;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    float: left;
    margin-top: 0;
    padding-top: 5px;
  }
  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-static-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .collapse.in{
    display:block !important;
  }
  .banner2 {
    visibility: visible;
    top: 0;
    margin-top: 0;
    z-index: 20;
    width: 100%;
    background: #cb94d3;
    color: white;
    text-align: right;
    height: 35px;
  }
  .banner2 h1{
    font-style: normal;
    line-height: 1.5;
    position: relative;
    padding: 6px;
    padding-left: 7%;
    font-size: 2.6vw;
    margin-top: 0;
  }
  #hamburger {
    margin-top: auto;
  }
}
/*end bootstrap nav collapse breakpoint override*/

