.main{
  border: 1px solid var(--color-green);
  font-size: 1em;
}


:root {
  --color-black: #000;
  --color-red: black;
  --color-green: #1c75ff;
  --alaska-exp:  "Alaska-UltExpMedContrast", helvetica ,sans-serif ;
  --alaska-med:  "Alaska-Medium", helvetica ,sans-serif ;
  --alaska-med-italic:  "Alaska-MediumItalic", helvetica ,sans-serif ;
  --alaska-condensed: "Alaska-CondensedBold", helvetica ,sans-serif ;

}
.nw{
  
  /*border-bottom: 0px;*/
}

.nw{
  padding: 10px;
  border-color: var(--color-green);
}

.sw{
  border-color: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw li{
  margin-bottom: 5px;
}

.ne{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

p{
  margin-bottom: 1em;
}


strong{
  font-weight: normal;
  font-size: 16px;
}

.pictures-slider{
  height: 100%;
  width: 100%;
}

.pictures-slider div{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide{
  width: 100%;
  height: 100%;
}



@media only screen and (max-width: 1024px) {
  .nw,
  .ee,
  .sw,
  .ne{
      position: relative;
      width: 100%;
      height: auto;
      border-right: 0px;
      border-left: 0px;
  }

  .pictures-slider{
  height: 30vh;
  width: 100%;
}

.sw ul{
  transform: translateY(50%);
  margin-bottom: 10%;
}

  main nav {
    margin: 5%;
  }

}