@media (min-width: 761px){
body{
	background:#1f3149;
	margin:0;
	font-family: sans-serif;
	overflow:scroll;
	font-size: 80%;
	}
/*NAVIGATION*/
nav{
	position: fixed;
	background:#fff;
	width:10%;
	height:100%;
	font-size: auto;
	display: inline-block;
	flex-direction:column; 
	z-index: 10;
	padding:2%;
	align-content: space-around;
	vertical-align: middle;
	margin-top:12%;
}
nav li{
	display: flex;
	justify-content: center;
	list-style: none;
	line-height: auto;
	text-align: center;
}
nav .nav-id{
	font-size: 90%;
	text-transform: uppercase;
	
	}
nav .material-icons{
	position: relative;
	}
nav a {
	color:black;
	list-style: none;
	text-decoration: none;
}
nav a:visited{
	text-decoration: none;
}
nav a:hover{
	list-style: none;
}
nav a:active {
	list-style: none;
}
/*HEADER JUNK*/
header{
	position: fixed;
	background:#fff;
	width:10%;
	height:auto;
	font-size: auto;
	display: inline-block;
	flex-direction:column; 
	z-index: 10;
	padding:2%;
	align-content: space-around;
	vertical-align: middle;
}
header img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#front{
	text-align: center;
}
/*BODY CONTENT*/
main{
	float: left;
	display: inline-block;
	position: relative;
	background: white;
	margin-top:1%;
	margin-right:2%;
	margin-left:16%;
	width:46%;
	height:auto;
	padding: 1%;
}
/*ASIDE CONTENT*/
aside{
	float: right;
	display: inline-block;
	position: relative;
	background: white;
	margin-top:1%;
	margin-right:2%;
	width:30%;
	height:auto;
	padding: 1%;
}
/*CALANDER*/
ul{list-style: none;}
.month{
	display: inline-block;
	padding: 0;
    width: 100%;
    height: auto;
    background: #9c791d;
}
.month ul{
	margin:0;
	padding: 0;
}
.month ul li{
	color:white;
	margin:0;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
}
.weekdays{
	width: 100%;
	padding: 0;
	margin:0;
	background: #c0a161;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.weekdays li{
	color:#777;
	text-align: center;
	width: 13.6%;
}
.days {
	line-height: :1%;
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.days li{
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color:#777;
}
.days li .active{
	display: block;
    height: auto;
    -moz-border-radius: 30px; /* or 50% */
    border-radius: 30px; /* or 50% */
    background-color: black;
    color: white;
    text-align: center;
}
/*FOOTER CONTENT*/
footer{
	display: inline-block;
	position: relative;
	background: white;
	margin-top: 1%;
	margin-right:2%;
	margin-left:16%;
	width:78%;
	height:auto;
	padding: 2%;
	/*Font & Text*/;
	text-align: center;
}
.month .prev {
	float:left;
}
.month .next {
	float:right;
}
/*HEADINGS*/
h1{s
	text-transform: uppercase;
	font-size: auto;
}
section{
	float: right;
	display: inline-block;
	position: relative;
	background: white;
	margin-top:1%;
	margin-right:2%;
	width:30%;
	height:auto;
	padding: 1%;
}
main img{
	max-width:100%;
	max-height:100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
img{
	max-width:100%;
	max-height:100%;
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/*photo gallery test*/
	.thumbnails img {
		display:inline-block;
		height: 25%;
		padding: 1px;
		margin: 0 10px 10px 0;
	}
h3{
	font-size: 150%;
	color:#691304;
	text-transform: uppercase;
	letter-spacing: 5%;
	}

h2{
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 5%;
	text-align: center;
	}
}