body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.container {
  width: 98%;
  margin: 0 auto;
}

.header h1{
    width: 80%;
}

.topcontainer {
  display: inline-block;
    height: auto;
    background:none;
}
.topcontainer .leftcol {
  display: none;
}
.righttop {
  width: 100%;
  margin: 0;
}
.righttop img {
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #800000;
}

.leftcol {
	width: 275px;
	float: left;
	margin: 0 25px 0 0;
}
.rightcol {
	width: 565px;
	margin: 0 0 0 315px;
}
.leftcol {
	width: 30%;
	float: left;
	margin: 0 0 0 0;
}
.rightcol {
	width: 65%;
	margin: 0 0 0 35%;
}
.leftcol img{
    width: 100%;
    max-width: 300px;
    height: auto;
}

.hamburg{
    position:fixed;
    top:20px;
    right:5px;
    display:block;
    font-size:45px;
    line-height: 0.6em;
    cursor:pointer;
    background-color:white;
    padding:0 0 12px 0;
    margin:0;
    border:1px solid black;
}

#myNav{
  display:block;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
    padding:0;
    margin: 0;
}

.overlay-content {
  position: relative;
  top: 140px;
  width: 100%;
  text-align: center;
  margin:30px 0 0 -20px;
    padding:0;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px !important;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/*.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}*/

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px  !important;
    color:black;
}
