@media screen and (max-width: 767px) and (orientation: portrait){
	.day a, .day a:visited, .day a:focus{
		color: #008841;
		text-decoration: none;
	}
	.day a:hover, .day a:active{
		color: #008841;
		text-decoration: underline;
	}
	#Logo{
		display:none;
	}
	.navbar-brand{
		display: block;
	}
	#imageWindow{
		z-index:12000;
	}
	#image{
		width: 96%;
		height: 90%;
		float: inherit;
		overflow: auto;
		top: 2%;
		left:2%;
	}
	#image img{
		height: auto;
		width: 100%;
		float:inherit;
		left: 0;
	}
	#rightArrow{
		border-radius: 0.05em;
	}
	#leftArrow{
		border-radius: 0.05em;
	}	
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		height: auto;
		width: 70%;
		margin: auto;
	}
	#Blog .Blog img{
		margin: 10px 0 10px 0;
		width: 100%;
	}
}
@media screen and (max-width: 992px){
	.day a, .day a:visited, .day a:focus{
		color: #008841;
		text-decoration: none;
	}
	.day a:hover, .day a:active{
		color: #008841;
		text-decoration: underline;
	}
	#Logo{
		display:none;
	}
	.nav{
		border: 0px;
	}
	.navbar-default{
		background-color: #f8f8f8;
		border-color:#e7e7e7;
	}
	.navbar-brand{
		display: block;
	}
	#imageWindow{
		z-index:12000;
	}
	#image{
		width: 96%;
		height: 80%;
		float: inherit;
		overflow: auto;
		top: 2%;
		left:2%;
	}
	#image img{
		height: auto;
		width: 100%;
		float:inherit;
		left: 0;
	}
	#rightArrow{
		border-radius: 0.05em;
	}
	#leftArrow{
		border-radius: 0.05em;
	}
}