html {
  scroll-behavior: smooth;
}
body{
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow-x: hidden;
  /* padding-top: 54px; */
}
/* @media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
} */
.stories{
  padding-bottom: 20px;
}
.bground{
  color:#ffffff;
  font-size: 15pt;
  padding-bottom: 50px;
  height: 100%;
  background: -webkit-linear-gradient(#04bab8, #6d3c88);
}
.form-control{
  border-radius: 0px;
  padding-bottom:10px;
}
.nav-sub-list, .nav-sub-list-elelment{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
nav.navbar{
  /* background-color: transparent; */
}
#container DIV
{
    margin:50px;
    padding:50px;
    background-color:pink;
}

.hideme
{
    opacity:0;
}
p.content-text{
  font-size: 15pt;

}
.header-list, .header-list-object{
  
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
h1.intro-h1{
  padding-top:150px;


}
p.intro-text{
  font-size: 17pt;
  color: #5a4168;
}
h3.sub-header{
  padding-top:80px;
  font-family: 'Anton', sans-serif;
  background: -webkit-linear-gradient(#04bab8, #6d3c88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo{
  padding-top: 100px;
}
.intro{
  /* padding:30px; */

  height: 100vh;
  background-image: url('../images/header-bg.jpg');
  /* background-image: url('https://via.placeholder.com/1900x1080/db7684/FFFFFF/'); */
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  overflow-x: hidden;
}
.section-mid-a{
  padding-bottom: 20px;
  /* height:10vh; */
  /* padding:30px; */
}
a {
    color:#4d335e;
    font-size: 20pt;
    font-weight: bold;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
  }
  a:hover {
    color:#201129;
    text-decoration: none;
  }

ul.list-1, li.list-item-1{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
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;
}
footer{
  padding-top: 30px;
}
