/* You can add global styles to this file, and also import other style files */
body {
    widows: 100% !important;
    background-color: #FFFFFF;
}

.subMenu{
  width: 100%!important;
}

.whiteStripe{
  width: 100%!important;
  height: 10%;
  padding: 0%!important;
  background-color: white!important; 
  color: white !important;
}
.aboutPageTextColor{
  color: black!important;
}

.mailPadding{
  padding: 2%;
}

.googleLogin{
  padding-top: 3%;
}
.googleLogin2{
  padding-top: 15%;
}

.profilePadding{
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.gsignin{
  cursor: pointer;
}

.welcomeName{
  text-transform: capitalize;
}

.examplePage{
  min-height: 50%!important;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 5%;
}

#exampleButtons{
  width: 80%!important;
}

.videoExampleAndButtonBox{
  margin-bottom: 3%;
  
}

.expButton{
  width: 40% !important;
  margin-left: 20%!important;
  margin-right: 20%!important;
}

.videoExampleAndButton{
  margin: auto;
  display: inline;
}

.videoExampleAndButton iframe{
  width: 50%;
  height: 100%;
  margin-left: 4%;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 3%;  
  float: left;
}

.videoExampleAndButton div{
  width: 40%;
  display: block;
  margin-top: 5%;
  margin-right: 4%;
  margin-left: 1%;
  margin-bottom: 6%;
  float: right;
}

.videoExampleAndButton p{
  margin: auto;
  width: 90%;
  font-size: 1.3em;
}
.videoExampleAndButton p+div{
  margin: auto;
  width: 90%;
}

#quizButton{
  margin-top: 5%;
  width: 50%;
  margin-right: 29%;
}

.spaceForQuizes{
  margin-bottom: 4%;
}
.quizes{
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 5%;
  margin: auto;
  width: 100%;
}

.singleQuiz{
  margin-top: 2%;
  margin-bottom: 1%;
}

.padL25{
  width: 125% !important;
  padding-left: 25% !important; 
}

.login{
  width:50% !important;
  margin-top: 3% !important;
}
.login form{
  margin-top: 3%;
  margin-bottom: 3%;
} 
.login button{
  text-align: center;
  width: 30% !important;
}

.insideGameCategories{
  margin-top: 2%;
  padding-top: 2%;
}

.noPadds{
  background-color:transparent!important;  
  padding: 0 !important;  
}
.blackText{
  text-shadow: 0px 0px 5.5px rgba(255, 255, 255, 0.952); 
  color:black !important;
}
.ahcievementDescription{
  text-align: center;
}
.videobg {
  background-color:transparent!important;
  width: 100%;
  padding-top: 0%;
  position: relative;
  top: 0;
  /*margin-top: 50px;*/
  
}

.forgotForm{
  width: 40%!important;
}

.categoriedColorBack{
  z-index: -100;
  margin-top: 2%!important; 
  margin-bottom: 1%!important;   
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 1em;
  width: 100%!important;
}

.myVideo {
  width: 100%; /* width needs to be set to 100% */
  height: auto;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -1em;
  /*margin-top: 60px;*/
}

.centered{
  text-align: center !important;
}

.headerButtons{
  padding-right: 5%;
  margin-right: 5%;
  cursor: pointer;
}

.headerButtons:hover{
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.centeredTitle{
  text-align: center !important;
  text-shadow: 1px 1px black;  
  margin-bottom: 2%;
}

.ahcievementBackGround {
  color: white !important;
  background: #1A2980 !important; /* fallback for old browsers */ 
  background: -webkit-linear-gradient(to top left, rgba(7, 48, 161, 0.938) , rgb(176, 240, 248)) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top left, rgb(11, 53, 189) , rgb(176, 240, 248)) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.categoryButton{
  background-color: rgba(255, 255, 255, 0.281)!important;
  margin:1% !important;
}
.categoryButton:hover{
  background-color: rgba(255, 255, 255, 0.9)!important;
  margin:1% !important;
}
.polaroid img {width: 50%}

.polaroid p {
    text-align: center;
    padding: 10px 20px;
}

.rankBoard{
  width:50% !important; 
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }
.littleGrow { transition: all .2s ease-in-out; }
.littleGrow:hover { transform: scale(1.005); }
.glow { box-shadow: 0px 0px 2px 1px #ebebeb; }
.glow:hover { box-shadow: 0px 0px 4px 2px  rgb(151, 201, 255); }
.grow img{ transition: all .2s ease-in-out; }
.grow:hover img{ transform: scale(1.4); }
.bigGrow{ transition: all .24s ease-in-out; }
.bigGrow:hover{ transform: scale(1.2); }
#main-content{
    min-height: 392px;
    margin-top: 10px;
}

a.logo .hate {
    color: rgba(185, 34, 34, 0.74);
    font-weight: 700;
}

#main-menu {
    border: none;
    box-shadow: none;
    margin-top: 15px;
}

.jumbotron {
    background: #1A2980; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,rgb(54, 84, 255) , rgb(145, 255, 253)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,rgb(54, 84, 255) , rgb(145, 255, 253)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding: 25px 0;
}

.interestsVideos{
  display: inline;
  text-align: center;
  
}

.profile-jumbotron {
    background: #1D2B64; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2B64 , #F8CDDA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2B64 , #F8CDDA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.content-text {
    font-style: italic;
    font-size: larger;
	text-align: left;
	margin-left: 55px;
}

.content-title {
    font-style: italic;
    font-weight: 600;
    font-size: initial;
    text-align: right;
}

i.sidebar.icon {
    font-size: 2.0em;
    color: #2185d0;
}

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.main.container {
    margin-top: 7em;
}

.wireframe {
    margin-top: 2em;
}

.ui.footer.segment {
    padding: 5em 0em;
}

.flex {
  display: flex;
}

.promo {
  height: 100%;
}

.logo {
  display: inline-block;
}

.loader {
    background-color: rgb(255, 255, 255);
    height: 100%;
    margin: 0 auto;
    text-align:center;
    padding-top: 250px;
    font-size: 30px;
    color: white;
}

.menu-bar {
	color:#FFF;
	font-size:26px;
	cursor:pointer;
	padding:10px 12px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.menu-bar:hover {
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:50px;
}

#tag-menu {
	display:none;
}

#tag-menu:checked ~ div.drawer {
 animation: slide-in 0.5s ease;
 animation-fill-mode: forwards;
}

.drawer {
	position:fixed;
	left:-280px;
	background-color:#FFF;
	height:100%;
	z-index:100;
	width:280px;
	animation: slide-out 0.5s ease;
	animation-fill-mode: forwards;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  border: 1px solid rgba(34,36,38,.15);
}

.drawer ul li {
	list-style:none;
}

.drawer ul li a {
	padding:10px 30px;
	text-decoration:none;
	display:block;
	border-top:1px solid #AAA;
}

.drawer ul li a:hover{
	background-color:rgba(0, 0, 0, 0.1);
}

.drawer ul li a i {
	width:50px;
	height:35px;
	text-align:center;
	padding-top:15px;
}

@keyframes slide-in {
 from {left: -280px;}
 to {left: 0;}
}

@keyframes slide-out {
 from {left: 0;}
 to {left: -280px;}
}

.spinner {
  margin: 25px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.hidden {
  display: none;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.bs-modal-container.modal {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 34px auto;
  width: 66%;
}

a.logo h1 {
  padding: 10px;
  color: rgba(27, 28, 29, 0.74);
  font-style: italic;
  font-weight: 100;
}

.segment.fixed-height {
  height: 300px;
  margin: 20px 0;
}

.white {
  color: white;
}

/** Timeline **/
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 600;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #2185d0;
}
.li.complete .status:before {
  background-color: #2185d0;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #2185d0;
}

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

  .timeline {
    list-style-type: none;
    display: none;
  }

  .li {
    transition: all 200ms ease-in;
    display: none;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.social-media-icon {
	display:  inline-block;
	float: left;
}

.twitter-icon {
	padding-top: 5px;
}

.hatebusters-icon {
	margin-top: -3px;
}

.footer{
  width: 100%!important;
}
