body {
    margin: 0;
    padding: 0;
	height: 99.99vh;
	width: 99.vw;
}

#body {
    padding-bottom: 3em; /* height of the footer */
	/* height: 99.99vh;*/
	width: 99vw; 
	display: inline-block;
}

#container {
    min-height: 100%;
    -ms-height: 100%;
    width: 100%;
    position: relative;
  /*  border: 1px solid black; */
    display: inline-block;
}

/* nav bar */

.nav_bar {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    font-weight: lighter;
    /* position: fixed; */
    font-family: sans-serif;
  /*  box-shadow: 7px 5px 10px #888; */
    letter-spacing: 0.1em;
}


ul.nav_elements {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    float: left;
}


.nav-element {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    float: left;
    font-size: 1.219em;
    
}

.nav_bar a {
    display: block;
    padding: 0.75em 1.5em;
    color: white;
    text-align: center;
    text-decoration: none;
}

.nav-element a:hover {
    background-color: #111;
}

#active {
    background-color: dimgrey;
}

#active a {
    color: darkorange;
}

#site-id {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    float: left;
    font-size: 1.219em;
    float: right;
   /* font-family: Source Code Pro; */
    
}

#site-id a {
    color: darkorange;
}

#org {
    color: skyblue;
}

#org:hover {
    color: red;
}

/* Data */

#bigDataBox {
	/* border: 1px solid black; */
	background-color: whitesmoke;
	padding: 2.5em;
	padding-top: 0.3em;
    padding-left: 0;
    padding-bottom: 0.3em;
	margin-top: 2.3em;
	margin-right: 0;
	margin-left: 4%;
    margin-bottom: 3.7em;
	width: 67.5vw;
	max-height: 80%;
}

.categoryHeading {
	font-family: Raleway, sans-serif;
	font-weight: 100;
	text-align: center;
}

.data {
	width: 45%;
	height: 45%;
	/* padding-top: 35%; */
	/* background-color: yellow; */
	display: inline-block;
	position: relative;
	overflow: hidden;
    margin-left: 4%;
    margin-bottom: 1.5%;
}

.dataImage {
	max-width: 100%;
	max-height: 100%;
}

.caption {
    font-style: italic;
    margin-top: 0em;
    font-family: 'Source Code Pro', sans-serif;
    font-size: 0.8em;
}

.caption a:link {
    text-decoration: none;
    color: cadetblue;
}

.caption a:visited {
    color: darkslategrey;
}

#feedBox {
	float: right;
	/* max-width: 30%; */
	display: inline-block;
	position: absolute;
	left: 77%;
	top: 15%;
	margin-right: 3%;
	overflow: hidden;
	width: 20vw;
}

.advert {
	float: right;
	max-height: 3em;
	display: inline-block;
	margin-top: 0.5em;
	
	
}


/*
.data p {
	text-align: center;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	display: flex;
	align-items: center;
	padding: 10px;
}
*/
/* footer */

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
    background-color: lightgrey;
}

#footerText {
    font-family: Raleway, sans-serif;
    font-size: 0.8em;
    text-align: center;
	font-weight: normal;
}