.logo{color: white;}

.arrow {border: solid white;}


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

.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: 15% 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: 60% 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: 40% 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: 62% 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: 50% 50%;
  background-repeat: no-repeat
}

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

