body {
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
}
.page {
    font-family: 'Libre Baskerville', serif;
    max-width: 1500px;
    background-color: rgb(238, 238, 238);
}

.nav {
    background-color: rgb(209, 242, 253);
    justify-content: space-around;
}

.nav > div {
    padding: 13px 50px 5px 50px;
}
.nav h3 {
    font-size:20px;
}
div.home:hover,
div.archive:hover,
div.dom:hover {
    background-color:rgb(99, 189, 221);
}

div.box {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.header,
.header2 {
    padding:20px;
    background-color:lightblue;
    text-align: center;
}

.rightie {
    padding-left:200px;
}


.header h1 {
    font-size:70px;
}
.header2 h1 {
    font-size:40px;
    font-style:italic;
}

.section1 {
    display:flex;
    justify-content: space-around;
    text-align:center;
    flex-wrap:wrap;
    font-style:italic;
    font-family: 'Merienda', cursive;
    width:100%
}

.section h1 {
    font-size:50px;
}

.section p,
.welcome-section {
    font-size:30px;
    width:100%;
}
.section-title > h1 {
    font-size:45px;
}
/*-------------------*/
div {
    /*border: 1px solid black;*/
}

.infoimg {
    width:220px;
    height:220px;
    padding-left:15px;
}

.section-title {
    width:50%;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content: center;
}
.section-content {
    text-align:left;
    width:50%;
    padding:20px;
}

.section {
    padding:40px 100px 40px 100px;
    align-items: center;
}
.words {
    width:75%;
}
.odd {
    display:flex;
    justify-content:flex-end;
}

.even {
    display:flex;
    justify-content: flex-start;
}
.words p {
    font-size:25px;
}
.words h3 {
    font-size:39px;
    font-weight:bold;
}
.odd h3 {
    text-align:right;
} 
.image {
    display:inline;
}
img.page1 {
    width:200px;
}
.sax {
    text-align:right;
}
.sources {
    display:flex;
    justify-content: center;
}
.spacer {
    min-height:100px;
}
.spacer-mini {
    min-height:50px;
}
.sources > h3 {
    font-size:30px;
}
.first > p {
    font-style:italic;
    font-size:16px;
}

.italic {
    font-style:italic;
}

.country {
    text-decoration: underline;
}
.rap {
    font-family:fantasy;
}
.edm {
    color:rgb(77, 219, 117);
}
.metal {
    font-family:'Courier New', Courier, monospace
}

.doming {
    justify-content:center;
}
.contentdom {
    display:flex;
    justify-content: center;
}
.dompic {
    width:100%;
    display:block;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .section {
        width:100%;
        padding:10px;
    }
    .words {
        width:100%;
        
    }
    .section-title {
        width:100%;
    }
    .section-title {
        width:100%;
    }
    .nav {
        justify-content: center;
    }
    .sources {
        text-align:center;
    }
  }
  
  /* Tablet Styles */
  @media only screen and (min-width: 401px) and (max-width: 960px) {
    .section {
        width:100%;
        padding:10px;
    }
    .words {
        width:100%;
        
    }
    .section-title {
        width:50%;
    }
    .section-title {
        width:50%;
    }
    .nav {
        justify-content: center;
    }
    .sources {
        text-align:center;
    }
    .welcome-jargon {
        width:90%;
    }
    /*.infoimg {
        width:100%;
    }
    .pic {
        width:100%;
    }*/

  }
  
  /* Desktop Styles */
  @media only screen and (min-width: 961px) {
    .section {
        width:75%;
    }
    .section-title {
        width:50%;
    }
    .section-title {
        width:50%;
    }
    .welcome-jargon {
        width:90%;
    }
  }