/*@media screen and (max-device-width: 450px) and (orientation:portrait){

html, body{
	width: 320px;
	background-color: green;
}

}
*/
html, body{
	min-height: 500px;
}

wrapper{
}

/*Header Section*/
#contactinfo{
	width: auto;
	font-size: 2.8vw;
}

#menu_items ul{
	border-width: thin;
	font-size: small;
}

/*Content Section*/
#content{
	padding-bottom: 250px; /* Height of the footer element */
	font-size: 12pt;
	min-height: 300px;
	display: table;
}

#news_list{
	list-style-position: inside;
}




/*Footer Section*/
.footer {
	margin-top: -250px;
	min-height: 150px;
}

ul#footer_menu{
	width: 90%;
	max-width: 90%;
	min-width: 310px;
	margin: 0 auto;
	text-align: center;
}

.footer ul li{
	margin-top: 1.25em;
	font-size: small;
	width: auto;
	padding-right: 0;
	padding-left: 0;
}

/*Page Design Credit*/
#copyright_container{
	position: relative;
	max-width: 250px;
	width: 50%;
	margin: 0 auto;
	padding-left: 45px;
}

#copyright_text{
	margin: 0;
}

#designer_text{
}

a#designer_link{
}

img#logo_1l{
	display: none;
}

img#logo_2l{
	max-height: 80px;
	height: auto;
	display: block;
	max-width: 100%;
	object-fit: contain;
}
