* {
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
  }

body {
  color: #202020;
  background-color: white;
  -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
  }
a:hover,
a:focus {
    text-decoration: underline;
}

footer a {
    color: #d8d8d8;
}

p {
    margin: 1em 0;
}

.jumbotron {
    color: white;
    background-image: url("/assets/images/clouds-web.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }

  @keyframes slide-up {
    from {
        
        opacity: 0;
        line-height: 200px;
    }
    to {
        
        opacity: 1;
        line-height: 66px;
    }
}

@keyframes fade-in {
    from {
        
        opacity: 0;
    }
    to {
        
        opacity: 1;
    }
}

.jumbotron .buttons-unit {
    width: 100%;
    text-align: center;
    animation: slide-up 3s;
  }

.jumbotron .buttons-unit .button {
    font-weight: 400;
    color: white;
    font-size: 17px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    line-height: 1.0;
    transition: background 0.1s ease-out, color 0.1s ease-out;
    padding: 0.6em 1.6em;
    margin: 0 0.8em;
    display: inline-block;
    text-decoration: none;
    background-color: #275fda;
}

.slide-up {
    animation: slide-up 3s;
    animation-play-state: paused;
}

.fades-in {
    animation: fade-in 3s;
    animation-play-state: paused;
}

section {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

section.lead {
    font-weight: 300;
    color: #202020;
    font-size: 22px;
    line-height: 35.2px;
    text-align: center;
    max-width: 760px;
    padding-top: 6em;
}

section.point1, section.point2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-bottom: 4em;
    padding-top: 4em;
    min-height: 45vh;
    max-width: 750px;
    flex-wrap: wrap;    
}

section.point1 {
    flex-direction: row-reverse;
}

section.point2 {
    flex-direction: row;
}

section.point1 .pose, section.point2 .pose {
    max-width: 415px;
}

section.point1 .icon, section.point2 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    pointer-events: none;
    background: white;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 32px rgba(0, 0, 0, 0.12);
    margin: 0 -15px;
    overflow: hidden;
    padding-top: 26px;
    position: relative;
}

footer {
    font-weight: 400;
    color: #d8d8d8;
    font-size: 15px;
    line-height: 24px;
    background: #343a40!important;
    box-shadow: inset 0 10px 10px -5px #0d1116;
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .nav-home {
    width: 50px;
    height: 50px;
  }

  .network-name {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}