body {
    background-image: url(/images/paper.jpg);
    background-repeat: none;
    background-size: cover;
    background-color: #111;    color: #f5f5f5;
    text-align: center;
    font-family: "JetBrains Mono", monospace;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
}

.left {
    float: left;
    padding-right: 20px;
}

.right {
    float: right;
    padding-left: 20px;
}

.clear {
    clear: both;
}


#wrapper {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

a {
    color: #ffe713;
}

a.here {
    color: #f5f5f5;
    text-transform: uppercase;
}

a:hover {
    color: #f129b2;
}

h1 {
    font-family: "Courier Prime", Courier, monospace;
    font-weight: 600;
    font-size: 32px;
}

footer {
    font-size: smaller;
    font-style: italic;
    margin-top: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
}

h2 {
    font-size: 24px;
}

.asahidenpa {
    font-family: "Courier Prime", Courier, monospace;
    font-weight: 600;
    font-size: 1.1em;
}

.asahidenpa:nth-of-type(3n-2) {
    color: #41ca34;
}

.asahidenpa:nth-of-type(3n-1) {
    color: #24b6f5;
}

.asahidenpa:nth-of-type(3n+0) {
    color: #f129b2;
}

nav {
    padding-top: 15px;
    padding-bottom:10px;
    font-size: 20px;
}

.row1 {
    max-width: 1200px;
    height: 120px;
    display: flex;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    bottom:14px; 
}

.row1col1 {
    width: 80%;
    margin-right: 10px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#logo {
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
    left:4.375%;
    top:24%;
}

.row1col1 img {
    max-width: 80%;
    height: auto;
}

.row1col2 {
    width: 20%;
    min-width: 100px;
    max-width: 250px;
    margin-left: 10px;
    position: relative;
    top:-4px;
    background-image: url(/images/np.png);
    background-size: cover;
    filter: drop-shadow(2px 2px 2px black);
    font-size: 16px;
    line-height: 1.1;
    display:flex;
    align-items: center;
    align-content: center;
    height:180px;


}
.row1col2 iframe {
    width:100%;
    height:90%;
    border:none;
    word-wrap: break-word;
    padding-top:30px;
    padding-right:20px;
}

.year1,
.year2,
.year3 {
    width: auto;
    max-width: 600px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}

h2 {
    margin-bottom: 0;
}

.semester {
    width: 30%;
    padding-bottom: 20px;
    padding-top: 0;

}

.semester h3 {
    padding: 5px;
    max-width: 200px;
}

.year3 h3 {
    background-color: #41ca34;
}

.year2 h3 {
    background-color: #24b6f5;
}

.year1 h3 {
    background-color: #f129b2;
}

.year3 a:hover {
    color: #41ca34;
}

.year2 a:hover {
    color: #24b6f5;
}

.row7 {
    display: flex;
    margin-top: -20px;
}

.bottom {
    display:flex;
}


.galleryItem {
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px dotted #eeeeee69;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #20202060;
    margin: 30px auto;
    box-sizing: border-box;
}

.galleryItem img {
    width: 100%;
    height: auto;
}

.row7 img {
    height: 400px;
    width: auto;
}

table {
    border: solid 1px #f5f5f5;
    max-width: 700px;
    border-collapse: collapse;
}

#calendar {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

td,
th {
    border: dotted 1px #f5f5f5;
}

td {
    width: 75px;
    height: 75px;
    font-size: 80%;
    background-color: #222;
}

.days {
    background-color: #f129b2
}

.notAug {
    color: #777;
    background-color: #111;
}

.showDay {
    border: solid;
    background-color: #444;
    color: #fff;
}

@media (max-width:1000px) {
    .row1col2 iframe{
        padding-right:0;
        }
}

@media (max-width:800px) {
    .row1col1 {
        width:75%
    }

    .row1col2{
        width:25%;
    }




    .row1{
        width:100%
    }

    #logo{left:7.5%}

}


@media (max-width:580px) {
    #logo {
        position: relative;
        top: 18%;
    }

    .row1col2{
        height:160px;
    }

    .row1col2 iframe{
        padding-top:0;
    }
}

.playList {
    list-style: none;
    position: relative;
    text-indent: -2em;
    line-height: 1.75;
    margin-top: -5px;
}

#chatbox {
    padding-top: 20px;
    padding-bottom: 10px;
    filter: drop-shadow(1px 1px 2px black);
}

audio {
    padding-top: 20px;
    padding-bottom: 10px;
}

.siteChanges {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 600px;
}

.DJform {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    text-align: left;
}

.DJform div {
    padding: 10px;
}

.DJform input[type="text"],
.DJform textarea,
select {
    width: 300px;
    min-width: auto;
}

.DJform input[type="text"],
select {
    height: 25px;
}

.DJform input[type="submit"] {
    margin-left: 1em;
    margin-top: 5px;
    padding: 10px 20px;
    font-family: "Jetbrains Mono", monospace;
}

#player {
    margin-top: 30px;
    margin-bottom: 10px;filter: drop-shadow(1px 1px 2px black);

}

.pls {
    margin-top:50px;
}

.showInfo {
    margin-top: 30px;
    margin-bottom: 50px;
}

.play {
    margin: 35px auto 40px auto;
    max-width:200px;
}

.play a:hover {
    color:#ffe713;
    filter: invert(45%) sepia(69%) saturate(6568%) hue-rotate(298deg) brightness(94%) contrast(102%)
}

#btn {
    width:50px;
    margin-bottom:10px;
}

#announcement {
    background-image: url(/images/announce.png);
    background-size:cover;
    filter: drop-shadow(1px 1px 2px black);
    line-height: 1.1;
    max-width: 420px;
    margin: 20px auto;
    padding: 3em 1em 0.5em;
    overflow: hidden;
    font-size:16px;
  }

#playerCaption {
    font-size:12px;
    max-width:450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
}

.current-show{
    margin-right:auto;
    margin-left:auto;
    max-width: 400px;
}

.rec{
    margin-top:-6px;
    font-size:14px;
}