/**!
 * Samraworld ELC 2022
 * @file PolicyView.css
 * @desc  This core CSS is for the policy pages.
 * @version v3 2022-02-17 - added this header info.  Adjusted background color.
 * @author Charles A. Samra <charles@samraworld.net>
 * @see {@link teachers.samraworld.net }
 */
/************************************************************************************************************************************/	

.policy_panel {
	width: 80%;
	margin: 0 auto;
	background-color: snow;
	padding: 10px;
	min-height: calc(77vh - 70px);
}

.policy_list_panel {
	text-align: center;
	margin-left: 550px; 
	margin-right: 550px; 
	background-color: snow;
	padding: 10px;
	min-height: calc(87vh - 70px);
}

.para {
	padding-left: 5px;
}

.links_header {
  font-size: 35px;	
  line-height: 70px;
  text-align: center;
	
}

.link_statement {
  padding: 4px 6px;
  color: black;	
  text-decoration: none;
  font-size: 30px;	
  line-height: 50px;
  text-align: center;
}

a.link_foot:hover {
  color: #5134F1;
}

@media screen and (max-width: 1050px) {
    input[type=submit], input[type=button] {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 5px;
  }
	.logo_bar, .topnav, .footernav,  {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.policy_panel {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 90%;
		padding: 10px;
		min-height: calc(77vh - 70px);
		font-size: .8em;
	}

	h1, h3 {
		font-size: 1em;
	}
}

@media print
{
	.noprint {display:none;}
}


