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;
  background-image: linear-gradient(135deg, rgb(122, 219, 254) 0%, rgb(0, 12, 101) 100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  counter-reset: section;
}

a {
    text-decoration: none;
    color: white;
}


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 */
}

footer{
  text-align: center;
}

main #landing {
    position: relative;
    width: 100%;
    height: 100vh;
}

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

body .social-icons {
    left: 0;
}

@media screen and (max-width: 1900px)
body .social-links {
    position: absolute !important;
}

body .social-links {
    right: 0;
}
body .social-icons, body .social-links {
    position: fixed;
    bottom: 0;
    margin: 2rem;
    display: flex;
    flex-direction: column;
}

#landing {
padding-top: 10%;

}

@media screen and (max-width: 768px) {
    #landing {
        padding-top: 40%;
    }
}


.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,.15);
    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;
    display: flex;
    align-items: center;
}

#landing .containter {
    height: 100%;
}

.content {
  margin: auto;
}

main  .content h1 {
    font-size: 65px;
    font-weight: 500;
    text-align: center;
}

main  .content h2 {
    text-align: center;
    padding: 0px 30px 0px 30px;
}

main #landing .content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

main #landing .content h1, main #landing .content h2 {
    margin: 0;
}


body .social-links a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.25em;
    letter-spacing: .1em;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

body .social-icons a>img, body .social-links a>img {
    margin-top: 20px;
    width: 25px;
    height: 25px;
    filter: invert(100%);
}

.name {
color: #fff;
    text-decoration: none;
}

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;
}

main .section-title::before, main .section-title::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fff;
    opacity: .3;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-size: 10px 10px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  min-height: 325px;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  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 */
}



.card h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.card p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}



