﻿body {
}

.article_full {
    width: 100%;
}

.spacing {
    margin:1px;
}
.grp {
    width:100%;
    display:inline-block;
}
.grp_clr {
    clear:both;
}
.h2_lh {
    margin: 1px;
}
.txt_lh {
    margin: 1px;
}

.mirror_sml {
    height: auto;
    width: 95%;
    border: none;
    text-align: center
}

.mirror_lrg {
    height: auto;
    width: 95%;
    border: none;
}
.mirror_txt {
    font-size: 0px;
}

.padding_40 {
    padding-top:25%;
}
.col1 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.col2 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.col3 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.tutorial {
    max-width: 315px;
    max-height: 240px;
}

.highlight {
    color: #730d38;
    -webkit-animation: colorchange 1s infinite;
}

.header-subtitle {
    font-size: 0.6em;
    padding-left: 35px;
}



/* ------------------------
    Collapsible Sections
------------------------ */

.collapsible {
    background-color: #777;
    border: 1px solid #555;
    color: white;
    cursor: pointer;
    padding: 5px 10px 5px 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible h2 {
        /*border: 1px solid orange;*/
        padding: 0px;
        text-align: left;
        font-size: 15px;
        float: left;
        width: 80%;
    }

    .active, .collapsible:hover {
        background-color: #555;
    }

    .collapsible:after {
        /*border: 1px solid blue;*/
        padding-top: 22px;
        padding-right: 10px;
        content: '\002B';
        color: white;
        font-weight: normal;
        font-size: 2em;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*background-color: #f1f1f1;*/
}


.acc_signup {
    font-style:italic;
    font-weight:bold;
    font-size:1.1em;
}

.aside_links ul li a {
    text-decoration: none;
    color: #e6e6e6;
}
@font-face {
    font-family: "radiofi";
    src: url('radiofi.ttf');
    font-size: 1.7em;
    font-display: swap;
}

@font-face {
    font-size: 2.0em;
    font-family: "MOTORWERKOBLIQUE";
    src: url('MOTORWERKOBLIQUE.TTF');
    font-display:swap;
}
.acc_signup_motorwerk {
    font-family: Motorwerk, MOTORWERKOBLIQUE, radiofi, "Times New Roman";
    font-size: 1.1em;
    margin-left: 1px;
    margin-right: 3px;
}


/*
    Media Gallery items
*/
.anim_1of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}
.anim_2of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}
.anim_3of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}
.anim_4of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}
.anim_5of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}
.anim_6of6 {
    box-shadow: 2px 4px 5px #1f1d68;
    max-width: 350px;
    max-height: 234px;
    width: 47%;
    margin: 5px;
}


/*color changing animation*/
@-webkit-keyframes colorchange {
    0% {
        color: #b90a0a;
            }

    33% {
        color: #800772;
    }

    66% {
        color: #800772;
    }


    100% {
        color: #b90a0a;
    }
}

@media screen and (min-width:736px) {
    .article_full {
        width: 60% !important;
    }

    .mirror_sml {
        width: 80%;
        max-height: 60px;
        max-width: 150px;
    }
    .mirror_lrg {
        width: 80%;
        max-width: 155px;
        max-height: 140px;
    }
    .mirror_txt {
        font-size:0.8em;
    }
    .padding_40 {
        padding-top: 40px;
    }
    .tutorial {
        width: 70%;
        width:315px;
        height:240px;
    }
}
@media screen and (min-width:1000px) {
    .mirror_txt {
        font-size: 1em;
    }
}