* {
    box-sizing: border-box;
}

body {
  margin: 0;
  background-image:  url(images/background-image.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
	overflow: hidden;
	position: auto;
	height: relative;
	text-align: left;
	padding-right: 50%;
}

.content img {
	border-radius: 8px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.img2 img{
	border-radius: 8px;
	position: absolute;
	right: 10px;
	top: 280px;
}

.img3 img{
	border-radius: 8px;
	position: absolute;
	right: 20px;
	top: 450px;
}

.img4 img{
	border-radius: 8px;
	position: absolute;
	right: 20px;
	top: 40px;
}

h1 {
	font-family: "Didot", Times, serif;
	font-size: 35px;
}

h2 {
	text-decoration:underline;
}

.header {
	width: 60%;
	overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
	border:2px solid black;
    border-top-style: hidden;
	border-bottom-style: hidden;
}

.topnav {
	width: 60%;
	text-align: center;
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.column {
    float: left;
    padding: 10px;
}

.column.side {
    width: 20%;
}

.column.middle {
	overflow: hidden;
	position: relative;
	height: relative;
	padding-left: 25px;
    width: 60%;
	height: 600px;
	background-color: white;
	border:2px solid black;
    border-top-style: hidden;
	border-bottom-style: hidden;
}

.column.middleb {
	overflow: hidden;
	position: relative;
	height: relative;
	padding-left: 25px;
    width: 60%;
	height: 1000px;
	background-color: white;
	border:2px solid black;
    border-top-style: hidden;
	border-bottom-style: hidden;
}

.column.middlec {
	overflow: hidden;
	position: relative;
	height: relative;
	padding-left: 25px;
    width: 60%;
	height: 800px;
	background-color: white;
	border:2px solid black;
    border-top-style: hidden;
	border-bottom-style: hidden;
}

.column.footer {
	width: 60%;
	margin-left:20%;
	margin-right:20%;
    padding: 20px;
    text-align: left;
    background: #333;
	color: white;
	font-size:12px;
    font-style: italic;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}