@import url(https://fonts.googleapis.com/css?family=Fredoka+One);




/* === STEVES ADDITIONAL CSS === */

/*
* === MAJOR SECTION HEADING ===
*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #B7B7B7;
}

.modal-body p {
    margin: 0 0 15px;
    font-style: normal;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 8px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

div#list {
    width: 430px;
	margin-left: auto;
	margin-right: auto;
}


ul, ol {
    margin-top: 3rem;
    margin-bottom: 3rem;
	text-align: left;
	font-size:18px
}

.headtext {
    margin-top: 3rem;
	margin-bottom: 3rem;
}

div#youtube {
    text-align: center;
}

div#NextButton {
    text-align: center;
}

/*
* === MAJOR SECTION HEADING ===
*/

h3 {
	text-align:center
}

.images {
	text-align:center
}

.container {
    margin-right: auto;
    margin-left: auto;
    min-width: 750px;
    text-align: center;
    max-width: 800px;
}


img{
  border-radius: 10px;
  border: 4px solid #87cae0;
  margin: 3px;
}

.btn {
	font-family:'Fredoka One', sans-serif;
	font-size:22px;
	font-weight:400;
}

.NextButton {
	font-family:'Fredoka One', sans-serif;
	font-size:22px;
	font-weight:400;
	margin-top: 3rem;
	margin-bottom: 3rem;
	color: #333;
    background: #87cAe0;
}


/* sticker footer */
html {
    position: relative;
    min-height: 100%;
}
body {
  padding-bottom: 50px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #87CAE0;
  height: 30px;
}

.footer p {
  line-height: 30px;
  margin-bottom: 0;
}



#load{
	display:none;
	opacity:.75;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:160px;
	z-index:110;
	color:#FFF;
}

#load .glyphicon {font-size:60px}



#header{
padding-top:2px;
padding-bottom:0px;
background-color:#87CAE0;
margin-bottom:1em;
color:#eFF;

}

#header .title {
	font-family:'Fredoka One', sans-serif;
}

#header h1 {
	margin-top:0px;
}

#header p {
	margin-top:10px;
}

#info-btn{
background:none;
color:#FFF;
cursor:pointer;
padding-top:2px;
}

#info-btn:hover{
	background:none;
	color:#4A8193;
}

.bloc {
	background:#333;
}

.modal-header{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background: #87CAE0;
	color:#FFF;
}

.modal-header .close {
	opacity:1; 
	color:#FFF;
}

#content {
padding-top:20px;
min-height:100%;
padding-bottom:10em;
}

#video-container {
margin-top:1em;
margin-bottom:1.2em;
}

.jp-video-360p {
	width:640px;
	margin:0 auto;
}


.jp-video-full > .jp-type-single > #captions-holder{
top:85%!important;
}

.btn {
color:#333;
background:#87cAe0;
}

.btn:hover{
color:#FFF;
background:#4A8193;
}



.caption-activity {
	border:solid 8px #87CAE0; 
	border-radius:23px; 
	padding:10px; 
	margin-top:8px; 
	margin-bottom:8px;
	min-height:156px;
}

.caption-activity h2 {
	margin-top:0px;
	margin-bottom:0px;
}


@media screen and (max-height:768px){

	.caption-activity h2 {
		font-size:24px;
	}
}


@media print {
	.btn {
		display:none
	}
	
	td img { 
		width:200px;
		height:auto;
	}
}


.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
