::-webkit-scrollbar {
  display: none; }

/*****************/
/* mobile styles*/
main {
  /*margin-top: 400px;*/
  /*	width: 100%; */
  margin-left: 0;
  /*background: url("./images/ammaron_bw.png");*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

h5 {
  color: #fff;
  margin: 0;
  -webkit-margin: 0; }

footer {
  width: 100%;
  height: auto; }

#uni_logo {
  margin: 50px 50px 0 50px;
  width: 260px;
  height: 80px; }

#footer_content {
  margin-left: 50px; }

#footer_content p {
  /*margin-top: 50px;*/
  width: 400px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000; }

#top {
  width: 100px;
  margin: 50px 50px 0 50px; }

#top img {
  float: left;
  margin-top: 20px;
  /*margin-right: 5px; */ }

#top h1 {
  float: right;
  font-size: 24px; }

body {
  margin: 0;
  overflow-x: hidden; }

header {
  background-color: #ffffff;
  height: auto;
  width: 100%; }

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.5vw;
  color: #575756; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 30px;
  color: #ffb300;
  letter-spacing: 1px; }

main {
  background-color: #020202; }

#twentyfive {
  height: 80px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13vw;
  color: #000;
  /*position: fixed;*/
  clear: none;
  margin-left: 10%;
  padding-top: 55px;
  margin-bottom: 20%; }

#twentyfive p {
  font-size: 60px; }

hr {
  width: 50px;
  height: 4px;
  background-color: #ffb300;
  border: none;
  margin-left: 0;
  margin-bottom: 20px; }

.student_divide {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0; }

#about {
  display: none; }

#exhibition {
  margin-left: 12%;
  width: 80%; }

#contact {
  margin-left: 12%;
  margin-bottom: 80px;
  width: 80%; }

a {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3vw;
  color: #ffb300; }

#main {
  overflow-x: hidden; }

.student {
  height: auto;
  width: 100%;
  border-top: solid 1px #999;
  /*padding-bottom: 20px;*/ }

h2 {
  margin-left: 30px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 5.9vw;
  color: #888;
  text-transform: uppercase; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888;
  margin-top: 0px;
  display: none;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out; }

.orange {
  color: #ffb300; }

.student:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.student:hover h2, .student:hover h3 {
  color: #fff; }

.white {
  color: #fff; }

.info_wrap2 {
  float: left; }

.info {
  position: relative;
  overflow: auto;
  display: none;
  height: auto;
  background-color: #ffb300;
  background-color: #ffffff;
  width: 100%;
  margin: 0; }

.info p {
  font-size: 4vw;
  color: #575756;
  margin-bottom: 30px; }

.info p span {
  font-family: 'Montserrat', sans-serif;
  font-size: 5vw;
  color: #ffb300;
  font-weight: bold; }

.circle_pic {
  display: none;
  width: 140px;
  /*height: auto;*/
  /*background: black;*/
  margin: 80px 0 20px 0px; }

.circle_pic img {
  width: 100%; }

.bio {
  position: relative;
  padding-right: 50px;
  margin: 50px 0 50px 50px; }

.gallery {
  position: relative;
  width: 100%;
  height: 500px;
  overflow-x: hidden; }

.slider {
  width: 1500px; }

.gallery_img {
  float: left; }

.dir_button {
  height: 500px;
  position: absolute;
  z-index: 2;
}

.dir_button:hover {
  cursor:pointer;
 }

.goRight {
  left: 0;
  right: 75%; }

.goLeft {
  left: 75%;
  right: 0; }

.leftArrow, .rightArrow {
  margin-top: 245px;
  width: 15px;
  height: 24px;
  background-image: url("../arrows.png"); }

.rightArrow {
  margin-left: 10px; }

.leftArrow {
  margin-right: 10px;
  float: right;
  background-position: 16px 0px; }

.goLeft:hover .leftArrow {
  background-position: 16px 25px; }

.goRight:hover .rightArrow {
  background-position: 0px 25px; }

/*for large phones*/
/*for teeny tiny screens*/
@media screen and (max-width: 480px) {
  header
  #twentyfive {
    height: 80px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13vw;
    color: #000;
    /*position: fixed;*/
    clear: none;
    margin-left: 10%;
    padding-top: 30px;
    margin-bottom: 10%; } }
/* mobile styles end */
/*********************/
/********************/
/* desktop and tablet styles*/
@media screen and (min-width: 1024px) {
  p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575756; }

  header {
    height: 550px; }

  #twentyfive {
    height: 80px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #000;
    /*position: fixed;*/
    clear: none;
    margin-left: 40px;
    padding-top: 30px;
    margin-bottom: 20px; }

  #about {
    display: block;
    height: 400px;
    width: 28%;
    float: left;
    margin-left: 45px; }

  #exhibition {
    width: 250px;
    height: 400px;
    float: left;
    margin-left: 14%; }

  #contact {
    width: 200px;
    height: 400px;
    float: left;
    margin-right: 20px;
    margin-left: 5%;
    margin-bottom: 0; }

  h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    color: #ffb300;
    letter-spacing: 1px; }

  .student {
    height: 200px;
    /*padding-left: 80px;*/ }

  h2 {
    margin-left: 80px;
    margin-bottom: 0px;
    font-size: 60px; }

  h3 {
    margin-left: 80px;
    font-size: 20px;
    display: inline; }

  a {
    font-size: 14px; }

    .info{
    	height: 500px;
    }

  .info p {
    font-size: 14px; }

  .info p span {
    font-size: 20px; }

  .info_wrap2 {
    float: left;
    margin-left: 50px; }

  .circle_pic {
    margin-top: 40px;
    display: block; }

  .bio {
    /*float: left;*/
    padding-right: 39px;
    position: relative;
    width: 450px;
    margin: 5px 0 0 15px; }

  .gallery {
    width: 40%;
    float: left; }

  #uni_logo {
    margin: 50px;
    float: left; }

  #footer_content p {
    margin-top: 50px; }

  #top {
    float: right; }

  .ammaron {
    background-image: url("../images/ammaron_bw.jpg"); }

  .anzel {
    background-image: url("../images/anzel_bw.jpg"); }

  .damian {
    background-image: url("../images/damian_bw.jpg"); }

  .ding {
    background-image: url("../images/ding_bw.jpg"); }

  .ellie {
    background-image: url("../images/ellie_bw.jpg"); }

  .gage {
    background-image: url("../images/gage_bw.jpg"); }

  .hannah {
    background-image: url("../images/hannah_bw.jpg"); }

  .jenna {
    background-image: url("../images/jenna_bw.jpg"); }

  .joel {
    background-image: url("../images/joel_bw.jpg"); }

  .john {
    background-image: url("../images/john_bw.jpg"); }

  .kelly {
    background-image: url("../images/kelly_bw.jpg"); }

  .kirsti {
    background-image: url("../images/kirsti_bw.jpg"); }

  .louis {
    background-image: url("../images/louis_bw.jpg"); }

  .martin {
    background-image: url("../images/martin_bw.jpg"); }

  .nick {
    background-image: url("../images/nick_bw.jpg"); }

  .oliver {
    background-image: url("../images/oliver_bw.jpg"); }

  .oliviab {
    background-image: url("../images/oliviab_bw.jpg"); }

  .oliviap {
    background-image: url("../images/oliviap_bw.jpg"); }

  .roanne {
    background-image: url("../images/roanne_bw.jpg"); }

  .rose {
    background-image: url("../images/rose_bw.jpg"); }

  .sam {
    background-image: url("../images/sam_bw.jpg"); }

  .samantha {
    background-image: url("../images/samantha_bw.jpg"); }

  .stacey {
    background-image: url("../images/stacey_bw.jpg"); }

  .victoria {
    background-image: url("../images/victoria_bw.jpg"); }

  .tori {
    background-image: url("../images/tori_bw.jpg"); } }
/* desktop and tablet styles end*/
/*********************************/
@media screen and (min-width: 1680px) {
  #about {
    width: 471px;
    margin-left: 45px; }

  #exhibition {
    width: 336px;
    margin-left: 168px; }

  #contact {
    width: 336px;
    margin-left: 84px; }

  .wrap, .info_wrap, #wrapper {
    width: 1680px;
    margin: 0 auto; }

  #wrapper2 {
    margin: 0 auto;
    background-color: #020202; }

  h2 {
    /*		margin-left: 30%;*/ }

  h3 {
    /*		margin-left: 30%;*/ } }
