/* html {
    scroll-behavior: smooth;
  } */

@media only screen and (max-width: 600px) {
    .home-background {
        background-image: url('../../images/backgrounds/3d-mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 1200px) {
    .home-background {
        background-image: url('../../images/backgrounds/croppedglass.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* Introduction */

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.backgroud-intro {
    background-color: #316CE6;
}


/* Domain */

.domain-background {
    background-color: hsl(0, 0%, 19%);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-content {
    min-height: 50vh;
    color: white;
}


/* milestones */


/* The actual timeline (the vertical ruler) */

.milestone-background {
    background-color: #3371E3;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #303030;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.containerX {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* The circles on the timeline */

.containerX::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #09C1D1;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    ;
}


/* Place the container to the left */

.left {
    left: 0;
}


/* Place the container to the right */

.right {
    left: 50%;
}


/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}


/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}


/* Fix the circle for containers on the right side */

.right::after {
    left: -16px;
}


/* The actual content */


/* .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
} */


/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    /* Full-width containers */
    .containerX {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure that all arrows are pointing leftwards */
    .containerX::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


/* Featues */

.feature-background {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background: url('../images/backgrounds/k8.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: background-image 4s;
}

.logo-table {
    width: 50%;
    position: relative;
    left: 50%
}

.parallax-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}


/* Tools */

.feature-background {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-tool {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background: url('../images/backgrounds/776.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-container-tool {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.tools-background {
    height: 100vh;
    background-color: #303030;
}

.notification-card:hover {
    background-color: #303030;
    columns: white;
}


/* Team */

.team-background {
    height: 100vh;
    background-color: #1FBDCE;
}


/* Back to top */

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.parallax-ach {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background: url('../images/backgrounds/ach.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-home {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background: url('../images/backgrounds/croppedglass.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-container-home {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}