/* student.css 
   Project: Curating L.A.
   Author: Nataly Keomoungkhoun
   Date: 8/9/17
	
   Helpful links: 
   	Web colors: 
   		https://en.wikipedia.org/wiki/Web_colors#X11_color_names
	Color picker tool:
		https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
		http://colorpicker.com

	This is from W3Schools.com "How to create a parallax scrolling effect": 
	https://www.w3schools.com/howto/howto_css_parallax.asp

*/

/* fix for collapsing iframes */

/* vr360youtube */
.vr360youtube { min-width: 73%; min-height: 100%; }

.vr360youtube iframe {
  min-width: 100%; min-height: 100%;
}

/* timelinejs */
section.knightlab .timeline { 
	width: 100%; min-height: 100%; 
}

section.knightlab .timeline iframe {
  min-width: 100%; min-height: 100%;
}

/* gmap */
.gmap { 
	min-width: 73%; min-height: 100%; 
}

.gmap iframe {
  	min-width: 100%; min-height: 100%;
}

/* end collapse fix */ 
 

header {
  background-image: url("../media/broad5.gif");
  height: 100%;
}

.title h1 {
  padding-top: 20%;
  color: blanched almond;
  vertical-align: middle;

}

.title h2 {
  /*  color: navajowhite;*/
}

.title0 h1 {
  /*color: darkslategray;*/
}

.title0 h2 {
  /*color: darkslategray; */
}

.byline {
  background-color: lightslategray; 
  color: white
}

section.maintext {
  background-color: white;
}

    .divider.bgimg1 {
       background-image: url("../media/broad1.gif"); 
    }

section.mainvideo {
  /* background-image: url("../img/griffith.jpg");*/
}

    .divider.bgimg2 {
      background-image: url("../media/broad2.gif");
    }

section.mainaudio {
  /* background-image: url("../img/griffith.jpg");*/
}

    .divider.bgimg3 {
    background-image: url("../img/LACMA.jpg");
    }
    
section.sidebar {
  /* background-image: url("../img/griffith.jpg");*/
}

    .divider.bgimg4 {
      /*  background-image: url("../img/griffith.jpg"); */
    }

section.vr360video {
  /* background-image: url("../img/griffith.jpg"); */
}

    .divider.bgimg5 {
      /* background-image: url("../img/beach.jpg"); */
    }

section.slideshow {
  /* background-image: url("../img/griffith.jpg"); */
}

    .divider.bgimg6 {
      /*  background-image: url("../img/coverphoto.jpg"); */
    }

section.gmapmain {
  /* background-image: url("../img/griffith.jpg"); */
}

    .divider.bgimg7 {
      background-image: url("../img/LACMA.jpg");
    }

section.knightlab {
  background-color: lightslategray;
}

    .divider.bgimg8 {
      background-image: url("../media/broad2.gif");
    }

section.socialmedia {
  /*background-image: url("../img/picofpic.jpg");*/
  background-color: lightslategray

}

    .divider.bgimg9 {
      background-image: url("../media/LACMA.gif");
    }

section.dataviz {
  /* background-image: url("../img/griffith.jpg"); */
}

section.footer {

  /* background-image: url("../img/griffith.jpg"); */
}

section.maintext .infogram-embed {
  width: 35%;
  margin: auto;
}


