html {
  scroll-behavior: smooth;
}
body{

    overflow-x: hidden;
    padding-top: 100px;
    background-image: url('../images/main-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

/***********************/

ul.nav-list, li.nav-list-items{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

/***********************/

ul{
  list-style: none;
}

li.nav-list{
  display: inline-block;
  padding-right: 10px;
}

/***********************/


.logo{
  height: 100px;
}


/***********************/

.intro{
  padding: 20px;
  background-image: url('../images/header.jpg');
  background-color: #A3EAFB;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

/***********************/
.responsive{
  overflow-x: hidden;
  /*padding-bottom: 20px;*/
}
.section-1{
  position: relative;
  left: 2000px;
  padding: 20px;
  background-color: #4fcfee;
  background-image: url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/***********************/

.section-2{
  position: relative;
  left: -2000px;
  padding: 20px;
  background-color: #ffa9d3;
  background-image: url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/***********************/
footer{
  padding: 20px;
}
/***********************/

#responsiveID{
  position: absolute;
}
#rphotoID{
  position: absolute;
}


/***********************/
@media screen and (max-width: 2001px){
  .nphotoClass{
    visibility: hidden;
  }
  .nonResponsive{
    visibility: hidden;
  }
}

@media screen and (min-width: 2000px){
  .responsive{
    visibility: hidden;
  }
  .rphoto{
    visibility: hidden;
  }
  .responsive-section-1{
    overflow-x: hidden;
    background-color: #4fcfee;
  }
  .responsive-section-2{
    overflow-x: hidden;
    background-color: #ffa9d3;
  }
}

@media screen and (min-width: 2000px)  and (max-width: 2396px){
  .section-1{
    position: relative;
    left: 1500px;
    padding: 20px;
  }
  .section-2{
    position: relative;
    left: -1500px;
    padding: 20px;
  }
}
/***********************/
