body {
    background-color: rgb(238, 236, 218);
}


.container px {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    color: rgb(216, 124, 3);

   
    font-size: 12vw;

}

.container py {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    
    color: rgb(148, 86, 5);
    font-size: 2.3vw;
    
}
.container pmenu {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    color: rgb(180, 94, 44);

    font-size: calc(.5em + 1vw);
    min-width: .6em;

}
.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: 30px;
    color: burlywood;
}

.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;
}

.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: 14px;
    color: rgb(233, 169, 169);
    margin: 20 20;
    vertical-align: top;
}

.newsbox {

    background-color: rgb(93, 105, 0);
    border-width: 3px;
    border-style: solid;
    border-color: burlywood;
    padding: 5px;
    margin:5px;
}

.menubox {

    background-color: rgb(242, 247, 179);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
.mySlides {
    position: absolute;
    transition: opacity 1s ease-in;
  }
  
  .mySlides + .mySlides{ opacity: 0; }
  