section,
main,
BODY {
    margin: 0px;
    background-color: #ffffff !important;
    color: rgb(0, 51, 102) !important;
}

P {
    text-align: justify;
    text-justify: auto;
}

p.center {
    text-align: center;
}

H1 {
    color: rgb(0, 51, 102);
    text-align: center;
}

H2 {
    color: rgb(0, 51, 102);
    text-align: center;
}

h2.solid {
    border-style: solid;
}

H3 {
    color: rgb(0, 51, 102);
    text-align: center;
}

H4 {
    color: rgb(0, 51, 102);
    text-align: justify;
}

hr {
    background-color: rgb(0, 51, 102);
    border: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
}

UL {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 5px 0px;
}

ol.download-list {
    text-align: left;
    padding-left: 1.5rem;
    margin: 0 auto;
    max-width: 600px;
}

.specialul UL {
    list-style-type: initial;
    padding: 0px 25px;
}

.indexul UL {
    list-style-type: none;
    margin: 0;
    padding: 0px 30px;
}

.bg-navy {
    background-color: #003366 !important;
}

.text-white {
    color: #ffffff !important;
}

img,
video,
iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2), 12px 12px 20px 0 rgba(0, 0, 0, 0.19);
}

.container,
.container-fluid,
.fk {
    background-color: #ffffff;
}

.d img {
    margin: 0px;
    box-shadow: none;
    padding: 5px;
}

.logo {
    box-shadow: none;
}

.banner-main {
    background-color: rgb(0, 51, 102);
    font-family: Georgia;
}

.nav-link {
    color: #f8f6ed;
}

.smallestslides img,
video {
    width: 155px;
    display: inline-block;
    padding: 1px;
}

.smallerslides img,
video {
    width: 310px;
    display: inline-block;
    padding: 1px;
}

.dtsmallerslides img,
video {
    width: 640px;
    display: inline-block;
    padding: 1px;
}

.box-of-floating-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

/* .box-of-floating-boxes&gt; */

div {
    text-align: center;
    padding: 0px;
}

.designspage img {
    display: inline-block;
    margin: none;
    padding: none;
    border: none;
    box-shadow: none;
}

.floating-box {
    float: left;
    margin: 0px;
    border: 0px;
}

.floating-box img {
    max-width: 100%;
    float: left;
}

.floating-box video {
    max-width: 100%;
}

.floating-box p {
    text-align: center;
    padding: 0px;
}

.designs-box-of-floating-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

/* .designs-box-of-floating-boxes&gt; */

div {
    text-align: center;
    padding: 0px;
}

.designs-floating-box img {
    padding: 0px;
    max-width: 155px;
    float: left;
}

.designs-box-of-floating-boxes img {
    padding: 0px;
    max-width: 155px;
    float: left;
}

.main-box-of-floating-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

/* .main-box-of-floating-boxes&gt; */

div {
    text-align: center;
    padding: 4px;
}

.dtbox-of-floating-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.dtfloating-box {
    display: inline-block;
    margin: 7px;
    border: 0px;
}

.dtfloating-box img {
    padding: 0px;
    max-width: 100%;
}

.dtfloating-box video {
    padding: 0px;
    max-width: 100%;
}

.dropbtn {
    background-color: rgb(0, 51, 102);
    color: #f8f6ed;
    padding: 16px;
    font-size: 16px;
    border: 2px solid #000000;
    cursor: pointer;
    border-radius: 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0px;
    border: 0px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(0, 51, 102);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #f8f6ed;
    padding: 12px 16px;
    text-shadow: 2px 2px 4px #000000;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #0066cc;
    color: white;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
}

.dropdown:hover .dropbtn {
    text-decoration: none;
}

.big {
    font-size: 1.9em;
    font-family: Georgia;
    color: #f8f6ed;
}

.big2 {
    font-size: 2em;
    font-family: Georgia;
}

.bigtext {
    font-size: 1.1em;
    font-family: Georgia;
}


.c {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.centertext {
    text-align: center;
}

.centertext ul {
    display: inline-block;
    text-align: left;
}

.centered {
    display: inline-block;
    list-style-type: none;
    margin: 0 auto;
    text-align: left;
}

.dcenter video {
    display: block;
    margin: 0 auto;
}

.inline img {
    display: inline-block;
    margin: 10px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
}

.redtext {
    color: red;
    display: inline-block;
}

.socialbuttons {
    display: inline-block;
}

.video155 video {
    width: 100%;
    max-width: 155px;
    height: auto;
}

.video310 video {
    width: 100%;
    max-width: 310px;
    height: auto;
}

.video310 img {
    width: 100%;
    max-width: 310px;
    height: auto;
}

.video280 video {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.video280 img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.example video {
    width: 100%;
    max-width: 310px;
    height: auto;
    display: inline-block;
}

.video216 video {
    width: 100%;
    max-width: 216px;
    height: auto;
}

.video480 video {
    width: 100%;
    max-width: 480px;
    height: auto;
}

.video680 video {
    width: 100%;
    max-width: 620px;
    height: auto;
}

.video288 video {
    max-width: 288px;
    height: auto;
}

.video680 img {
    width: 100%;
    max-width: 620px;
    height: auto;
}

.image100 img {
    max-width: 100px;
    height: auto;
}

.image200 img {
    max-width: 155px;
    height: auto;
}

.image310 img {
    max-width: 310px;
    height: auto;
}

.image620 img {
    max-width: 620px;
    height: auto;
}

.image680 img {
    max-width: 680px;
    height: auto;
}

.designsimage img {
    max-width: 620px;
}

@media only screen and (max-width:768px) {
    .image200 {
        max-width: 200;
    }
}

@media only screen and (max-width:1080px) {
    .image200 {
        max-width: 250;
    }
}

/* Center alignment for text */
.centertext {
    text-align: center;
}

.centertext ul {
    display: inline-block;
    text-align: left;
}

.binary img {
    max-width: 155px;
    height: auto;
}

.button-class {
    border: 2px solid #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255, 255, 255, 0);
    border-style: solid;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
    text-align: center;
}

.button-class:hover {
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}

canvas {
    border: 1px solid black;
}


@media screen and (max-width:767px) {
    .big2 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 768px) {
    .hideme {
        display: none;
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 360px) {
    .hideme2 {
        display: none;
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

@media only screen and (min-width: 1079px) {
    .hideme3 {
        display: none;
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}


@media only screen and (max-width: 360px) {
    .binary img {
        max-width: 120px;
        height: auto;
    }
}

@media only screen and (max-width: 360px) {

    img,
    video {
        margin: 0 auto;
        box-shadow: none;
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 360px) {

    .floating-box,
    row {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 360px) {

    container,
    container-fluid,
    row,
    col,
    .box-of-floating-boxes,
    .floating-box,
    .smallerslides img,
    video,
    .big2 {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
}

@media only screen and (max-width: 360px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 2px;
        padding-left: 2px;
    }
}

.listoftechniques ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    columns: 4;
    /* number of columns for larger screens */
    column-gap: 20px;
}

.listoftechniques li {
    break-inside: avoid;
    /* prevents weird splitting across columns */
    padding: 4px 0;
    font-size: clamp(0.8rem, 1vw, 1rem);
    /* resize on different screens */
    line-height: 1.2;
    /* tighter line spacing */
    white-space: nowrap;
    /* keep words on the same line */
}

.listoftechniques a:link {
    color: blue !important;
    /* pretty blue link */
    text-decoration: none;
}

.listoftechniques a:visited {
    /* pretty blue link */
    text-decoration: none;
}

.listoftechniques a:hover {
    color: red !important;
    text-decoration: underline;
}

/* Responsive adjustments for small screens */
@media (max-width: 991.98px) {
    .listoftechniques ul {
        columns: 3;
    }
}

@media (max-width: 767.98px) {
    .listoftechniques ul {
        columns: 2;
    }
}

@media (max-width: 575.98px) {
    .listoftechniques ul {
        columns: 1;
    }
}