

.container{
    margin-top:2%; 
}

.youthQuestions .pretty.p-default {
    width: 80%;
    margin-right: 0;
  }

  .youthQuestions .pretty .state {
    position: relative;
  }
  .youthQuestions .pretty .state label {
    text-indent: 0;
    padding-left: 25px;
    white-space: pre-wrap;
  }
  .youthQuestions .pretty .state label:before {
    top: 0px;
  }

  .clsdivbtnsubmit {
    margin-top: 5%;
    margin-left: 2%
	}

  .btnsubmitcss {
		background: gray;
		margin: 0;
		padding: 2px 20px;
		font-size: 20px !important;
		font-weight: 500 !important;
		border: none;
  }
  
  

#main-heading{
    font-size: 50px;
    display: inline-block;
    color: white;
    display: block;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
  }
  #contents{
    font-size: 23px;
    color: #68a732;
	font-family: Arial, Helvetica, sans-serif;
  }
.heading{
    width: 115%;
  }

   

  .wrapper {
    text-align: center;
	margin-top:8%
   
}

.button {
    position: relative;
    top: 40%;
    color: white;
    background-color: #4CAF50;
    border: none;
    padding: 2% 8%;
    font-size: 24px;
	    cursor: pointer;
}


.parent {
  margin-bottom: 15px;
  padding: 10px;
  color: #0A416B;
  clear:both;
}
.left{
	       float: left;
    width: 100%;
    /* border: 1px solid #CEDCEA; */
    padding: 10px;
    margin-left: 0;
    font-weight: 600;
    
}
/* p{
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  margin-left: 5%;

} */
#total, #demo, #grade{
  font-family:  'calibri';
  margin-left: 5%;
  font-size: 22px;

}

.hero-image {
  background-color: #4CAF50; 
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px){
  #main-heading{
    font-size: 33px;
    display: inline-block;
    color: white;
    display: block;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
  }

  

}

