html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFF ;
    font-family: 'Agency FB';
    margin: 0;
    padding: 0;
    width: auto;
}

header {
    background-color: #00BBFF;
    color: white;
    text-align: row;
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: space-between;
    border-bottom: 2px solid #0051ff;
}

header .logo {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}

header .logo img {
    width: 100%;
}

header a {
    color: white;
    text-decoration: none;
    margin-top: 0.5em;
    margin: 0 1em;
    font-size: 1.5em;

}

header a:hover {
    color: #f0f0f0;
}

header ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 50%;
}

header ul li {
    margin-top: 1.2em;
}

header ul li a:hover {
    background-color: #f0f0f0;
    color: #00BBFF;
    transition: 0.5s;
}

header .nav2 {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.txt3 h1 {
    color: #000000;
    margin: 0;
    font-size: 1.7em;
    margin-top: 2em;
    margin-left: 3em;
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
    margin-bottom: 1em;
}

.txt3 p {
    color: #474747;
    margin: 0;
    font-size: 1.5em;
    margin-left: 3em;
    margin-bottom: 3em;
}

.txt3 h2 {
    color: #000000;
    margin: 0;
    font-size: 1.7em;
    margin-top: 2em;
    margin-left: 3em;
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
    margin-bottom: 3em;
}

.content2 {
    width: 100%;
    margin-bottom: 5em;
    margin-top: 5em;
    display: flex;
    justify-content: space-evenly;
}

.content2.a {
    align-items: start;
}

.content2 h1 {
    color: #fff;
    text-align: center;
}

.content2 .pc {
    width: 22%;
    border: 2px solid #5884ed;
    border-radius: 15px;
    transition: 0.3s;
}

.pc {
    background-color: #00BBFF;
    border: #5884ed;
    padding: 1.5em 1.5em 7em 1.5em;
}

.content2 .pc img {
    width: 100%;
    padding: 0px 0px 15px 0px;
}


.content2 .pc a:hover {
    color: white;
    transition: 0.3s;
}

.content2 a {
    padding: 2em;
    text-align: center;
    text-decoration: none;
}

.content2 .pc h2 {
    color: white;
    text-decoration: none;
}

.content2 .pc p {
    color: white;
    text-decoration: none;
    font-size: larger;
    text-align: left;
}

/* hardware.html */

.txt {
    margin-bottom: 5em;
    margin-top: 10em;
}

.txt h1 {
    color: #000000;
    text-align: center;
    font-size: 2em;z
}

main {
    display: flex;
}

.contentsv {
    width: 80%;
    background-image: url("verlijn.jpg");
}

.sidebar {
    background-color: #00BBFF;
    width: 20%;
    margin-top: 5em;
}

.sidebar h2 {
    color: white;
    margin-left: 1.1em;
    margin-top: 1em;
    font-size: 1.5em;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin: 1em;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    margin-left: 1.1em;
}

.sidebar ul li a:hover {
    color: #f0f0f0;
    transition: 0.5s;
}

.content .pc {
    width: 30%;
    border: 2px solid #5884ed;
    border-radius: 15px;
    transition: 0.3s;
    margin: 1em;
}

section {
    width: 100%;
}

/* sv.html */

#container {
    display: flex;
    flex-direction: row;
    width: 800px;
    margin-left:auto;
    margin-right: auto;
}

.column {

    padding: 30px;
    border: 1px solid rgb(255, 255, 255);
    width: 50%;
}

.item {
    width: 100%;
    height: 300px;
    margin-top: 45px;
    border: 3px solid #0051ff;
    margin-bottom: 5em;
    display: flex;
    flex-direction: column;
    background-color: #00BBFF;
    border-radius: 20px



}

.item img {

 width: 50%;
 margin: auto;
 padding: 5%;
 border-radius: 20px;


}

.svtekst {
margin-bottom: 20%;
text-align: center;
width: 100%;
display: block;
color:#f0f0f0

}

.item2 {

    width: 100%;
    height: 300px;
    margin-top: 45px;
    border: 3px solid #0051ff;
    margin-bottom: 5em;
    display: flex;
    flex-direction: column;
    background-color: #00BBFF;
    border-radius: 20px;



}

.item2 img {

    width: 50%;
    margin: auto;
    padding: 5%;
    border-radius: 20px;


}

.svtekst {
    margin-bottom: 20%;
text-align: center;
width: 100%;
display: block;
color:#f0f0f0

}
footer {
    background-color: #00BBFF;
    color: white;
    text-align: center;
    padding: 1em 0.5em;
    margin-top: 5em;
    font-size: 1.5em;
}

@media only screen and (max-width: 600px) {
    body {
      margin: 0;
    }

    header {
        display: block;
    }

    header .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    header .nav2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    header ul {
        display: flex;
        justify-content: center;
        list-style: none;
        width: 100%;
    }

    header ul li {
        margin-top: 1.2em;
    }

    header ul li a:hover {
        background-color: #f0f0f0;
        color: #00BBFF;
        transition: 0.5s;
    }

    header .nav2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner {
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .txt3 h1 {
        color: #000000;
        margin: 0;
        font-size: 1.7em;
        margin-top: 2em;
        margin-left: 3em;
        border-left: 1px solid #5884ed;
        padding-left: 1.1em;
        margin-bottom: 1em;
    }

    .txt3 p {
        color: #474747;
        margin: 0;
        font-size: 1.5em;
        margin-left: 3em;
        margin-bottom: 3em;
    }

    .txt3 h2 {
        color: #000000;
        margin: 0;
        font-size: 1.7em;
        margin-top: 2em;
        margin-left: 3em;
        border-left: 1px solid #5884ed;
        padding-left: 1.1em;
        margin-bottom: 3em;
    }

    .content2 {
        width: 100%;
        margin-bottom: 5em;
        margin-top: 5em;
        display: flex;
        justify-content: center;
    }

    .content2.a {
        align-items: start;
    }

    .content2 h1 {
        color: #fff;
        text-align: center;
    }

    .content2 .pc {
        width: 80%;
        border: 2px solid #5884ed;
        border-radius: 15px;
        transition: 0.3s;
    }

    .pc {
        background-color: #00BBFF;
        border: #5884ed;
        padding: 1.5em 1.5em 2em 1.5em;
    }

    .content2 .pc img {
        width: 100%;
        padding: 0px 0px 15px 0px;
    }

    .content2 .pc a:hover {
        color: white;
        transition: 0.3s;
    }

    .content2 .pc:hover {
        border-color: white;
        transform: scale(1.05);
        transition: 0.8s;
    }

    .content2 a {
        padding: 2em;
        text-align: center;
        text-decoration: none;
    }

    .content2 .pc h2 {
        color: white;
        text-decoration: none;
    }

    .content2 .pc p {
        color: white;
        text-decoration: none;
        font-size: larger;
    }

    /* hardware.html */

    .txt {
        margin-bottom: 5em;
        margin-top: 5em;
    }

    .txt h1 {
        color: #000000;
        text-align: center;
        font-size: 2em;
    }

    main {
        display: flex;
    }

    .content {
        width: 100%;
    }

    .sidebar {
        background-color: #00BBFF;
        width: 100%;
    }

    .sidebar h2 {
        color: white;
        margin-left: 1.1em;
        margin-top: 1em;
        font-size: 1.5em;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

    .sidebar ul li {
        margin: 1em;
    }

    .sidebar ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.5em;
        margin-left: 1.1em;
    }

    .sidebar ul li a:hover {
        color: #f0f0f0;
        transition: 0.5s;
    }

    .content .pc {
        width: 80%;
        border: 2px solid #5884ed;
        border-radius: 15px;
        transition: 0.3s;
        margin: 1em;
    }

    section {
        width: 100%;
    }

    .content .pc img {
        width: 100%;
    }

    .content .pc a:hover {
        color: white;
        transition: 0.3s;
    }

    .content .pc:hover {
        border-color: white;
        transform: scale(1.05);
        transition: 0.8s;
    }

    .content a {
        padding: 2em;
        text-align: center;
        text-decoration: none;
    }

    .content .pc h2 {
        color: white;
        text-decoration: none;
    }

    .content .pc p {
        color: white;
        text-decoration: none;
        font-size: larger;
    }

    .content2 {
        list-style: column;
    }
    
    .content2 .pc {
        width: 85%;
        border: 2px solid #5884ed;
        border-radius: 15px;
        transition: 0.3s;
        list-style: column;
    }



  }










