* {
  margin:0px;
  padding:0px;
}


body {
  font-family: 'Square Peg', cursive;
  color:#121141;
  font-size: 18pt;
}

.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;
}

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  background-image:url('../images/background-image.jpg');
  height: 100vh;
  width: 100vw;
}

@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
    position: relative;
  }


}



@media screen and (max-width : 1099px){
  
  .container {
    position: absolute;
    left: 50%; 
    margin-top: 5rem;
    transform: translateX(-50%);
    width: 80%;
  }

}