* {
	margin: 0px;
	padding: 0px;
	}
.slide-wrap{
	max-width: 90%;
	margin: 0px auto;
}
#wrapper  {
	background-color: white;
	overflow: hidden;
	margin: 10px auto;
	max-width: 1020px;
	font-family: arial,helvetica,sans-serif;
	border: 1px solid #58595B;
	border-radius: 2px;
	box-shadow: 3px 3px 6px 0 rgba(12, 3, 25, 0.8);
	}
.calendar{
	width: 100%;
	height: 100%;
	}
p {
	text-indent: 5px;
	padding: 20px 10px;
	text-align: justify;
	font-size: 16px;
	line-height: 18px;
	}
/*img   {
	text-align: center;
	padding:10px 0px;
	max-width: 100%;
	margin: 0px auto;
	}*/
.header-img {
	max-width: 100%;
	display: block;
	margin:0 auto;
	}
.menu {
	display: none;
	}
nav   {
	background: #2E3192;
	overflow: hidden;
	}

nav ul {
	text-align: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	}
nav ul li {
	box-sizing:border-box; 
	display: inline-block;
	list-style-type: none;
	}
nav ul li:hover {
	background-color: #32338E;
	color: #FEEF01;
	}
nav ul li a {
	display: block;
	padding:7px 30px;
	text-decoration: none;
	color: inherit;
	}
.services{
	text-align: center;
	padding: 20px;
	
	}
.section {	
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px;
	text-align: center;
	padding: 5px;
	}
.section-a{
	padding: 10px;
	}
.section-b{
	display: grid;
	grid-template-rows:1fr 1fr;
	justify-content: center;
	align-items: center;
	grid-row-gap: 50px;
	
	margin: 0px 20px;
	}
ul{
	list-style-type: none;
	}
.footer{
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2E3192;
	color: #fff; 
	}
.footer-div img{
	max-width: 35%;
	}
.footer-div{
	width: 33%;
	padding: 10px 0px;
	font-size: 12px;
	text-align: center;
	}
.footer-div p{
	font-size: 12px	
	}	

.copy{
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
@media screen and (max-width: 478px){
#wrapper{
	max-width: 95%;
	margin: 10px auto;
	}
nav ul {
	background: #1B1464;
	max-height: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	}
nav ul.show {
	max-height: 40em;
	}
nav ul li {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 15px;
	}
ul  {
  text-align: center;
}
.menu {
	font-size: 14px;
	padding: 10px 20px;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
 	}
.fa-bars{
	cursor: pointer;
	}
p {
	font-size: 14px;
	}
.section {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2fr 1fr;
	}

.section-b{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 10px;
	}
img{
	max-width: 90%;
	height: auto;
}
.footer-div p{
	text-align: center;
	}

}