body {
	margin: 0;
	font-family: 'Georgia';
}

p {
	font-size: 16px;
	line-height: 22px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lato';
}

.body-right {
	width: 80%;
	float: left;
	/*934px is the breakingpoint*/
}

.body-left {
	width: 20%;
	float: left;
	height: 100vh;
}

.container {
	width: 50%;
	margin: 0 auto;
	position: relative;
	padding-top: 25px;
}

.carousel {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.carousel-left {
	width: 60%;
	float: left;
	margin-right: .8%;
}

.carousel-right {
	width: 39.2%;
	float: left;
}

.carousel-left img {
	width: 100%;
}

.carousel-right img {
	width: 100%;
}

.carousel-left-s {
	width: 41.1%;
	float: left;
	margin-right: .8%;
}

.carousel-right-s {
	width: 58.1%;
	float: left;
}

.carousel-left-s img {
	width: 100%;
}

.carousel-right-s img {
	width: 100%;
}

.carousel-left-ae {
	width: 58.1%;
	float: left;
	margin-right: .8%;
}

.carousel-right-ae {
	width: 41.1%;
	float: left;
}

.carousel-left-ae img {
	width: 100%;
}

.carousel-right-ae img {
	width: 100%;
}

.carousel-top {
	width: 36%;
	float: left;
	margin-left: 3%;
}

h1 {
	font-weight: 400;
	text-align: center;
	font-size: 8em;
	color: white;
	margin: 0 auto;
	margin-bottom: 0;
	font-family: 'Arvo', serif;
}

h2 {
	font-size: 2em;
	color: white;
	text-align: center;
}

h3 {
	text-align: center;
}

h4 {
	font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#memoriam {
	width: 100%;
	max-width: 200px;
	margin-bottom: 5px;
}

.splash {
    background-color: #3a3a3a;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    width: 100%;
    display: block;
  }

.splashimg {
  background-image: url("images/MARCHARCH.jpg");
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  opacity: .6;
}

.imgtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
}

.top {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.top a {
	opacity: 0.85;
}

.top a:hover {
	opacity: 1;
}

.down {
	width: 50px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.down a {
	opacity: 0.85;
}

.down a:hover {
	opacity: 1;
}

#timeline {
	padding-top: 50px;
	padding-bottom: 50px;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

footer {
	width: 100%;
	margin-top: 50px;
	background-color: black;
}

.credits {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}

.credits p {
	font-size: 14px;
	color: white;
}

.credits div {
	font-size: 14px;
	color: white;
}

.credits a:hover, a:active {
	color: white !important;
}

.carousel img {
	position: relative;
}

div.wrapper{
	float:left;
	position:relative;
}

div.description{
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.6);
	color:white;
}
p.description_content{
	padding:12px;
	margin:0px;
	font-family: 'Lato';
}

.description {
	display: none;
}

.wrapper a:hover .description {
	display: block;
}

.sticky {
	position: fixed;
	top: 0;
}

#heading {
	background-color: black;
	padding: 10px;
	color: white;
	margin: 0 0 0 0 !important;
}

nav {
	min-width: 242.25px;
	background-color: rgba(0, 0, 0, 0);
}

#sticky-element {
	min-width: 242.25px;
}

.body-left ul {
}

nav ul ul {
  display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
  background: #ffffff; 
  list-style: none;
  position: relative;
}

nav ul:after {
    content: ""; 
    clear: both; 
    display: block;
}

nav ul li {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

ol li {
	padding-bottom: 5px;
}

nav ul li a {
	display: block; 
	padding: 7px;
	text-decoration: none;
	color: black;
}

nav ul li a:hover {
	color: #44238C !important;
	text-decoration: none !important;
}

.halves {
	width: 49.5%;
	float: left;
	text-align: center;
}

.thirds {
	width: 33%;
	float: left;
	text-align: center;
}

.fourths {
	width: 24.75%;
	float: left;
	text-align: center;
}

.withinthirds {
	width: 80%;
	margin: 0 auto;
}

.withinhalves {
	width: 65%;
	margin: 0 auto;
}

.divider{
    border-left:1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.divider-left{
    border-left:1px solid rgba(0, 0, 0, 0.1);
}

.divider-horizontal {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 60%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.divider-li {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.headline {
	width: 90%;
	margin: 0 auto;
}

.headline img {
	float: left;
	width: 25%;
}

.headlinestyle {
	float: left;
	width: 70%;
	padding-left: 2%;
	vertical-align: middle;
}

.byeheadingmargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* USE h5 ONLY FOR THIRDS HEADINGS */
h5 {
	color: #44238C;
	font-size: 22px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
    font-weight: 400;
}

a {
	text-decoration: none;
	color: #44238C;
}

.headline a:active, a:hover h5 {
	color: #2d154f !important;
	text-decoration: underline;
}

nav ol li a:active, a:hover {
	color: #2d154f !important;
	text-decoration: underline;
}

#daily a:active, a:hover {
	text-decoration: underline;
}

.deck {
	color: gray;
	font-size: 17px;
}

#headings {
	width: 70%;
}

#headingnews {
	font-size: 50px;
	margin-bottom: 0px;
	color: black;
}

.please {
	margin-top: 25px !important;
}

#down-arrow {
	margin: 0 auto;
	width: 45px;
	height: 45px;
}

@media screen and (max-width: 1111px) {
	.container {
		width: 70%;
	}
	.body-left {
		display: none;
	}
	.body-right {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 518px) {
	.head {
		width: 100% !important;
	}
}

@media screen and (max-width: 535px) {
	.divider {
		border-left: none;
		border-right: none;
	}
	.halves {
		width: 100%;
		margin-bottom: 20px;
	}
	.thirds {
		width: 100%;
		margin-bottom: 20px;
	}
	.fourths {
		width: 100%;
		margin-bottom: 20px;
	}
	img.appear {
		width: 100%;
		margin-bottom: 10px;
	}
	img.appearing {
		width: 100%;
		margin-bottom: 10px;
	}
	.divider-left {
		border-left: none;
	}
	#containers {
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media screen and (min-width: 526px) and (max-width: 666px) {
	#headings {
		width: 100%;
	}
}

@media screen and (max-width: 525px) {
	#headingnews {
		font-size: 38px;
	}
	#newsize {
		font-size: 29px;
	}
}

@media screen and (min-width: 536px) {
	.appear {
		display: none;
	}
	.appearing {
		width: 100%;
		margin-bottom: 10px;
	}
	#containers {
		margin-bottom: 40px;
		margin-top: 20px;
	}
}

@media screen and (min-width: 701px) {
	.return {
		display: none;
	}
	.small {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.clearnow {
		clear: both;
		overflow: hidden;
	}
	.leave {
		display: none;
	}
	.headline img {
		display: none;
	}
	.headlinestyle {
		width: 100%;
		padding: 0;
	}
	#citycarousel {
		width: 100%;
		margin: 0;
	}
	.description {
		display: block;
	}
	.carousel-right {
		width: 100%;
		margin-right: 0;
	}
	.carousel-left {
		width: 100%;
		margin-right: 0;
	}
	.large {
		display: none;
	}
	.carousel-right-s {
		width: 100%;
		margin-right: 0;
	}
	.carousel-left-s {
		width: 100%;
		margin-right: 0;
	}
	.carousel-right-ae {
		width: 100%;
		margin-right: 0;
	}
	.carousel-left-ae {
		width: 100%;
		margin-right: 0;
	}
	.carousel-right-ae img {
		margin: 0 auto;
		text-align: center;
	}
	.carousel-left-ae img {
		margin: 0 auto;
		text-align: center;
	}
	.newstitle {
		text-align: center !important;
	}
	.withinhalves {
		width: 80%;
	}
	#centerthis {
		text-align: center;
	}
}

@media screen and (min-width: 701px) and (max-width: 900px) {
	#byedivest {
		display: none;
	}
}

@media screen and (min-width: 701px) and (max-width: 810px) {
	#byemattress {
		display: none;
	}
}

@media screen and (min-width: 701px) and (max-width: 751px) {
	#byearkin {
		display: none;
	}
}

@media screen and (min-width: 1112px) and (max-width: 1234px) {
	.body-left ul {
		padding-left: 20px;
	}
}

.unselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active h4 {
	font-weight: 700;
	font-size: 19px !important;
}

 /*
  * Adjusting for viewport
  */

/*
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .splash {
    height: 1024px;
  }
}

/*
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .splash {
    height: 768px;
  }
}

/*
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) and (orientation:portrait) {
  .splash {
    height: 325px;
  }
}
@media screen and (device-aspect-ratio: 40/71) and (orientation:landscape) {
  .splash {
	height: 500px;
 }
}

#credit-left {
	width: 50%;
	float: left;
	text-align: center;
}
