body{
	color:#000000;
}
.site{
	background-color:#ffffff;
}

h1{
	font-size:18pt;
}

.menu-item a{
	font-family:cursive;
}


.wp-block-template-part ul li ul li:hover>a {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}


.wp-block-template-part{
	display:none;
}


.description{
	display:none;
}


#footer{
	display:none;	
}


#headerimg a{
	width:auto;
	padding-right:20px;
	font-size:24pt;
	color:#000000;
	position:inherit;
	text-decoration:none;
	justify-items:left;
	display:none;
	
}

.wpsm-logo {
	width:250px;
	padding-right:20px;
	font-size:36pt;
	color:#000000;
	height:48px;
	text-shadow: 10px 10px #dddddd;
	text-decoration:none;
	font-family:cursive;
	padding:1px;
	/*background-image:repeating-linear-gradient(to right,#9400D3,#4B0082,#0000FF,#00FF00,#FFFF00,#FF7F00,#FF0000);*/
}

.wpsm-logo a{
	text-decoration:none;
}
.wpsm-menu a{
	font-size:15pt
}


.wp-sticky-menu{
/* 	background-color:#D5D8DC; */background-color:#ffffff;
	text-decoration:none;
	position:fixed;
	top:0;
	left:0;
	border-bottom:2px solid #ddd;
}


.wp-block-navigation__responsive-container-content{	
		background-color:#f4f4f4;
}

.wp-block-columns{
	left:5%;
	width:90%;
	border-radius:5px;
	padding:20px;
  box-shadow: 1px 1px 1px 1px #AEB6BF;
	background-image:repeating-linear-gradient(to right,#e6f1fa,#ffffff);
}




@media (max-width:400px){
	.wpsm-logo{
		padding:0px;
		width:250px;
		font-size:12pt;
	}
	.wpsm-menu-toggle{
		padding:5px;
		width:50px;
	}
	.wp-sticky-menu{
		height:40px;
	}
	.wpsm-inner{
		background-color:#f4f4f4;
	}
}





.footer1,
.footer2,
.footer3,
.footer4,
.footer5{
    background-color:#193656;
    width:100%;
    position:fixed;
    bottom:0;
}
.footer1{
    height:100px;
    opacity:0.5;
    border-top-right-radius: 60%;
}
.footer2{
    height:85px;
    opacity:0.5;
    border-top-right-radius: 60%;
}
.footer3{
    height:70px;
    opacity:0.5;
    border-top-right-radius: 60%;
}
.footer4{
    height:55px;
    opacity:0.5;
    border-top-right-radius: 60%;
}
.footer5{
    height:40px;
    border-top-right-radius: 60%;
	  color:#ffffff;
    z-index:1;
	  opacity:1;
}
.footer1:hover,
.footer2:hover,
.footer3:hover,
.footer4:hover,
.footer5:hover{
    opacity:1;
}

.footer01{
    width:5%;
    height:30px;
    background-color:#193656;
    opacity:0.5;
    position:fixed;
    bottom:70px;
    left:0;
}
.footer02{
    width:5%;
    height:30px;
    background-color:white;
    position:fixed;
    bottom:70px;
    left:0;
    border-bottom-left-radius:100%;
}




.header1{
    width:10%;
    height:100px;
    background-color:#244C79;
    opacity:0.9;
    position:fixed;
    top:65px;
/* 		top:0; */
    right:0;
	z-index:1;
}
.header2{
    width:10%;
    height:100px;
    background-color:white;
    position:fixed;
    top:65px;
/* 		top:0; */
    right:0;
    border-top-right-radius:100%;
	z-index:1;
}
