.dropdown:hover>.dropdown-menu { display: block;	}
	.message {
		background:maroon !important;
		color:white;
	}
	 #bottom {
            position: absolute;
            bottom:30px;
            right: 20;
		}
		.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.news-pic img{height:150px;}

.escoda-day {padding:0;margin:0;overflow-x:visible}
.escoda-day img {max-height:560px;}
body { padding: 0;margin: 0;box-sizing: border-box;background-image: url('images/Blurred Background.jpg');background-attachment: fixed;background-position: center center;background-size: cover;	} .dropdown:hover>.dropdown-menu { display: block;}.message { background:maroon !important;color:white;} #bottom { position: absolute;bottom:30px;right: 20;}.access {height:80vh;display: flex;flex-direction: row;align-items: center;justify-content:center;font-style:bolder;color:black;text-shadow:5px 5px white;font-family:Times New Roman;}.access img {width:100%;height:50vh}


@media only screen and (min-width:200px) and (max-width:480px) {
	.dropdown-menu { width:40% !important;}
	.dropdown-menu .dropdown-submenu {
		margin-left:70%;
		width:100% !important;
	}
.dropdown-menu .dropdown-submenu-left {
	right: auto;
	width:100% !important;
	}
}


