* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
    	//background-color: #c0c0c0;
	//background-color: #F5a930;
	background-color: #ecd190;
	max-width: 1000px;
	height:100vh;
	margin: auto;
	overflow:hidden;
}

header {
	padding:0;
	//background-color: #F0F0F0;
	background-color: #ecd190;
	text-align: center;
	max-width: 700px;
	height: 8%;
	margin: auto;
}

section {
	//background-color: #FFFFFF;
	//width: 700px;
	margin: auto;
	padding-bottom:0px;
	text-align:center;
	overflow:hidden;
}

#insideSection {
	position: relative;
	//height:80vh;//664px;
	text-align:center;

}

footer {
	background-color: #ffffff;
	text-align: center;
	max-width: 700px;
	margin: auto;
	margin-top:-0.8%;
	clear: both;
	height:20vh;
	overflow:hidden;
}

h1 {
    	color: orange;
    	text-align: center;
	margin: 25px 0 15px 0;
}

img.center {
	display: block;
	margin: 0 auto;
	margin-bottom:0px; //margin-top: -650px;
	height:60vh;
}

img.titleImage {
	margin-top:-2vh;
	margin-bottom:0px; //margin-top: -40px;
}


.button0 {
    //background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 10px;
    cursor: pointer;
}

#commentButtons0 {
	padding:0;
	margin:auto;
}

p{
	font-size:130%;
}

@media screen and (orientation:portrait) {
	
	img.titleImage {
		margin-top:-2vh;
		width:130vw;
		left:-14%;
		position:relative;
		text-align:center;
		overflow:hidden;
	}
	#insideSection {
		//height:82vh;//664px;
		overflow:hidden;
	}
	section{
		//height:82vh;
	}
	footer {
		max-width: 1000px;
		//height:12vh;
	}
	p {
		margin:0;
		font-size:300%;
	}

}

@media screen and (orientation:landscape) and (max-device-width: 1000px){
	
	img.center {
		//height:60vh;
	}
	img.titleImage {
		margin-top:-10%;
		//width:130vw;
		//left:-14%;
		position:relative;
		text-align:center;
		overflow:hidden;
	}
	#insideSection {
		//height:82vh;//664px;
		overflow:hidden;
	}
	section{
		//height:82vh;
	}
	footer {
		max-width: 700px;
		//height:12vh;
	}
	p {
		margin:0;
		font-size:200%;
	}

}
