body {

    font-family:arial;
    background-color: #fff;
    margin: 0;
    font-size: 30px;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

#header {
    background: linear-gradient(0deg, #50398e 0%, #4d4a99 100%);
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    --headerHeight: 120px;
    z-index: 10000;
}

#header ul {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left: calc(50% - 600px);
    padding:0;
    list-style: none;
    color:white;
    display:flex;
    height: 60px;
    width:1200px;
    text-align:center;
}

#header p {
    margin-top: 48px;
    cursor:pointer;
    font-size:14pt;
    text-transform: uppercase;
    margin-left:50px;
}

#header p:hover {
    cursor:pointer;
    color:#a8a8a8;
}

.logo {
    margin-top:30px;
    height: 60px;
    margin-right:300px;
    cursor: pointer;
}

.menu-button {
    display:none;
    height:40px;
    cursor: pointer;
}

#content img {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
}

ul#content p {
    margin: 0;
    color: black;
    display: block;
    text-align: center;
}

.content1 {
    background-color: #1e1e1e;
}

.content2 {
    background-color: black;
}


#small-content {
    list-style-type: none;
    padding: 0;
    width: auto;
    text-align: center;
    margin-left: -80px;
    margin-top: 45px;
}

ul#small-content li {
    width: 300px;
    height: 250px;
    display: inline-block;
    background-color: #d4d4d4;
    margin-left: 80px;
    margin-bottom: 45px;
    border-radius: 30px;
    box-shadow: 1px 1px 5px #555555;
}

#api-content {
    
    list-style-type: none;
    padding: 0;
    width: auto;
    text-align: center;
    color: #eee;
    background-color:#ccc;
    padding-top: 10px;
    padding-bottom: 80px;
}

ul#api-content img {
    margin-top: 30px;
    margin-bottom: 10px;
}

ul#api-content p {
    color:#777;
    font-size: 16pt;
    margin-left:20px;
    margin-right:20px;
}

ul#small-content li:hover {
    background-color: #b8b8b8;
    cursor: pointer;
}

ul#small-content img {
    width: 80px;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 35px;
}

#footer {
    font-size: 12pt;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

#footer a {
    color: #666;
}

#tmp {
    width: 500px;
    text-align: center;
    display: block;
    height: 400px;
    margin-top: 50%;
    margin-left: 0 auto;
    background-color: #d4d4d4;
}

#GDPR-banner {
    background-color: #2dacca;
    width: 90%;
    display: block;
    border-radius: 10px;
    font-size: 12pt;
    margin-left: 5%;
    height: 85px;
    position: fixed;
    bottom: 20px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

#GDPR-banner ul {
    margin-left: 0;
    padding-left: 0;
}

#GDPR-banner li {
    list-style-type: none;
    display: block;
}

.cookie-text {
    text-align: center;
    color: #fff;
}

#cookie-close p {
    padding-top: 5px;
}

#cookie-close {
    margin-left: calc(50% - 35px);
    width: 70px;
    background-color: #ffffff;
    height: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: -5px;
    cursor: pointer;
}

.cookie-close:hover {
    background-color: #aaa;
}

#code-snippets {
    width: 90%;
    background-color: #d4d4d4;
    font-size: 12pt;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#code-block {
    background-color: #777;
    color: #ffc675;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    width: auto;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 12pt;
}

#code-block p {
    margin-top: -18px;
}

.comment {
    color: #93e184;
}

.object {
    color: #ff80b3;
}

.object-type {
    color: #80dfff;
}

.function {
    color: #e6ccff;
}

.data-type {
    color: #99ffff;
}

.pre-processor {
    color: #80b3ff;
}

#block-text {
    width: 90%;
    margin-left: 5%;
    font-size: 14pt;
    margin-top: 40px;
}

#no-cookies {
    font-size: 12pt;
    width: 200px;
    background-color: #2dacca;
    height: 50px;
    color: white;
    border-radius: 15px;
    cursor: pointer;
    margin-left: calc(50% - 100px);
    margin-top: 30px;
}

#no-cookies p {
    text-align: center;
    padding-top: 15px;
}

#con-1-container {
    position: relative;
    margin: 0 auto;
}

.disc-1 {
    font-size: 3vw;
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 30%;
    right:5%;
    max-width: 500px;
}

label:before{
    height:40px;
    width:40px;
    background:url('menu.png');
    background-size:40px;
    display:inline-block;
    content:"";
    margin-left:20px;
    transition:all .5s;
    position:static;
    opacity:1;
  }

  label{
    display:block;  
    padding:10px;
    color:white;  
    cursor:pointer; 
  }

  input[type="checkbox"]{
    visibility:hidden;;
  }

  #collapse:checked ~ p{  
    opacity:1;
    display:block;
  }

  #collapse:checked + label:before {
    opacity:0.5;
  }

/* Screen < 1200px for condensed header */

@media screen and (max-width: 1199px) {

    #header {
        position: fixed;
        height:120px;
    }

    .logo {
        margin-right: 0px;
        padding-top: 0px;
        margin:0;
    }

    .menu-button {

        display:block;
        margin-top: 40px;
        margin-left:50px;
    }

    #header ul {

        display:block;
        margin-top: -60px;
    }

    #header p {
        margin-left:0;
        display:none;
    }

    #content {
        margin-top:120px;
    }

    #small-content {
        display:none;
    }

    #code-snippets {

        margin-top: 160px;
    }

    #block-text {

        margin-top:160px;
    }
}

/* Screen >= 1200px */
@media screen and (min-width: 1200px) {
    .disc-1 {
        font-size: 27pt;
    }

    #con-1-container {
        width:1200px;
    }

    #header ul {

        margin-top: -20px;
    }

    label {
        display:none;
    }
}

/* Double pixel density screens */

@media only screen and (max-device-width: 460px) {
    body {
        font-size: 60px;
    }
    #header {
        height: 240px;
    }
    
    #header p {
	    font-size:50px;
        margin-top: 80px;
    }

    #header ul {

        display:block;
        margin-top: -120px;
    }
    label:before{
        height:80px;
        width:80px;
        background:url('menu.png');
        background-size:80px;
        margin-left:40px;
        margin-top:40px;
    }
    label{
        padding:20px; 
    }
    #content {
        margin-top: 240px;
    }
    ul#small-content li {
        width: 600px;
        height: 500px;
    }
    ul#small-content img {
        width: 160px;
        height: 160px;
        margin-top: 100px;
        margin-bottom: 75px;
    }
    #small-content {
        margin-top: 90px;
    }
    li#footer p {
        font-size: 32;
    }
    #tmp {
        margin-top: 100%;
    }
    .logo {
        margin-right: 0px;
        margin:0;
        height:120px;
    }
    .menu-button {
        display:block;
        margin-top: 80px;
        margin-left:100px;
        width:80px;
    }
    #GDPR-banner {
        font-size: 24pt;
        height: 160px;
    }
    #cookie-close {
        margin-left: calc(50% - 70px);
        width: 140px;
        height: 60px;
        border-radius: 20px;
        margin-top: -10px;
    }
    #cookie-close p {
        padding-top: 10px;
    }
    #code-snippets {
        margin-top: 320px;
    }
    #code-block p {
        font-size: 24pt;
    }
    #block-text {
        font-size: 14pt;
        margin-top: 320px;
    }
    #no-cookies {
        font-size: 24pt;
        width: 400px;
        height: 100px;
        margin-left: calc(50% - 200px);
        margin-top: 60px;
    }
    #no-cookies p {
        padding-top: 30px;
    }
}
