* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:white;
  background: black;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
    text-align: center;
  }

  .container img {
    display: block;
    margin:60px auto 0px;

  }

}



@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
    text-align: center;
  }

  .container img {
    display: block;
    max-width: 530px;
    height: auto;
    width: 90%;
    margin:20px auto;

  }

}