
body{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.bg-city-scrappers{
  z-index: -2;
  top: -60px;
  left: 0px;
}

:root{
  --black-text : #000;
  --dark-red: #5a0000;
  --light-red: #960000;
}


html {
  height: 100%;
}


.welcome-screen-textarea, .terms-area{
	overflow: auto;
}

.text-black{
    color: #333333;
}

.title-text{
	color: var(--black-text);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

.font-os-cond{
	font-family: 'Open Sans', sans-serif;
}
.form-control{
  box-shadow: none;
}

.red-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a4c86+0,2378bd+50,1c6bb0+51,57a5e1+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a0000+0,960000+50,960000+51,aa0000+100 */
  background: #003591; /* Old browsers */
}

.bg-white-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.btn-blue{
	padding: 7px 60px;
    color: white;
    line-height: 1.0;
  box-shadow: none !important;
  outline: none !important;
}
.share-btn{
  width: 220px;
}
.text-blue{
	color: #00355f;
}

.text-light-blue{
	color: #7399c8;
}
.bg-blue{
	background-color: #00355f;
}

.bg-dark-red{
  background-color: var(--dark-red);
}

.bg-light-red{
  background-color: var(--light-red);
}
.bg-attempt-bar{
	background-color: #456c8a;
}

.question{
	font-size: 16px;
	cursor: pointer;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.question.completed{
	background-color: #b7b7b7;
	cursor: not-allowed;
}

.photo{
	height: 150px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-color: #00355f !important;
}
.photo-mobile{
	cursor: pointer;
	overflow: hidden;
}
.remove-img{
	top: 15px;
	right: 20px;
}

.font-20{
	font-size: 1.2em;
}

.font-14{
	font-size: 0.9em;
}

.font-18{
	font-size: 18px;
}

.btn-orange{
	background-color: #e94e1b;
	color: white;
}
.btn-orange:hover{
	background-color: #c54a22;
}

.btn-green{
	background-color: #00a651;
	color: white;
}
.btn-green:hover{
	background-color: #019147;
}

.btn-red{
	background-color: #ed1c24;
	color: white;
}
.btn-red:hover{
	background-color: #cc161d;
}

.bg-orange{
	background-color: #e94e1b;
}

.btn-rounded{
	border-radius: 45px;
    width: 90px;
    height: 90px;
    border: 1px solid #ececec;
}

.btn-transparent{
	background-color: transparent;
	color: white;
}

.text-orange{
	color: #e94e1b;
}

.pre-record-count-down{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
  color: #003591;
}

@media (min-width: 320px) {  
    .title-text{
    	font-size: 1.5rem;
    }
    /*.question-num{
	  	padding-top: 27px !important;
	  	padding-left: 5px !important;
	  }*/
    .question{
      height: 180px;
    }

    .btn-blue{
      font-size: 25px;
      padding: 7px 25px;
    }
  }
  

@media (min-width: 576px) {  
    .title-text{
    	font-size: 1.5rem;
    }

    /*.question-num{
	  	padding-top: 38px !important;
	  	padding-left: 0px !important;
	  }*/
	  .btn-blue{
	  	font-size: 32px;
      padding: 7px 50px;
	  }
   
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {  
    .title-text{
    	font-size: 2rem;
    }
     /*.question-num{
	  	padding-top: 27px !important;
	  	padding-left: 5px !important;
	  }*/
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .title-text{
    	font-size: 2.5rem;
    }
    .question{
      height: 95px;
    }
   }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .title-text{
    	font-size: 3rem;
    }
  }

  .attempt-arrow{
  	margin-top: -3px;
  }

.question-text{
	line-height: 1.5;
}

.rotate-90 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-270 {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.flip {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flip-and-rotate-90 {
  -moz-transform: rotate(90deg) scaleX(-1);
  -webkit-transform: rotate(90deg) scaleX(-1);
  -o-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
  -moz-transform: rotate(180deg) scaleX(-1);
  -webkit-transform: rotate(180deg) scaleX(-1);
  -o-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
  -moz-transform: rotate(270deg) scaleX(-1);
  -webkit-transform: rotate(270deg) scaleX(-1);
  -o-transform: rotate(270deg) scaleX(-1);
  transform: rotate(270deg) scaleX(-1);
}

.ios-preview-overlay{
  top: 50%;
   left: 50%;
  z-index: 1;
  cursor: pointer;
}

.ios-preview-play-icon{
  top: 50%;
   left: 50%;
   width: 50px;
   height: 50px;
   margin-top: -24px; /* Half the height */
   margin-left: -24px; /* Half the width */
   z-index: 2;
   cursor: pointer;
}

.mt-25{
  margin-top: 25px;
}