p {
    font-size: 16px !important;
     text-align: justify;
  text-justify: inter-word;
  font-family: "Times New Roman", Times, serif !important;
  line-height: 1.5em;
}
div {
    font-size: 16px !important;
     text-align: justify;
  text-justify: inter-word;
  font-family: "Times New Roman", Times, serif !important;
  line-height: 2em;
}

.fun {
  color: white;
  border: 0;
  cursor: pointer;
  padding: .5em 1.25em;
  background: linear-gradient(90deg, #ee6352, purple, #ee6352);
  background-size: 300%;
  background-position: left;
  transition: background-position 350ms;
}

.fun:hover {
  background-position: right;
}

#wrapper {
	margin:auto;
	width:80%;
	
	
}

#login {
	border: 1px solid #AEAEAE;
	margin: 100px auto 0;
	padding: 0;
	width: 300px;
	background: linear-gradient(to right top, #65dfc9, #6cdbeb);
}

#adminmenu {
	padding-left: 0;
}

#adminmenu li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.error {
	padding: 0.75em;
	margin: 0.75em;
	border: 1px solid #990000;
	max-width: 400px;
	color: #990000;
	background-color: #FDF0EB;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

p,li {
	color: #555555;
	font-size: 20px;
	line-height: 1.5em;
}

p {
  text-align: justify;
  text-justify: inter-word;
}



a {
	color: #EF1F2F;
	text-decoration: none;
}

form input {
	border: 1px solid #999999;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 2px;
}

table {width:98%; text-align:left; border:1px solid #DDDDDD; font-size:12px; color:#000;background: rgba(255,255,255,0.5); margin-bottom:10px;}
table th {background-color:#E5E5E5; border:1px solid #BBBBBB; padding:3px 6px; font-weight:normal; color:#000;}
table tr td {border:1px solid #DDDDDD; padding:5px 6px;}
table tr.alt td {background-color:#E2E2E2;}
table tr:hover {background-color:#F0F0F0; color:#000;}

@media screen and (max-width: 767px) {
     /* start of medium tablet styles */
     /* Adding a fixed/percentage min-width could ensure that the image doesn't get too small */
     .img-responsive {
       width: 90%;
       height:auto;
     }
     
     p {
  text-align: justify;
  text-justify: inter-word;
 
}

h1 { font-size: 4vw ; }
.wp-block-image { width: 80%; height:auto;}

img { width: 90%; height:auto;}

.video {
  width: 90%;
  height: auto;
}
p iframe {
    width: 90% !important;
  height: auto;
}
 iframe {
    width: 90% !important;
  height: auto;
}

p,li {
	color: #555555;
	font-size: 16px;
	
}

div iframe{
  width: auto !important;
  height: auto;  
}
}




