html {
  scroll-behavior: smooth;
}
body{
  background-image: url('../images/top-bg.jpg');
  background-color: #ffffb1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  overflow-x: hidden;
  padding-top: 54px;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
/*************************/
.btn, .btn-primary{
  background-color:#4d335e;
  border: none;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.btn:hover, .btn-primary:hover{
  background-color:#201129;
}
a {
    color:#4d335e;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
  }
  a:hover {
    color:#201129;
    text-decoration: none;
  }

  a.footer-link {
      color:;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
    }
  a.footer-link:hover {
      color:;
      text-decoration: none;
  }
/*************************/
.header-list, .header-list-object{
  font-size: 20px;
  text-align: center;
  list-style: none;
}
.vl, .vr {
  border-left: 0.1px solid #f7f7f7;
  /*height: 500px;*/
}
ul.list-1, li.list-item-1{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
h1.header-text{
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Bebas Neue', cursive;*/
  color: #454545;
  text-align: center;
  font-size: 5vw;
}
.annex{
  padding-top: 30px;
  padding-bottom: 30px;
}
.annex-text{
  color:#4d335e;
  padding-top: 70px;
  font-size: 20pt;
}
li.nav-list{
  padding-right: 15px;
}
footer{
  padding-top: 30px;
}
hr{

    height: 1px;

    background-color: #f7f7f7;

    border: none;

}

h3.sub-head-text{
  color:#4d335e;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
}
/*************************/
.top{
  /*background-color: #5ae2d0;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.pro{
  padding-top: 50px;
  padding-bottom: 50px;
}
/*************************/
.middle-text{
  padding: 20px;
}
.middle-box{
  height:100%;
  padding: 20px;
  border-radius: 10px;
  background-color:#7e5997;
  color: #f7f7f7;
  text-align: left;
}
/*************************/
.bottom{
  padding-top: 50px;
  padding-bottom: 50px;
}
