/* student.css 
   Project: 
   Author: 
   Date: 
	
   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

*/

header {
  background-image: url("../img/header.jpg");
  height: 130%;
  width: 100%;
}

.tagphoto img{
  width: 10%;
}

.reminder {
  margin-left: 37%;
}
.reminder p {
  font-family: 'East Sea Dokdo', cursive;
  color: black;
  font-size: 25px;
}
 
.body {
  font-family: 'Lato', sans-serif;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

/* Container holding the image and the text */
.container1 {
    position: relative;
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 5%;
    right: 15%;
    background-color: black;
    color: white;
    padding-left: 1%;
    padding-right: 1%;
    opacity: 0.7;
    width: 30%;
    height: 30%;
    font-size: 100%;
    font-family: "Lato", sans-serif;
}

.tright blockquote {
  color: maroon;
  font-family: "Lato";
  font-weight: bold;
}

.tleft blockquote {
  color: maroon;
  font-family: "Lato";
  font-weight: bold;
} 

.weibo img {
  width: 50%;
  height: 100%;
  margin-left: 0 auto;
  border: 2px solid lemonchiffon;
}

.reverse img {
  width: 50%;
  height: 100%;
  margin-left: 0 auto;
  border: 2px solid lemonchiffon; 
}

.dataviz{
  width: 40%;
  height: 70%;
}

.comment img {
  width: 50%;
  height: 100%;
  margin-left: 0 auto;
  border: 2px solid lemonchiffon;
}

.combine img {
  width: 50%;
  height: 100%;
  margin-left: 0 auto;
  border: 2px solid lemonchiffon;
}

.title h1 {
  /* color: blanchedalmond;
}

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

.title h3 {
  font-size: 2px;
}

.title h4 {
  font-size: 2em;
}

.title h5 {
  font-size: 30px;
}

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

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

section.maintext {

}

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

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

section.mainvideo {
  position: relative;
}


    .divider.bgimg3 {
    /*  background-image: url("../img/coverphoto.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"); */
  width: 70%;
  height: 90%;
}

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

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

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

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

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

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

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

.twitter {
    margin: 0 auto;
}

#places {
  position: relative;
  width: 30%;
}

#school img {
  margin-left: 70%;
  width: 200%;
  height: 200%;
}

#bed {
   position: absolute;
   top: 0px;
   left: 0px;
   opacity: 0;
}

#bed img {
   margin-left: 70%;
  width: 200%;
  height: 200%;
}

.slide {
  margin: 0 auto;
}
#slider {
   position: absolute;
   top: 95%;
   width: 70%;
   margin-left: 100%;
}

.ui-slider {
   background-color: lightgray;
}

.bigparty {
  width: 50%;
  height: 100%;
  margin-left: 25%;
  padding: 15px;
  margin: auto;
}

.blockparty{
  font-size: 40px;
  font-variant: small-caps;
  padding: 10px;
  border: solid 5px black;
  background-color: lemonchiffon;
}

.blockparty2{
  top: 150px;
  font-size: 20px;
  padding: 50px;
}

.yas{
   width: 100%;
   height: 200px;
   position: relative;
   float: left;
   margin-left: 2%;
   margin: 17px;
   background-color: lemonchiffon;
}

.yasgallary {
  overflow: hidden;
  margin: 30px;
  border: dotted 5px black;
  width: 100%;
  margin-left: auto;
}


.food{
  width: 100%;
   height: 100%;
   position: absolute;
   transition: transform 1s;
   transform-style: preserve-3d;
   font-family: "Times New Roman";
   padding: 2px;
   font-size: 14px;
}

.caption{
   width: 100%;
   height: 100%;
   background-color: white;
   color: white;
   border: 1px solid gold;
   box-sizing: border-box;
   position: absolute;
   top: 0px;
   left: 0px;
   transform: rotateY(180deg);
   font-family: "serif";
   padding: 2px;
   font-size: 16px;
}

.flippity{
   transform: rotateY(180deg);
}
.food, .caption{
   backface-visibility: hidden;
}

* {box-sizing:border-box}


.twitter {
    width: 500px;
}

h3 {
  color: maroon;
  font-family: 'Contrail One', cursive;
  font-weight: bold;
  font-size: 40px;
}

h4 {
  color: maroon;
  font-family: 'Contrail One', cursive;
  font-weight: bold;
  font-size: 25px;
  font-weight: "light";
  text-align: center;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

* {box-sizing: border-box;}

.school img {
  margin-left: 0 auto;
}

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 500px; /*should be the same height as the images*/
  margin-left: 30%;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  margin-left: 0 auto;
}

.img-comp-img img {
  display: block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.move img {
  border: dotted 5px yellow;
  width: 50%;
  height: 70%;
}
