/*MY EP Assignments*/
* {
    -webkit-tap-highlight-color: transparent;
} /*This is to hopefully keep it from highlighting blue in Silk.*/

/*Valentine's Day or other picture cursor idea
html {
  cursor: url('../../../images/Cursor/heart40.png') 50 50, pointer;
}

@media \\0 screen {Chrome} {
  html {
    cursor: url('../../../images/Cursor/heart32.png') 50 20, pointer;
  }
End Valentine's Day or other picture cursor idea*/

/*Exploding Needs work
.clipped-box{
  clip: rect(0px 60px 60px 0px);
}  

.clipped-box div {
	position: absolute;
	top: auto;
	left: 0;
	background: #4F9CC7;
	-webkit-transition: -webkit-transform 1.4s ease-in, background 0.3s ease-in;
	transition: transform 1.4s ease-in, background 0.3s ease-in;
}
Ends exploding Needs Work*/




#hundredthDay,
.firstDay{
  display: none;
  text-align: center;
}

body {
  font-size: 14px;
  width: 50%;
  margin: 0 auto;
  background-color: #FFFFFD;
}

video {
  width: 70%;
  border: 10px solid #000;
  position: fixed;
  display: none;
}

#videoOff {
  top:0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  padding:1rem;
  display: none;
  cursor:pointer;
}

#videoOff a {
    color:#B41111;
    text-decoration: none;
}

#videoOff a:hover {
  text-decoration: underline;
}

#playVideo {
  text-align: center;
  color: #B41111;
  font-size: 1.2rem;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  cursor: pointer;
  width: 30%;
  margin: 30px auto;
  padding: 5px;
}

  #playVideo:hover {
    -webkit-box-shadow: 2px 2px 5px #6e0a0a;
            box-shadow: 2px 2px 5px #6e0a0a;
  }

/*Header banner*/


/*fade for april fools

@keyframes example {
  from {opacity: 100%;}
  to {opacity: 0%;}
}

@keyframes colorChange {
  from {background-color:#548153;}
  to {background-color:hsl(337, 100%, 30%);}
}

.assignments-opener {
  animation-name: colorChange;
  animation-duration: 8s;
  animation-iteration-count:800;
}

#user,
#points,
h3,
.fade {
  animation-name: example;
  animation-duration: 30s;
  animation-iteration-count: 200;
}

end fade for april fools*/


.logo {
  width: 90%;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.small {
  display: none;
}

.logo img {
  width: 100%;
  height: auto;
}

/*Day Number*/
h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding-bottom: .5rem;
  line-height: normal;
}

#announcement {
  text-align: center;
  font-size: 2rem;
  line-height: normal;
}

a.hoverUnderline:hover {
  text-decoration: underline;
}

#announcement a{
  line-height: normal;
  text-decoration: none;
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
}

.remove {
  color: #B41111;
  padding: 10px;
  font-size: 1.2rem;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  cursor: pointer;
}

.remove:hover {
  -webkit-box-shadow: 2px 2px 5px #6e0a0a;
          box-shadow: 2px 2px 5px #6e0a0a;
}

/*Working on weird writing on top of each other*/

#nameAndDay {
  line-height: normal;
}

.firstDay {
  background-color:#FFD662; 
  margin: 1rem 0; 
  padding: 20px;
}

.firstDay p {
  color: #1163b4; 
  font-size: 2rem;
  line-height: normal;
}

/*
#notepadArea {
  padding-top: 10px;
}
*/
a {
  font-size: 1.5rem;
  color: #000;
  padding: 15px;
}

a:hover {
  color: #B41111;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 2rem;
  padding: 15px 0;
}

.work {
  font-size: 1.2rem;
  padding-left: 15px;
  padding-top: 20px;
  padding-right: 20px;
    color: #B41111;
  cursor: pointer;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000;
  padding: 15px;
  text-decoration: underline;
}

.work:hover {
  color: #B41111;
}

.check {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.assignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  min-height: 72px;
}

.nextButton{
  font-size: 1rem;
  opacity: .7;
  padding: 0 15px;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity:1.0;
}

.space {
  padding-right: 15px;
}

.above {
  padding-top: 8px;
}

#complete {
  color: #B41111;
  text-align: center;
  display: none;
}

/* Tooltip text */
#tooltiptext,
#tooltipCheckMark {
   visibility: hidden;
   text-align: center;
   padding: 10px;
   width: 60%;
   margin:auto;
}

.totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}

#total {
  font-weight: bold;
}

#points {
  padding-top: 1rem;
}

/*Courses*/
.course-div {
  margin: 3rem 0;
  background-color:#FFD662;
  padding: 15px;
  border: 5px solid;
  border-color: #FFD662;/* previous color that looked good on my computer but no one elses #f8f68c*/
  border-radius: 5px;
  /*original color hsla(63, 85%, 50%, 0.48)*/
}

#break a {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #000;
  -webkit-box-shadow: 2px 2px 5px #6e0a0a;
          box-shadow: 2px 2px 5px #6e0a0a;
  text-decoration: none;
  transition-duration: 500;
}

#break a:hover {
  -webkit-box-shadow: 5px 5px 5px #6e0a0a;
          box-shadow: 5px 5px 5px #6e0a0a;
  transition-duration: 500;
}

a.font-color:hover {
      -webkit-box-shadow: 5px 5px 5px #6e0a0a;
      box-shadow: 5px 5px 5px #6e0a0a;
      transition-duration: 500;
}

#break {
  text-align: center;
}

footer {
  margin-top: 20px;
}


@media only screen and (max-width: 1300px) {
  body {
    width: 65%;
  }
}

@media only screen and (max-width: 960px) {
  body {
    width: 75%;
  }
}

@media only screen and (max-width: 760px) {
  body {
    width: 85%;
  }

  video {
    width: 90%;
  }

  #videoOff {
    padding:0;
  }
}

@media only screen and (max-width: 670px) {
footer {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}
}

  @media only screen and (max-width: 570px) {
    h3 {
      font-size: 1.75rem;
    }

    a {
      font-size: 1.35rem;
    }
}

@media only screen and (max-width: 480px) {

  body {
    width: 96%;
  }

  .long {
    display: none;
  }

  .small {
    display: block;
  }

  .assignment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .check {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
  }

  .work {
    font-size: 1.2rem;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
  }

  .link {
    margin:0;
  }

  .next {
    margin:auto;
  }

  h3 {
    font-size: 1.5rem;
  }

  a {
    font-size: 1.2rem;
  }

  .check {
     display: block;
     margin:auto;
  }

}
