* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.Slides {
  display: none;
  height: 100%;
}


body{
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  margin: 0px;
  padding: 0px;
  font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
  color: #fff;
  counter-reset: section;
  background-image: linear-gradient(150deg,rgb(51, 51, 51) 0%, rgb(200,200,200) 100%);
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


main {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

main nav .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 32px 0px 32px;
    font-size: 1.3em;
    //transition: all .15s ease-in-out;
}

main nav .brand {
    display: flex;
    align-items: center;
}

main nav .brand img {
    margin-right: 10px;
}

main .nav-scroll ul {
    margin: 8px 0px 8px 0px;
    min-height: 55px !important;
}

main .nav-scroll {
    min-height: 55px !important;
}

main nav .nav-content ul {
    display: flex;
    list-style: none;
}

main nav .nav-content ul li {
    padding: 1rem 0.9rem;
    text-underline-offset: 0.35em;
}

main nav .nav-content .active {
    text-decoration: underline;
    opacity: 1;
}

main nav .nav-content ul li a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
}

main nav {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 5;
}

main .nav-scroll {
    background-color: rgba(0,0,0,.05);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.4);
        backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* Safari support */
}


main section {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.burger-menu {
  display: none;
}


@media screen and (max-width: 768px) {
  .nav-items {
    display: none !important;
  }

  .burger-menu {
  margin: 15px 0px 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    height: 20px;
    width: 25px;
  }

  .line {
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 5px;
    color: white;
  }

    .menu-open {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    position: absolute;
    top: 50px;
    color: white !important;
    right: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,.65);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.4);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px); /* Safari support */
  }
}

.container {
    margin: auto;
    width: 70vw;
    align-items: center;
    text-align: center;
}

.box-container {
  display: flex;
}
main .section-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 40px;
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0px;
    white-space: nowrap;
}

    footer {
      background-color: #333333;
      color: white;
      text-align: center;
  text-align: center;
   bottom: 0;
   position: fixed;
   width: 100%;
   padding-top: 2px;
    }

.footer-left{
  float:left;
}

.footer-right{
  float:right;
  padding-top: 5px;
  padding-right: 5px;
}
.socialicon {
  height:40px;
}

.navlogo {
  max-height:30px;
}

.headercolumn {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px;
      padding-top: 80px;
      text-align: center;
    }

    a {
    color: white;
}
