@media only screen and (min-width: 900px) {
    body {
        background-image: url("scbackground.jpg");
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 23px;
        margin: 0 !important;
        text-align: center;

    }

    .wrapper {
        text-align: center;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: inline;
    }

    .header {
        width: auto;
        padding: 40px 0;
    }

    #logo {
        width: 60%;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }

    .nav {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        background-color: #000;
        padding: 10px;
        width: 900px;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
    }

    .option {
        color: #069020;
        float: left;
        min-width: 50px;
        height: 25px;
        font-size: 23px;
        padding: 10px;
        border-right: 2px dotted #751b1b;
        border-left: 2px dotted #751b1b;
        opacity: 0.8;
        text-decoration-line: none;
    }

    a {
        text-align: center;
        margin-left: 40px;
        margin-right: 40px;
    }

    .option:hover {
        color: #b4c382;
    }

    .content {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        padding-top: 10px;
    }

    ol {

        font-size: 18px;

    }

    ol a {
        color: #069020;
        text-decoration: none;
        display: block;

    }

    ol > li:first-child {
        border-left: 1px dashed #751b1b;
    }

    ol > li:hover > a {
        color: #b4c382;
    }

    ol > li > ul > li:hover > a {
        color: #451717;
    }

    #conteiner {
        background-color: #000;
        width: auto;
        max-width: 915px;
        min-height: 50px;
        margin-top: 50px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
    }

    #content {
        float: left;
        background-color: #000;
        width: 61.3%;
        margin-left: 50px;
        min-height: 410px;
        margin-top: 30px;
        padding-bottom: 20px;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        font-size: 15px;
        color: #b4c382;
        text-align: justify;
    }

    .style {
        padding: 10px;
    }

    #leftside {
        float: left;
        background-color: #000;
        width: 28.5%;
        min-height: 414px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 20px;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        padding-bottom: 28px;
        padding-top: 28px;
    }

    .contact {

        text-align: center;
    }

    h1 {

        font-size: 28px;
        color: #b4c382;
    }

    .mailto a {

        font-size: 23px;
    }

    ul.mailto {
        padding: 0;
    }

    ul a {
        text-decoration-line: none;
        color: #069020;
    }

    ul a:hover {
        color: #b4c382;
    }

    .zerg {
        width: 79.5%;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
    }

    .prot {

        width: 90%;
    }

    .zerg:hover {
        transform: scale(1.1, 1.1);
        transition-duration: 1s;
    }

    .footer {
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px;
        color: #b4c382;
    }

    .picture {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #img1 {
        width: 31.2%;
        margin-bottom: 20px;
    }

    #img2 {
        width: 31.2%
    }
}
@media all and (min-width:90px) and (max-width:520px) {
    body {
        background-image: url("scbackground.jpg");
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 23px;
        margin: 0 !important;
        text-align: center;

    }

    .wrapper {
        text-align: center;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: inline;
    }

    .header {
        width: auto;
        padding: 40px 0;
    }

    #logo {
        width: 60%;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }

    .nav {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        background-color: #000;
        padding: 10px;
        width: 93%;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
    }

    .option {
        color: #069020;
        font-size: 14.3px;
        text-decoration-line: none;

    }

    .optionscale {
        display: inline-block;
        padding: 5px;
        width: 15%;
        border-right: #751b1b solid 1px;
    }

    .optionscale:first-child {
        border-left: #751b1b solid 1px;
    }

    a {
        text-align: center;

    }

    .option:hover {
        color: #b4c382;
    }

    .content {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }

    ol {

        font-size: 18px;

    }

    ol a {
        color: #069020;
        text-decoration: none;
        display: block;
    }

    ol > li:first-child {
        border-left: 1px dashed #751b1b;
    }

    ol > li:hover > a {
        color: #b4c382;
    }

    ol > li > ul > li:hover > a {
        color: #451717;
    }

    #conteiner {
        background-color: #000;
        width: auto;
        max-width: 97.9533%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 58px;
        margin-left: auto;
        margin-right: auto;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        padding-top: 20px;
    }

    #leftside {
        background-color: #000;
        width: auto;
        max-height: 200px;
        margin-left: 10px;
        margin-right: 10px;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        padding-bottom: 10px;
        padding-top: 30px;

    }

    #content {
        background-color: #000;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 60%;
        margin-top: 30px;
        margin-bottom: 30px;
        border: #751b1b solid 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        font-size: 15px;
        color: #b4c382;
        text-align: justify;
        padding-bottom: 20px;
    }

    .unitssc {
        float: left;
        max-width: 33.3%;
    }

    #unitspro {
        max-width: 100%;
    }

    #unitster {
        max-width: 100%;
    }

    #unitszer {
        max-width: 100%;
    }

    .contact {

        text-align: center;
    }

    h1 {

        font-size: 28px;
        color: #b4c382;
    }

    .mailto a {

        font-size: 23px;
    }

    ul.mailto {
        padding: 0;
    }

    ul a {
        text-decoration-line: none;
        color: #069020;
    }

    ul a:hover {
        color: #b4c382;
    }

    .zerg {
        width: 79.5%;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
    }

    .prot {

        width: 90%;
    }

    .zerg:hover {
        transform: scale(1.1, 1.1);
        transition-duration: 1s;
    }

    .style {
        padding: 10px;
    }

    .footer {
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px;
        color: #b4c382;
    }

    .picture {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #img1 {
        width: 31.2%;
        margin-bottom: 20px;
    }

    #img2 {
        width: 31.2%
    }
}
    @media all and (min-width:521px) and (max-width:900px) {
        body {
            background-image: url("scbackground.jpg");
            color: #000000;
            font-family: 'Lato', sans-serif;
            font-size: 23px;
            margin: 0 !important;
            text-align: center;
        }

        .wrapper {
            text-align: center;
            width: auto;
            margin-right: auto;
            margin-left: auto;
            display: inline;
        }

        .header {
            max-width: 100%;
            padding: 40px 0;
        }

        #logo {
            max-width: 60%;
        }

        .nav {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            background-color: #000;
            padding: 10px;
            width: 93%;
            border: #751b1b solid 1px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
        }

        .option {
            color: #069020;
            font-size: 20px;
            text-decoration-line: none;
            display: inline-block;
            padding: 5px;
        }

        .optionscale {
            display: inline-block;
            padding: 5px;
            width: 15%;
            border-right: #751b1b solid 1px;
        }

        .optionscale:first-child {
            border-left: #751b1b solid 1px;
        }

        a {
            text-align: center;

        }

        .option:hover {
            color: #b4c382;
        }

        .content {
            width: auto;
            margin-left: auto;
            margin-right: auto;
            text-align: justify;
        }

        ol {

            font-size: 18px;

        }

        ol a {
            color: #069020;
            text-decoration: none;
            display: block;
        }

        ol > li:first-child {
            border-left: 1px dashed #751b1b;
        }

        ol > li:hover > a {
            color: #b4c382;
        }

        ol > li > ul > li:hover > a {
            color: #451717;
        }

        #conteiner {
            background-color: #000;
            max-width: 97.9533%;
            height: auto;
            margin-top: 50px;
            margin-bottom: 58px;
            margin-left: auto;
            margin-right: auto;
            border: #751b1b solid 1px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            padding-top: 20px;
        }

        #leftside {
            background-color: #000;
            width: auto;
            max-height: 200px;
            margin-left: 10px;
            margin-right: 10px;
            border: #751b1b solid 1px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            padding-bottom: 10px;
            padding-top: 30px;

        }

        #content {
            background-color: #000;
            width: auto;
            margin-left: 10px;
            margin-right: 10px;
            min-height: 260px;
            margin-top: 30px;
            margin-bottom: 30px;
            border: #751b1b solid 1px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            -moz-box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            box-shadow: 0px 0px 10px 2px rgba(117, 27, 27, 1);
            font-size: 15px;
            color: #b4c382;
            text-align: justify;
            padding-bottom: 20px;
        }

        .unitssc {
            float: left;
            max-width: 33.3%;
        }

        #unitspro {
            max-width: 100%;
        }

        #unitster {
            max-width: 100%;
        }

        #unitszer {
            max-width: 100%;
        }

        .contact {

            text-align: center;
        }

        h1 {

            font-size: 28px;
            color: #b4c382;
        }

        .mailto a {

            font-size: 23px;
        }

        ul.mailto {
            padding: 0;
        }

        ul a {
            text-decoration-line: none;
            color: #069020;
        }

        ul a:hover {
            color: #b4c382;
        }

        .zerg {
            width: 79.5%;
            margin-top: 50px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 60px;
            transition-timing-function: ease-out;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
        }

        .prot {

            width: 90%;
        }

        .zerg:hover {
            transform: scale(1.1, 1.1);
            transition-duration: 1s;
        }

        .style {
            padding: 10px;
        }

        .footer {
            text-align: center;
            font-size: 20px;
            padding-bottom: 20px;
            color: #b4c382;
        }
        .picture {
            width: 100%;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        #img1 {
            width: 31.2%;
            margin-bottom: 20px;
        }

        #img2 {
            width: 31.2%
        }
    }
