body {
    background-color: rgb(252, 65, 32);
    color: aliceblue;
}

.myslides {
    position: absolute;
    transition: opacity 1s ease-in;
}

.myslides+.myslides {
    opacity: 0;
}


.container px {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    color: rgb(3, 216, 188);

    font-size: 14vw;


}

.container py {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;


    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-bottom: 5px;

}

pmenu {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    color: rgb(248, 255, 223);

    


}

.subtitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-bottom: 5px;

}

.iconalignright {
    box-align: "right";
}

.bigheader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 120px;
    color: rgb(161, 0, 0);
}

.smallheader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 35px;
    color: burlywood;
}

.mediumtext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: rgb(107, 70, 243);
}

.smalltext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: darkred;

    border-width: 1px;
    border-style: solid;
    vertical-align: top;
}

.smalltextnoborder {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: darkred;

    vertical-align: top;
}
.CDTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: darkred;
    vertical-align: top;
}
.CDIntro {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: darkred;
    vertical-align: top;
}
.smallwhitetextnoborder {
    font-family: 'Sitka', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 15px;
    color: white;

    vertical-align: top;
}
.smallblacktextnoborder {
    font-family: 'Sitka', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    color: rgb(36, 0, 0);

    vertical-align: top;
}
.smalltextquotes {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: rgb(77, 10, 10);
    font-style: italic;

    vertical-align: top;
}

.cdreview {
    font-family: 'Helvetica';
    font-size: 12px;
    color: rgb(65, 1, 82);

    vertical-align: top;
}

.newstext {
    font-family: 'Helvetica';
    font-size: 12px;
    color: rgb(253, 253, 253);
    margin: 20 20;
    vertical-align: top;
}

.gigsbox {

    background-color: rgb(236, 67, 0);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    padding: 5px;
    margin: 5px;
    vertical-align: top;
}

.gigstext {
    font-family: 'Helvetica';
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin: 20 20;
    vertical-align: top;
}

.newsbox {

    background-color: rgb(155, 5, 5);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    padding: 5px;
    margin: 5px;
}

.menubox {

    background-color: rgb(242, 247, 179);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

.gigvenue {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: rgb(223, 226, 223)
}

.videosbox {
    background-color: rgb(187, 101, 30);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    padding: 5px;
    margin: 5px;
    vertical-align: top;
    position: relative;
}


.leftbox {
    float: left;
    width: 60%;

    overflow: hidden;
}

.slideshowbox {

    float: left;
    width: 40%;

    vertical-align: top;
    position: relative;

}



@media only screen and (max-width:800px) {

    /* For tablets: */
    .leftbox {
        width: 60%;
        padding: 0;
    }

    .slideshowbox {
        width: 30%;

    }

}



@media only screen and (max-width:500px) {

    /* For mobile phones: */

    .slideshowbox,
    .leftbox {
        width: 100%;

    }

}