/* styles.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

*/


body, html {
  background-color: black;
  color: white;
  margin-left:1%;
  margin-right:1%;
  margin-bottom:1%;
  margin-top:1%;

}


* {
  box-sizing:border-box;
}

.header {
  height: 100%;

}

h1 {
  height: 100%;
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 56px;
  font-family: HelveticaNeueW01-45Ligh,Helvetica,Arial,sans-serif;
  position: relative;
  text-align: center;
}



.headline {
  margin-top: 20px;
  width: 100%;
  height: 10px;
  background-color: white;
  position: relative;
}

   


.parallax {
  background-image: url(../img/robothand.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  width: 100%;
}

.firstcharacter {
  color: teal;
  float: left;
  font-family:  cambria;
  font-weight: bold;
  font-size: 80px;
  line-height: 30px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  position:relative;
}

.intro {
  padding-top: 10px;
  padding-bottom: 20px;
  color: black;
  font-size: 18px;
  font-family: cambria;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(105, 105, 105, 1);
  background-blend-mode: screen;

}

.intro2 {
  padding-top: 10px;
  padding-bottom: 20px;
  height: 100%;
  color: black;
  font-size: 18px;
  font-family: cambria;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(105, 105, 105, 1);
  background-blend-mode: screen;
}


.intro3 {
 padding-top: 10px;
  padding-bottom: 20px;
  height: 100%;
  color: black;
  font-size: 18px;
  font-family: cambria;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(105, 105, 105, 1);
  background-blend-mode: screen;
}

.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: white;
   background-image: url(../img/cyborg_eye.jpg);
   background-size: cover;
  background-repeat: no-repeat;
   opacity: .9;
   z-index: 1;
  display: none;
}


#clickme {
    border: 4px solid black;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 30px;
}

#clickme:hover {
  background-color: teal;
}


.openingtext {
  border: 2px solid lightgrey;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 700px;
  margin: auto;
  background-color: white;
  padding-bottom: 50px;
  padding-top: 20px;
  line-height: 1.7em;
}

.openingtext2 {
  border: 2px solid lightgrey;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 700px;
  margin: auto;
  background-color: white;
  padding-bottom: 50px;
  padding-top: 20px;
  margin-top: 10px;
  line-height: 1.7em;
  height: 100%;
}

.openingtext3 {
  border: 2px solid lightgrey;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 700px;
  margin: auto;
  background-color: white;
  padding-bottom: 50px;
  padding-top: 20px;
  line-height: 1.7em;
}

.white {
  padding-bottom: 10px;
}


h3 {
  font-size: 30px;
  font-family: 'Marker felt';
  padding: 20px;
  width: 300px;
  border-top: 2px solid teal;
  border-bottom: 2px solid teal;
  letter-spacing: 2px;
  margin-top: 40px;}
  


.parallax2 {
  background-image: url(../img/susan_desk.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  width: 100%;
}

.social {
  width: 800px;
  height: 625px;
  margin: auto;
  position: relative;
}

#ipad {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 9%;
}


#dolls1 {
   width: 500px;
   margin: 0 auto;
   border: 2px solid white;
   position: absolute;
   top: 60px;
   left: 145px;
}

blockquote {
  font-size: 35px;
  font-style: italic;
  color: steelblue;
  margin-left: 100px;
  margin-right: 100px;
  font-family: 'Marker felt';
  line-height: 1.2em;
}




#dolls1:hover {
  border: 2px solid teal;
}



.parallax4 {
    background-image: url(../img/bot_rest.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    width: 100%;
}


#robogallery {
  width: 400px;
  height: 400px;
  border: 2px solid gray;
  position: relative;
  margin-right: 300px;
  padding: 30px;
  padding-top: 10px;
}

.pic1 {
  position: relative;
  display: inline-block;
  border: 2px solid blue;
  height: 100px;
  width: 100px;
  margin: 4px;
}

.pic1 img {
  height: 100px;
  width: 100px;
}

.sittingbot {
  height: 30%;
  width: 30%;
  border: 4px solid white;
}

.sittingbot img{
  height: 100%;
  width: 100%;
}



#misc {
 
  padding-bottom: 100px;
}



#infographic {
  position: relative;
  padding-left: 250px;
  padding-top: 10px;
  border: 1px solid gray;
}



#container {
   
   background-color: black;
   display: flex;
   position: relative;
   margin: auto;
  
}

#industrylist {
   height: 100%;
    
}

#robotlist {
    height: 100%;
   width: 147px;
}


#robot, #answers {
   flex: 1;
}

#clickable {
   width: 20%;
   margin: 2% auto;
}

#button {
   width: 100%;
   margin-left: -200px;
   position: relative;
}

.industry {
   width: 140px;
   height: 125px;
   font-family: arial;
   font-stretch: extra-expanded;
    padding-top: 50px;
   background-color: black;
   text-align: center;
   color: white;
}

.robot {
   text-align: center;
   border: 4px solid teal;
  }



.robot2 {
   
   background-color: black;
   width: 140px;
   text-align: center;
   border-left: 100px;
   position: relative;
  border: 4px solid teal;
}


.robot img {
   width: 138px;
   height: 120px;
   display: block;
}


.robot2 img {
   width: 100%;
   height: 120px;
   display: block;

}

.correct {
  border: 4px solid limegreen;
}

.wrong {
  border: 4px solid red;

}

.cappy {
  padding-top: 5px;
  width: 160%;
  height: 107%;
  float: left;
  position: absolute;
  top: -4px;
  left: 136px;
  border: 4px solid teal;
  color: white;
  background-color: black;
}

#answers {
   height: 100%;
   width: 100%;
}



a {
    color: teal;
}




#playme {
    border: 4px solid black;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 30px;
}

#playme:hover {
  background-color: teal;
}


#play_me {

  box-sizing: border-box;
  border-width: 37px 0px 37px 74px;
  margin-left: -60px;
  margin-top: -60px;
  left: 50%;
  top: 50%;
  position: absolute;
  display:block;
  width:100px;
  height:100px;
  padding-top: 16px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  text-align: center;
  color: white;
  font-size: 25px;
}

#play_me:hover {

  background-color: rgba(0,0,0,0.8);
  box-shadow: 0px 0px 10px rgba(255,255,100,1);
  text-shadow: 0px 0px 10px rgba(255,255,100,1);
}


.photosource {
  font-style: italic;
  font-size: 12px;

}



/* Style the Image Used to Trigger the Modal */
.figure {
  width: 100%;
}

figcaption {
  margin-top: -30px;
  position: relative;
  font-size: 14px;
  color: black;
  font-style: italic;
}





#myImg, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


.photogrid img:hover {opacity: 0.7;}


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



@media only screen and (max-width: 640px) {
  
  .openingtext {
    width: 98%;
    margin-left: 1%;
  }

  .parallax2 {
       width: 640px;
    height: 625px;
    margin: auto;
    position: relative;
  }




    .parallax4 {
   width: 640px;
    height: 625px;
    margin: auto;
    position: relative;
  }

   blockquote {
   width: 300px;
    margin: auto;
    position: relative;
  }

}

@media only screen and (max-width: 640px) {
  
  .openingtext2 {
    width: 98%;
    margin-left: 1%;
  }



}
@media only screen and (max-width: 640px) {
  
  .openingtext3 {
    width: 98%;
    margin-left: 1%;
  }

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-contentt {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
  
  .header {
    width: 98%;
    margin-left: 1%;
  }


  .parallax {
    width: 98%;
    margin-left: 1%;

  }


}

@media only screen and (max-width: 640px) {
  
  .social {
    width: 600px;
    height: 625px;
    margin: auto;
    position: relative;
  }

  #ipad {
    width: 400px;
  }



  #dolls1 {
     width: 375px;
     margin: 0 auto;
     border: 2px solid white;
     position: absolute;
     top: 60px;
     left: 14px;
  }

}
