@media only screen and (max-width: 500px) {
    h2{
        font-size: 22px;
    }
    .d_txt {
        font-size: 20px;
    }
}

@media only screen and (min-width: 500px) {
    .d_txt {
        font-size: 26px;
    }
}

.container{
    margin-bottom: 350px;
}

#heading{
    font-size: 34px;
    color:navy;
    margin: 30px 5px 50px 5px;
    text-align: center;
}

.email_link{
    color: blue;

}

.f_icon{
    margin-right: 10px;
}

.d_txt{
  
    padding-bottom: 20px;
}

#support_div{
    margin-top: 40px;
    border: 2px solid rgb(0, 230, 230);
    background-color: rgb(0, 255, 255);
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 5px;
    text-align: center;

}

#info_div{
    margin-top: 40px;
    border: 2px solid rgb(190, 190, 190);
    background-color: rgb(240, 240, 240);
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    text-align: center;

}


#feedback_div{
 
    border: 2px solid rgb(79, 227, 79);
    background-color: rgb(189, 245, 189);
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    text-align: center;
   /* height:340px;*/
  
}

#model-teacherstudent-cont{
    display: flex;
    justify-content: space-evenly;
    margin: 40px;
}

.smod_header{
	padding: 10px 15px; 
	font-size: 20px;
	border-bottom: 1px solid rgba(0,0,0,0);
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: rgb(200,200,200); /* old IE */
    background-color: rgb(200,200,200); /* Modern Browsers */
}

.padding-right{
    padding-right: 8px;
}

.pre-info-cont{
    font-size: 16px;
}

.pre-info-cont-sec{
    margin: 20px 10px;
    border-radius: 6px;
    padding: 20px 30px;
    background-color: rgb(226 226 255);
}

#pre-info-btn-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.full-div{
  margin: 20px 10px;
}


#support-btn{
  background-color: #ca92ff;
    color: white;
}

#info-btn{
    background-color: #888888;
      color: white;
  }



.email-body{
    font-size: 18px;
    margin:20px;
    padding:20px;
}

.email-body-row{
    margin: 0px 0px 30px 0px;
    padding: 20px;
    border-radius: 6px;
}

.light-blue-background{
    background-color: #d7d7ff;
}
.light-red-background{
    background-color: #dddddd;
}

#overallheading{
	font-size:34px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 15px;
}

.lg-alert{
	text-align: center;
	font-size: 18px;
	margin: auto;
    width: 90%;

}

.center_ele{
	margin: 0 auto;
	display: block;
}

.modalbtn{
  min-width: 100px;
}

.lg_nl{
	margin: 60px 0px;
}

.subhead{
	font-size: 26px;
	text-align: center;
}

.bumpdown{
	top:2px;
}

.topdiv{
	width: 100%;
	
}

.bottomdiv{

	margin: 2% 2% ;
	background-color: white;

}

.tinputarea{
	font-size: 20px;
	resize: vertical;  
}

.space_right{
	margin-right: 5px;
}

.supportfont{
    font-size: 16px;
   white-space: normal; 
}

.div_border{
	border-style: solid;
	border-radius: 10px;
	border-width: 1px;
	border-color: rgb(200,200,200);
	padding:30px 20px;
	background-color: white; 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2)
	
}

.inputlab{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#leftdiv{
	float:left;
}

#rightdiv{
	float:right;
}

.s-btn{
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btn-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
