header {
  width: 900px;
  margin: auto;
  background: black;
  color: white;
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: bold;
 
/*  margin-top: -10px; */
/*  background: url(http://stayathome-syllabus.greenfox.academy/week01/assets/first-website-header.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  */
}

.menu {
  color: white;
  text-decoration: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  background: lime;
}

main {
  font-family: 'Nunito', sans-serif;
  color: #222;
  width: 900px;
  margin: auto;
  position: relative; 
}

p {
  font-family: 'Nunito', sans-serif;
  color: #222;
  margin-right: 30px;
  line-height: 1.5;
}

/*section {
  height: 500px;
  display: flex;
  justify-content: space-between;
} */

h3, h4, h5 {
  font-family: 'Abril Fatface', cursive;
  color: #222;
  margin: 0px;
}

h1 {
  font-family: 'Montserrat Subrayada', sans-serif;
  color: #222;
  margin: 0px;
}
h1:hover {
  color: lime;
  background: black;
}

.cim {
  font-family: 'Montserrat Subrayada', sans-serif;
  color: #222;
  font-size: 170%;
  position: absolute;
  top: 250px;  
  left: 60px;
}

.header-image {
  margin-left: -20px;
  margin-right: 10px;
  float: left;
  width: 105%;
  height: 400px;
}

h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 130%;
}

h5 {
  font-size: 20px;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 0px;
}

h6 {
  font-family: 'Merriweather';
  font-size: 15px;
  font-style: italic;
  margin-top: 0px;
}

li {
  font-family: 'Nunito', sans-serif;
  color: #222;
  font-size: 13px;
  list-style-type: square;
  padding: 3px;
}

.felso li {
  font-size: 15px;
}

.column {
  float: left;
  padding: 10px;
}

blockquote {
  font-family: 'Montez', cursive;
  color: white;
  font-size: 46px;
/*  width: 40%; */
  margin-left: -20px;
  margin-top: 20px;
  margin-right: auto;
  background: #222e; /* #112b; */
  padding: 10%;
  position: relative;
/*  border: 5px solid yellow; */ 
}

blockquote::before {
  content: '„'; /* '“'= option+2; */
  /* then the styling */
  font-size: 250%;
  transform: rotate(0.5turn);
  position: absolute;
  top: 1px;
  left: 5px;
}

footer {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 5px solid black;
}

.text {
  font-family: 'Josefin Sans', sans-serif;
  color: #222;
  margin-top: 20px; 
  line-height: 1.5;
}


.column-left {
  width: 30%;
/  position: relative;
}

.column-right {
  padding-left: 5%;
  padding-top: 5%;
  width: 70%; 
}

.row {
  display: flex;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}