body{
	font-family: "Trebuchet MS", Helvetica, sans-seri;
	padding: 20 px;
	font-size: 1em;
}

#home{
	display: none;
}

/*li {
	margin-bottom: 0em;
}*/
header{
	float: left;
	width: 20%;
	position: fixed;

}
nav ul{
	padding-left:20px;
	margin: 0;
	font-size: 0.8em;
}

nav a{
	text-decoration: none; /* to remove the underlining from the navigation links */
}

section{
	float: right;
	width: 75%;
	border-left: 1px solid black;
	padding: 10px;
}


/* Glyph, by Harry Roberts */

hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr:after {
    content: url("images/icon.jpg");
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
section img{
	padding-top: 10px;
	width: 500px;
	display: block;
	margin: 0 0 0 auto;
}
footer{
	clear: both;
	float: right;
	font-size: 0.8em;
	font-style: italic;
}
	
@media all and (max-width : 1050px) {
body{
	padding: 5px;
}
#home{
	position: fixed;
	right: 0;
	top: 0;
}
header{
	clear: both;
	float: none;
	position: static;
	width: 100%;
}
header img{
	float: left;
	margin: 0 10px 20px 0;
}
header h1{
	margin-top: 0px;
}
header p:nth-child(4), header p:nth-child(5) {
    display: none;
}

section{
	float: none;
	padding: 10px;
	border: none;
	width: 95%;
}

nav ul{
	padding-left:0;
	margin: 0;
}
nav li{
	list-style-type: none; /* to remove the bullets from the navigation links */
	float: left; /* to line the navigation links horizontally */
	padding-right:30px; /*to create space between the links */
}

nav a, #home a{
	text-decoration: none; /* to remove the underlining from the navigation links */
}
.clear{
	clear: both;
}

/* button CSS */
#home {
    background-color: lightblue;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 12px;
}

}