*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

@font-face { 
    font-family: "roundedfont"; 
    src: url("../resources/ARLRDBD.TTF");
}

html{
    scroll-behavior: smooth;
    scroll-padding: 120px;
}

body{
    font-family: "roundedfont";
}

main{
    min-height: calc(100vh - 80px);
}

@media (min-width: 1400px) {
    body{

        zoom: 1.2;
    }
}

@media (min-width: 1920px) {
    body{
        zoom: 1.4;
    }
}

::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    top: 80px;
    background-color: #252526;
    border-left: white solid 1px;
    border-right: white solid 1px;
}
   
::-webkit-scrollbar-thumb {
    background: #252526; 
    border: 2px solid transparent;
    outline-offset: -6px;
    outline: red 3px solid;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    outline: orange 3px solid;
}

/*

html {
    scrollbar-width: 18px;
    scrollbar-color: #551a8b #2c2c2d;
}

*/

/*Default margins*/

article{
    margin-right: 10px;
    margin-left: 10px;
}

/*Nav and Footer*/

nav{
    background: #252526;
    height: 80px;
    width: 100%;
}

nav ul{
    float: right;
    margin: 20px;
}

.Bnav{
    height: 110px;
    padding-left: 10px;
}

nav ul li{
    display: inline-block;
    line-height: 40px;
    margin: 0 15px;
}

nav ul li a{
    color: orange;
    font-size: 17px 13px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    a.move{ 
        position: absolute;
        margin-top: 5px;
        margin-left: 13px;
    }

    nav ul li{
        margin: 0px;
    }

    nav ul{
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    a.hideable{
        display: none;
        position: absolute;
    }
}

a.logo{
    color: red;
    font-size: 35px;
    line-height: 80px;
    padding: 0 0px;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}

a.Return{
    color: green;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 5px;
    width: 80px;
    display:inline-block;
    font-size:14px;
    margin-left: 10px;
    text-decoration: underline;
    padding: 3px;
    border-radius: 12px;
}

a.Return:hover{
    background-color: #ffffff0d;
    border-radius: 6px;
    transition-duration: 0.15s;
    border-top: 1px solid #ffffff13;
    
}

footer{
    background: #252526;
    padding-left: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Headings and Text*/

h3{
    color: orange;
}

h2{
    color: darkorange;
}

h4{
    color: green;
}

.CT{
    text-align: center;
}

.backG{
    color: white;
}

.backGC{
    color: white; 
    text-shadow: 2px 0 0 black, 0 -2px 0 black, 0 2px 0 black, -2px 0 0 black;
}

/*Links\Buttons*/

a{
    cursor: default;
    text-decoration: underline 1px;
}

a.WLinkOBox{
    color: white;
    font-size: 17px 13px;
    text-transform: uppercase;
    background-color: orange;
    padding: 7px 15px;
    border-radius: 4px;
    white-space: nowrap;
}

a.WLinkOBoxS{
    color: white;
    font-size: 17px 13px;
    text-transform: uppercase;
    background-color: orange;
    padding: 1px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

a:active{
    position: relative;
    top: 2px;
}

input:active{
    position: relative;
    top: 2px;
}

@media (max-width: 480px) {

    a.move:active{
        position: absolute;
        top: 38px;
    }
}

a:hover{
    text-decoration: underline 2px;
}

/*Default resources*/

.main{
    background-color: #be945c;
    background-image: url(../resources/DE-KIPJES/backgroundDE-KIPJES.jpg);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.code{
    margin-left: 10px;
    margin-right: 10px;
}

/*Unsorted*/

/*code input*/

h2.code{
    margin: 0 0 10px;
    padding: 0;
    color:#fff;
}


.codeD{
    position: absolute;
    left: 37%;
    transform: translate(-20%);
}

/*about*/

li.about{
    display: inline-block;
    line-height: 40px;
    margin: 0 15px;
}

article.about{
    background-color: #665827;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(../resources/background.jpg);
    margin: 0;
    
}

img.about{
    float: left;
    padding-right: 15px;
    border-radius: 4px;
    max-width: 200px;
    width: 35%;
}

div.about{
    color: #fff;
}

img.about, div.about{
    display: inline-block;
}

article.about1{
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    
}
