html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
	font-weight:400;
  vertical-align: baseline;
	font-family: 'Brandon', sans-serif;
	color: #fff;
}

body{font-family:'Brandon',sans-serif; font-size:1.1em;-webkit-text-size-adjust:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@media (max-width: 680px){body{
  }}

strong,b{font-family:'Brandon', sans-serif;font-weight:bold}
em,i{font-family:'Brandon', sans-serif;font-style:italic}

img,audio,video{max-width:100%;height:auto}
a{color:#fff;text-decoration:none;}

h1{
  font-family:"Brandon_Bold";
  font-size: 3em;
  color: #fff;
  margin:0;
  padding-top:64px;

}
h2{
  font-family:"Brandon_Bold";
  color: #fff;
  font-size: 2em;
  border-bottom:2px solid white;
  display:inline-block;
}


h3{
  font-family:"Brandon_Bold";
  color: #fff;
  font-size: 1.4em;
  display:inline-block;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
  text-align:center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
  background-size: cover;
}
.slide{
  background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0{
  background-image: url(../images/bg1.jpg);
  padding: 25% 0 0 0;
}
#section1{
}

#section2{
  background: -webkit-gradient(linear, top left, bottom left, from(#76c2bd), to(#969ac6));
  background: -webkit-linear-gradient(#76c2bd, #969ac6);
  background: linear-gradient(#76c2bd,#969ac6);
}


/*Adding background for the slides
* --------------------------------------- */
#slide1{
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#76c2bd));
  background: -webkit-linear-gradient(#969ac6, #76c2bd);
  background: linear-gradient(#969ac6,#76c2bd);
}
#slide2{
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#76c2bd));
  background: -webkit-linear-gradient(#969ac6, #76c2bd);
  background: linear-gradient(#969ac6,#76c2bd);
}
#slide3{
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#76c2bd));
  background: -webkit-linear-gradient(#969ac6, #76c2bd);
  background: linear-gradient(#969ac6,#76c2bd);
}
#slide4{
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#76c2bd));
  background: -webkit-linear-gradient(#969ac6, #76c2bd);
  background: linear-gradient(#969ac6,#76c2bd);
}
#slide5{
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#76c2bd));
  background: -webkit-linear-gradient(#969ac6, #76c2bd);
  background: linear-gradient(#969ac6,#76c2bd);
}






  @media (max-width: 679px) {
    .information{visibility:hidden}
  }

  @media (max-height: 500px) {
    .information{visibility:hidden}
  }

  .information {
    position: fixed;
    z-index: 100;
    bottom:0;
    width: 100vh;
    height:100px;
    overflow: hidden;
    font-size: 20px;
    line-height: 50px;
  	font-weight:200;
    -webkit-backface-visibility: hidden;
  }

  .information div{
  	padding:0.5em 0 0 0;
  }

  .information-left{
    left: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg) translateX(-100px);;
    -ms-transform: rotate(-90deg) translateX(-100px);;
    -webkit-transform: rotate(-90deg) translateX(-100px);;
    transform: rotate(-90deg) translateX(-100px);;
    text-align:center;
  }

    .information-left-bottom{
      font-size:13px;
      line-height: 55px;
      padding-left:2.5em;
      text-align:left;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -webkit-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: rotate(-90deg) translateX(-100px);;
      -ms-transform: rotate(-90deg) translateX(-100px);;
      -webkit-transform: rotate(-90deg) translateX(-100px);;
      transform: rotate(-90deg) translateX(-100px);;
    }

  .information-right{
    right: 0;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: rotate(90deg) translateX(100px);;
    -ms-transform: rotate(90deg) translateX(100px);;
    -webkit-transform: rotate(90deg) translateX(100px);;
    transform: rotate(90deg) translateX(100px);;
    text-align:center;
  }


  .information-right-top{
    z-index:600;
      position: fixed;
      padding:1em 1em 0 0 ;
    top: 0;
    right:0;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }



  .information-right-bottom{
    right: 0;
    font-size:13px;
    line-height: 55px;
    padding-right:2.5em;
    text-align:right;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: rotate(90deg) translateX(100px);;
    -ms-transform: rotate(90deg) translateX(100px);;
    -webkit-transform: rotate(90deg) translateX(100px);;
    transform: rotate(90deg) translateX(100px);;
  }

  /* ------------ MAKE SIDE INFO THINGS MOVE!! ------------ */

 a#transform-left, a#transform-right, a.menu_link {
  display:inline-block; /*-- a is inline by default. this targets the a with the id name --*/
  padding:0 0.2em 0 0.2em;
  transition: transform .2s ease-out;
}
  /* interestingly, these are BOTH described as going down as they are within elements that are rotated */
 a#transform-left:hover, a#transform-right:hover, a.menu_link:hover  {
  webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}



/* ------------ BOXES! ------------ */

#box_container{
margin:0 auto;
padding:0px;
overflow: hidden;
text-align:center;
}

#box_content{
  margin: 0px auto;
padding-left:64px;
padding-right:64px;
}
@media (min-width: 1020px) {
  #box_content{
    margin: 0px auto;
  padding-left:128px;
  padding-right:128px;
  }
}

#box-content img {
   transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#box-content img a {
 text-decoration:none;
  border: 0 none;
}
#box-content img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.colophon a{
  border-bottom:1px solid black;
}
.colophon a:hover{
  background:black;
  color:white;
}





#box_container #index_scroller a{
text-decoration: none;
transition: transform .5s ease-in-out;
}

#box_container #index_scroller a{

}

#box_content a:hover, #box_container a:hover{

}

#box_container #box-work a{
text-decoration: none;
border:0;
transition: transform .5s ease-in-out;
}


#box_container a{
text-decoration: none;

}

#box-work a:hover{
  webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  display:inline-block;
  background:yellow;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

#box_container a:hover{
}

#box_clear{
  height:0em;
  clear:both;
}

@media (min-width: 530px) {
  #box_clear{
    height:2em;
    clear:both;
  }
}

#box_clear_tall{
  height:0em;
  clear:both;
}

@media (min-width: 530px) {
  #box_clear_tall{
    height:4em;
    clear:both;
  }
}

#box_3col{
float:left;
width: auto;
font-size:11px;
line-height:18px;
padding-right: 5px;
}

@media (min-width: 530px) {
#box_3col{
display: block;
width: 30%;
padding:5px;
margin:0 auto;
font-size:14px;
line-height:20px;
}
}

#box_2col{
  float:left;
  width: auto;
  text-align: left;

}
@media (min-width: 800px) {
  #box_2col{
  padding-left:5%;
  padding-top:20px;
  display: block;
  width: 40%;
  margin:0 auto;
  text-align: left;
  font-size:1.3em;
  }
  }

#box_4col{
display: inline-block;
float:left;
text-align:left;
width: 80vw;
}

@media (min-width: 680px) {
#box_4col{
display:inline-block;
width: 22%;
padding:5px;
margin:0 auto;
}
}


#index_scroller{
}
@media (min-width: 680px) {
#index_scroller{

}
}

h3.box_highlight_title{
  display:inline;
}

.box_highlight_big{
  font-size:1.5em;
  line-height:1.5em;
}

.box_highlight_mid p{
  width:90%;
  font-weight:600;
  font-size:1.2em;
  line-height:1.3em;
  padding-bottom:1em;
}

.box_highlight_mid{
  font-weight:bold;
  font-size:1.1em;
  line-height:1.1em;
}

.box_highlight{
  padding: 1em 1em 0 1em;
  font-size:14px;
  line-height:18px;
}

.box_highlight_pre, .box_highlight_name, .box_highlight_date{
  display:inline;
}
.box_highlight_pre{
  font-size:16px;
}
.box_highlight_name{
  font-weight:500;
  letter-spacing:-0.02em;
  font-family: Garamond, Times New Roman, serif;
  font-style: oblique;
  font-size:18px;
}
.box_highlight_date{
  font-size:10px;
}

hr.index_hr{margin:10px 10px 10px 0;}

hr.index_hr{width:95%; float:left; border:0; height:0px;background-color:#aaa;}




.box_index_list li{
  list-style-type: none;
  margin-left:10px;
}

#box_container .box_highlight a{
  display:block;
  color:white;
  text-decoration:none;
  border:2px solid white;
  padding:2px;
}

.box_index_list li a{
  color:white;
  text-decoration:none;
  border:2px solid white;
  border:0;
}
.box_index_list li a:hover, #box_container .box_highlight a:hover {
  background:yellow;
}

.underlined{
  border-bottom:2px solid white;
}

#box_online{
  border:2px solid #fff;
  padding:1em;
}

#box_people{
font-size:0.7em;
  padding:1em;
}

#eventText{
text-align:left;
}

.youtubeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
