/* CSS Document */

body {
	margin:0 auto;
	background-color:white;
	text-align:center;
	color:black;
	font-size:16px;
}

h1 {
	font-size:2.5em;
	font-weight:800;
	line-height:1.5;
	color:#909;
}

h2 {
	font-size:1.5em;
	font-weight:800;
	line-height:1.5;
	color:#590084;
}

#wrapper {
	width:90%;
	background-color:#EDD1FF;
	margin:0 auto;
	min-height:100vh;
}

#banner {

}

.bannerimg {
	width:100%;	
}

#content {
	padding:1em 2em;
	text-align:justify;
	overflow:hidden;
	
}

#contenttitle {
	text-align:center;
	
}

.category {
	font-size:2.2em;
	color:#590084;
	text-align:center;	
}

.wraptextright {
	float:left;
	margin:0.6em;	
}

.wraptextleft {
	float:right;
	margin:0.6em;
	width:40%;
}

.boxhalf {
	border:solid 1px #590084;
	border-radius:1em;
	max-width:46%;
	min-width:300px;
	padding:1em;
	display:inline-block;
	vertical-align:top;
	margin-top:1px;
			
}


.boxthird {
	border:solid 1px #590084;
	border-radius:1em;
	max-width:30%;
	min-width:320px;
	padding:1em;
	display:inline-block;
	vertical-align:top;
	margin-top:1px;
	min-height:850px;
}


.boxfull {
	border:solid 1px #590084;
	border-radius:1em;
	padding:1em;
	margin-top:0.5em;
	min-width:90%;
	display:inline-block;
	

}

.center {
	text-align:center;	
}

.left {
	float:left;
}

.right {
	float:right;
}

.none {
	float:none;	
}

.clear {
	
	clear:both;
}

.rightmargin{
	margin-right:2em;
}

.imgborder {
	width:80%;
	

}

  figure {
	width:100%;
	margin:0 auto;	  
}

  table {
    border: 1px solid #909;
    width: 100%;
    margin:0;
    padding:0;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #909;
    padding: 5px;
  }

  table th, table td {
	border:solid 1px #909;
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  

  

  @media screen and (max-width: 600px) {
	  
  .bannerimg {
	  width:320px;
	  height:auto;
	
		
}

    table {
		border:solid 1px black;      
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
  
  .imgborder {
	min-width:320px;	

}

.boxhalf {
	border:solid 1px #590084;
	border-radius:1em;
	padding:1em;
	margin-top:1px;
	min-width:90%;
		
}

.boxthird {
	border:solid 1px #590084;
	border-radius:1em;
	padding:1em;
	margin-top:1px;
	min-width:90%;
}
 	 
  }