@charset "UTF-8";


@media screen and (max-width: 1367px) {
#sticker{
  height: 200px;
  width: 200px;
}

p.sidebar {
  padding-bottom: 0px;
}
}


@media screen and (max-width: 950px) {
#sidebar {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-image: url("../i/brick.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  padding: 0px;
}

#main {
  background-color: transparent;
  padding: 100px 150px 100px 100px;
  width: 100%;
  height: 100%;
}

/*#minnow {
  position: static;
  display: inline-block;
}

#book {
  display: inline-block;
  position: static;
}*/

#more-info{
  position: static;
  margin-left: 2px;
}
#black {
	padding-left: 100px;
}

}
@media screen and (max-width: 769px) {

  .slide{
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
  }
#sidebar {
  background-image: url("../i/brick_700.jpg");

}
#slide-1 {
  background-image: url("../i/dauphin_700.jpg");

}
#slide-2 {
  background-image: url("../i/melville_700.jpg");

}
#slide-3 {
  background-image: url("../i/juniper_700.jpg");

}
#slide-4 {
  background-image: url("../i/juniper_700.jpg");
	z-index: 4;
	position: relative;
  height: auto;
  overflow: visible;
}
#sticker{
  height: 150px;
  width: 150px;
  right: 25px;
	top: 50px;
  display: none;
}

#black {
  height: auto;
  padding-bottom: 20px;
}
#team {
  height: 30vh;
}
#copyright_hidden {
  display: block;
  position: static;
  left: 20px;
  color: white;
  opacity: .5;
  margin-top: 20px;
}

}

@media screen and (max-width: 586px) {
  #social {
    position: fixed;
    display: block;
    width: 100%;
    min-height: 50px;
    top: 0;
  }
  .social-icon {
      display: inline-block;
  }
  #facebook{
    margin-left: 40px;
  }
  #instagram{
    margin-left: 0px;
  }

  #copyright {
    display: none;
  }

  .slide{
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  #sidebar {
    background-image: url("../i/brick_400.jpg");
    height: auto;

  }
  #slide-1 {
    background-image: url("../i/dauphin_400.jpg");
  }
  #slide-2 {
    background-image: url("../i/melville_400.jpg");
  }
  #slide-3 {
  background-image: url("../i/juniper_400.jpg");
  }
  #slide-4 {
  background-image: url("../i/juniper_400.jpg");
	z-index: 4;
	position: relative;
  height: auto;
  }
  #main {
  background-color: transparent;
  padding: 90px 40px 40px 40px;
  width: 100%;
  height: auto;
  }

  #black {
  	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  h2.slide-4 {
  	padding-top: 20px;
  }

  /*#fixedbottom {
    position: static;
    margin-top: 20px;
  }*/

  #team{
    width: 100%;
    height:30vh;
    margin-left: 0;
    margin-bottom: 20px;
  }

  #copyright_hidden {
    display: block;
    position: static;
    left: 20px;
    color: white;
    opacity: .5;
  }
}

@media screen and (max-width: 420px) {
  #book {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px, 0;
  }
  #minnow {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 0px;
    margin: 0;
  }
  #bullet{
    display: none;
  }
  #break {
    display: block;
  }
  #info{
  	display: block;
    text-align: center;
  }

  .icon{
  	display: block;
    margin: 0 auto;
  }
  #pin{
    margin: 0 auto;
    margin-top: 10px;
  }
  #clock{
    margin: 0 auto;
  }
  #more-info {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 5px 5px 5px 5px;
  }

  #dp  {
    width: 75px;
    margin: 0 auto;
    margin-top: 10px;
  }

}
@media screen and (max-width: 330px) {
  #main{
  	padding-right: 30px;
    padding-left: 30px;
  }
}
