.logo{color: black;}

.arrow {border: solid white;}


.burger-menu-piece {border-top: 4px solid black;}

.footer{color: white;}


.slide:nth-of-type(1){
/*background-image: url('../images/girl-1848454_1920.jpg');*/
  background-image: url('../img/img01.jpg');
  background-size: cover;
  background-position: 30% 50%;
  background-repeat: no-repeat;
}


.slide:nth-of-type(2){
/*background-image: url('../images/fashion-1063100_1920.jpg');*/
  background-image: url('../img/img02.jpg');
  background-size: cover;
  background-position: 17% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(3){
/*background-image: url('../images/sea-2654890_1920.jpg');*/
  background-image: url('../img/img03.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(4){
/*background-image: url('../images/sea-2654890_1920.jpg');*/
  background-image: url('../img/img04.jpg');
  background-size: cover;
  background-position: 55% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(5){
/*background-image: url('../images/people-2605526_1920.jpg');*/
  background-image: url('../img/img05.jpg');
  background-size: cover;
  background-position: 15% 50%;
  background-repeat: no-repeat
}


