/* for every page.*/

/*
 * div.navigationblack is that thing where users can click on to go back. 
 */
div.navigationblack {
	background-color: #FDFB79;
	color: black;
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	border-radius: 10px;
}
a.navBlack:link, a.navBlack:visited, a.navBlack:hover {
		color: black;
		text-decoration: none;
}
a.navBlack:hover {
		text-decoration: underline;
}

/*
 * div.block is the main div where the content is projected on. 
 * div.imagecontainer is where images stored at. 
 * div.menubar and div.content is the system from angels. 
 */ 
div.block {
	padding-top: 1em;
	margin: 0 auto;
	border: 0px solid black;
}
.imagecontainer {
	text-align: center;
	margin: 0 auto;
}
.menubar {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	background-image: url('pics/menubar_background.jpg');
	color: white;
	text-align: center;
	z-index: 1;
}
.content {
	border: 0px solid red;
}


/* blocks */
.block_index_updated {	
	background-color: white;
	color: #c60027;
	font-weight: bolder;
	text-align: center;
}
.block_index_blue {
	background-color: #1e5887;
	color: white;
}
.block_index_green {
	background-color: #006633;
	color: white;
}
.block_title {
	color: #ffcc00;
	font-weight: bolder;
}
.block_index_updated, .block_index_blue, .block_index_green {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
.block_angels {
	margin-bottom: .5em;
	display: inline-block;
	border: 1px solid black;
	padding-right: .5em;
	padding-left: .5em;
	background-color: #FFFFFF;
}
div.header {
		background-image: url('pics/menubar_background.jpg');
		margin: 0 auto;
		min-height: 200px;
	}
div.buttons {
		margin: 0 auto;
		text-align: center;
		padding-bottom: 2%;
		padding-right: 2%;
		padding-left: 2%;
		width: 90%;
	}

/* buttons 
 * green_button = used on the gateway page 
 * grey_button = used on the picture pages
 */

.buttons_index {
	margin-top: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
} 

.green_button:visited, .green_button:link, .green_button:hover {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: .2em;
    margin: .2em;
    display: inline-block;
}
.green_button:visited, .green_button:link {
	background-color: #006633;
}
.green_button:hover {
	background-color: #14B163;
}

.buttons_picpage {
	text-align: center;
	margin-top: 1em;
}
.buttons_pp {
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

a.grey_button:visited, a.grey_button:link, a.grey_button:hover {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: .4em;
    margin: .2em;
    display: inline-block;
    font-size: 15px;
}
a.grey_button:visited, a.grey_button:link {
	background-color: #6F6B6B;
}
a.grey_button:hover {
	background-color: #ABA6A6;
	
}

a.yellow_button:visited, a.yellow_button:link, a.yellow_button:hover {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: .2em;
    margin: .1em;
    display: inline-block;
    width: 12em;
}
a.yellow_button:visited, a.yellow_button:link {
	background-color: #C29E0F;
}
a.yellow_button:hover {
	background-color: #ffcc00;
	
}

a.yellow_bright_button:visited, a.yellow_bright_button:link, a.yellow_bright_button:hover {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: .2em;
    margin: .1em;
    display: inline-block;
    width: 12em;
    background-color: #ffcc00;
}


.buttons_pp_grey {
	background-color: #cccccc;
	width: 11em;
	margin-right: 2px;
	margin-top: 4px;
}

/* else */
.banners {
	width: 100%;
	text-align: center;
}
.banners_image {
	width: 20%;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}

/* texts */
.h1_pp { 
	font-size: 17px;
}
.h2_pp {
	font-size: 16px;
}
.h1_pp, .h2_pp {
	text-decoration: underline;
	font-weight: bolder;
	text-align: center;
}
.h1_picpage {
	font-size: 18px;
}
.h2_picpage {
	font-size: 16px;
}
.h1_picpage, .h2_picpage {
	text-decoration: underline;
	font-weight: bolder;
	text-align: center;
	color: #cc0033;
}
.h1_angels {
	font-size: 25px;
}
.h2_angels {
	font-size: 20px;
}
.h1_angels, .h2_angels {
	text-align: center;
	border-bottom: 1px solid black;
}

.text_pp_intro {
	text-align: justify;
}
.text_picpage {
	text-align: center;
}
.text_angels_menubar {
	text-align: center;
}
.text_angels_content {
	text-align: justify;
}
.text_angels_middle {
	text-align: center;
}

.twocolumns, .column1, .column2 {
	border: 0px solid black;
	display: inline-block;
}
.column1, .column2 {
	vertical-align: top;
	margin: 0 auto;
	text-align: left;
	color: #ff6600;
}
.twocolumns {
	width: 100%;
}
.column1 {
	width: 46%;
	padding-left: 0.5em;
}
.column2 {
	width: 50%;
}
.articles_links {
	border: 0px solid black;
	padding-left: 0.5em;
	color: yellow;
}

/* images layout*/
.blockedImage {
	text-align: center;
	margin: 0 auto;
}
.navigationBlock {
	width: 100%;
	height: 100%;
	border: 0px solid yellow;
	padding: 0.5em;
	margin: 0 auto;
	text-align: center;
}
.navigationWidth {
	border: 0px solid red;
	text-align: center;
	margin: 0 auto;
	margin: 0em;
	padding: 0.5em;
}
.navigationImage {
	border: 1px solid white;
	overflow: hidden;
	width: 15em;
	height: 15em;
	text-align: center;
	margin: 0 auto;
}
.navigationText {
	border: 0px solid green;
	overflow: auto;
	width: 15em;
	height: 5em;
	padding-top: 0.5em;
}

.navigationWidth, .navigationBlock {
	display: inline-block;
	text-align: center;
	
}

/* else */
@media screen and (min-width: 320px){
	body {	
		font-size: 16px;
	}
	.navigationblack {
		width: 100%;
		height: 10%;
	}
	.block {
		width: 100%;
	}
	.imagecontainer {
		width: 100%;
	}
	.menubar {
		width: 30%;
	}
	.content {
		padding-left: 30%;
	}
	
	.block_index_updated, .block_index_blue {
		width: 100%;
	}
	
	.buttons_index, .buttons_pp, .yellow_button, .yellow_bright_button {
		width: 80%;
	}
	
	.yellow_button, .yellow_bright_button, .text_angels_menubar {
		font-size: 12px;
		text-align: center;
	}
	.text_angels_content {
		font-size: 15px;
	}
	
	.navigationBlock {
		width: 100%;
	}
	.blockedImage {
		max-width: 200px;
	}
	
	.left {
		text-align: center;
		margin: 1em;
		display: inline-block;
	}
}
@media screen and (min-width: 600px){
	body {
		font-size: 16px;
	}
	.navigationblack {
		width: 75%;
		height: 10%;
	}
	.block {
		width: 100%;
	}
	.imagecontainer {
		width: 75%;
	}
	.menubar {
		width: 20%;
		font-size: 15px;
	}
	.content {
		padding-left: 20%;
		max-width: 80%;
	}
		
	.block_index_updated, .block_index_blue, .block_index_green {
		width: 75%;
	}
	.block_index_blue, .block_index_green {
		padding: 4px;
	}
	.buttons_index, .buttons_pp {
		width: 75%;	
	}
	.yellow_button, .yellow_bright_button, .text_angels_menubar {
		
		font-size: inherit;
		text-align: center;
	}
	.text_angels_content {
		font-size: 18px;
	}
	
	.navigationBlock {
		width: 100%;
	}
	.left {
		float: left;
		margin-right: 1em;
		margin-bottom: .5em;
		margin: 1em;
	}
}
@media screen and (min-width: 1024px){
	body {
		font-size: 18px;
	}
	.navigationblack {
		width: 50%;
		height: 10%;
	}
	.block {
		width: 75%;
	}
	.imagecontainer {
		width: 75%;
	}
	.menubar {
		width: 15%;
		font-size: 15px;
	}
	.content {
		padding-left: 15%;
		max-width: 80%;
	}
	
	.block_index_updated, .block_index_blue, .block_index_green {
		width: 60%;
	}
	.block_index_blue, .block_index_green {
		padding: 4px;
	}
	.buttons_index, .buttons_pp {
		width: 75%;	
	}
	.yellow_button, .yellow_bright_button, .text_angels_menubar {
		font-size: inherit;
		text-align: center;
	}
	.text_angels_content {
		font-size: 18px;
	}
	
	.navigationBlock {
		width: 100%;
	}
	.left {
		float: left;
		margin-right: 1em;
		margin-bottom: .5em;
		margin: 1em;
	}
}
