@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    font-family: 'Open Sans', sans-serif;


}
.parallax {
    background: rgb(31, 96, 17);
   
  background-image: url("test.png");

  min-height: 500px;
padding-bottom:80px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
    border-bottom: 5px solid #12390a;
    
}
.parallax2 {
     background: rgb(17, 66, 96);
  background-image: url("test.png");

  min-height: 500px;
padding-bottom:80px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
    border-bottom: 5px solid #143448;
    
}
.parallax3 {
     background: rgb(17, 96, 77);
  background-image: url("test.png");
padding-bottom:80px;
  min-height: 500px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
    border-bottom: 5px solid  #175344;
    
}
.parallax4 {
     background:rgb(57, 17, 96);
  background-image: url("test.png");
padding-bottom:80px;
  min-height: 500px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
    border-bottom: 5px solid  #2b1144;
    
}
.parallax5 {
     background:rgb(96, 17, 32);
  background-image: url("test.png");
padding-bottom:80px;
  min-height: 500px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
    border-bottom: 5px solid #44111b;
    
}
p,li{
    font-size:18px;
}


.navbar-inverse {
  background-color: #ffffff4a;
  border-bottom: 2px solid white;
    padding-bottom:10px;
}
.navbar-inverse .navbar-nav > li > a{
    color:white;
    position:relative;
    top:5px;
}
.navbar-inverse .navbar-nav > li > a{
    background:transparent;
    font-size:14px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
    background-color:transparent;
}

.button1{
    padding: 13px 60px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px;
    background:gold;
        box-shadow: none;
    color: #4f4f6f;
    font-weight: 500;
    border: none;
}

.navbar-collapse{
    border:0;
}
