

a {
  color: #606060;
}

p{
    margin-left: 100px; 
    margin-right: 100px;
    font-family: plantin, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.01em;
    
}


.hero-image {
  background-image: url("city.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}

.container {
 display: grid;
 align-items: center; 
 column-gap: 5px;
}

.column {
  float: left;
  width: 50%;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




@media screen and (max-width: 601px) {
  p{
    margin-left: 50px; 
    margin-right: 50px;
    font-family: plantin, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
}

h1{

  font-family: linotype-sabon, sans-serif;
font-style: normal;
  font-weight: 300;
}


#footer{
 
   font-family: plantin, sans-serif;
   font-weight: 300;
   font-style: normal;
    margin-left: 20px;
    line-height: 1;
}

.firstcharacter {
  float: left;
  font-family: plantin, sans-serif;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}