@import url(https://redbonesandinks.neocities.org/css/player.css);
@import url(https://redbonesandinks.neocities.org/css/headerandfooter.css);
@import url(https://redbonesandinks.neocities.org/css/default.css);

.page-button { background-color: black; color: red; border-color: red; border: 5px; height: 50px; min-width: 70px; cursor: pointer; font-size: 20px; margin-right: 3.5px; margin-left: 3.5px; font-weight: bold; transition: background-color 0.25s; }
.page-button:hover {background-color: red; color: black; border-color: rgb(120,0,0); } 
.page-button:active { opacity: 0.6 }
.image-display { height: 810px; border: 5px solid red; display: block; margin: 80px auto 40px auto; }
.subtitle-text { Font-weight: bold; margin-top: 5px; margin-bottom: 40px; font-size: 25px } 
.textbox { width: 1250; border: 5px solid red; background-color: black; margin-right: 130px; margin-left: 130px; margin-bottom: 80px; padding: 25px; } 
.introductory-text { font-size: 20px; text-align: center; margin-left: 250px; margin-right: 250px; }
.section-header { color: red; text-align: center; }
.divider { border-top: 3px solid red; }
/*The subsection box*/
.sub-section-box { min-height: 250px; width: 1250px; border: 5px solid red; margin-bottom: 20px; font-size: 18px; padding: 40px 40px 40px 40px; display: inline-block; margin-left: 75px; margin-right: 75px; text-align: center; background: black; }
.in-box-image { width: 400px; border: 5px solid red; display: block; float: left; margin-right: 50px; }
.text { display: block; }
.larger-in-box-text { font-size: 25px; font-weight: bold; }