html {
    min-height: 100%;
    background-color: rgb(255, 255, 217);
  }
  
 #title{ text-align: center;
    margin-bottom: 50;
 } 

 /* Main Page Customizations */

#discrip{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-size: 16px;
    position: relative;
    min-height: 100%;
    width: 1000px;
    background-color: rgb(250, 250, 250);
    color: #333;
    margin-top: 30px;
    background-color:  #f8dc3f9c;
    padding: 30px;


}

.about{background-color:#ffd86e ;
padding: 2px 20px 2px 20px;
margin-top: 5px;
text-align: center;
line-height: 1cm;

}

.nav{
        position: relative;
        width: 720px;
        margin-left: 290px;
        padding:5px;
        margin-top: 5px;

}

.link {
border: none;
  color: rgb(255, 255, 255);
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.link{
  background-color: #ffa135e8;
  color: rgb(0, 0, 0);
  border: 2px solid #fffb00;
  margin-top: 20px;
}

.link:hover {
  background-color: #e2520f;
  color: rgb(252, 244, 205);
}


.main{text-align: center;
margin:auto;
background-color: blue;

}


.timeline{background-color: rgb(255, 255, 217);}

hr.solid {
  border-top: solid rgb(255, 212, 133);
  width: 90%;
  float:left;
}
.refrence{font-size: medium;
  font-weight: normal;
  line-height: 1cm;
}

.rt{margin-bottom: 3px;
  color: rgb(185, 90, 0);

}

.myDIV{
margin-left: 500px;
margin-top: 3%;
}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  margin-left: 400px;
  display: block;
  color: rgb(14, 12, 12);
}

.source{

  padding-bottom: 30px;
  font-size: medium;
  color: rgb(65, 26, 0);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(255, 200, 50);
  color: rgb(7, 6, 6);
  text-align: center;
  margin-top: auto;
}
 /* End of Main Page Customizations */

/*The Semiotics of Emoji Begin */

.PageTitle{
  text-align: center;
  margin-bottom: 50;

}

.about2{background-color:#ffd86e ;
  padding: 20px;
  text-align: center;
  width:100%;
  line-height: 0.5cm;
  margin-top: 7px;
  margin-bottom: -5px;
  }

  .q2q4{background-color:#e7bc449c ;
    text-align: center;
    margin-top: 3px;
    border: solid 3px rgb(255, 198, 133) ;
    padding: 1px;
    width: 400px;
    margin-left: 500px;
  }

  .q1q3{background-color:#fc79229c ;
    text-align: center;
    margin-top: 7px;
    border: solid 3px rgb(255, 247, 133) ;
    padding: 1px;
    width: 400px;
    margin-left: 500px;
  }

  .emo{
    font-size: 80px;
    padding: -5px;
    margin: -2px;
  }
 /*The Semiotics of Emoji End */
 
/*Effectiveness of Emoji Begin */
.calc{background-color:#f0b03a ;
  text-align: center;
  margin-top: 15px;
  border: solid 3px rgb(255, 238, 82) ;
  padding: 20px;

}

#test{background-color:#fa832285 ;
  text-align: center;
  margin-top: 15px;
  border: solid 3px rgb(252, 92, 0) ;
  padding: 15px;
 }
  
/*Effectiveness of Emoji End */

.foundit { text-decoration: underline;
font-size: xx-large; 
background-color: #ffc6ac;
background-image: linear-gradient(to right, #ffa959 0%, #fff2ac 100%);
padding: 5px;
}

/*Keyboard from https://www.w3schools.com/howto/howto_css_modals.asp*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal-header {
  padding: 2px 16px;
  background-color: #ffd752;
  color: rgb(10, 9, 9);
}

.modal-body {padding: 2px 16px;}



/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

#myBtn{background-color: #fc800d;
  padding: 10px;
  margin-top: 7px;
  font-weight: bold;

}

#myBtn:hover {
  background-color: #e2520f;
  color: rgb(252, 244, 205);
}

#try{
  background-color:#ffad50 ;
    padding: 1px;
    width: 600px;
  margin-top: 30px;
  padding: 7px;
}