.main-west {
    background: url(Backgrounds/westbackground2.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.main-content {
    background-color: rgba(255, 252, 237, 0.5);
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60%;
    margin: auto;
}
.main-content-text {
    padding: 1em;
    color: black;
    width: 100%;
}

.header {
    font-family: 'SerialPublication';
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 10em;
    padding: .2em;
    flex-wrap: wrap;
}
.header-image {
    width: 40%;
}
.header-image:hover {
    cursor: url('Cursors/windows-xp-gold/Help%20Select.cur');
}
.newspaper-header {
    font-family: 'Rustem';
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
    padding-top: 2rem;
    hyphens: auto;
    word-wrap: break-word;
    width: 100%;
    min-width: 50%;
}


.news-image {
    width: 100%;
    transition: scale 0.2s;
}
.news-image:hover {
    scale: 2.5;
}


.column {
  float: left;
  width: 33.33%;
    padding: 1rem;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}


.buttoncont {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
  width: 100%;
}
.buttons {
  width: 100%;
  padding: 1.5% 1%;
  margin: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #8D5B2F;
  color: white;
  border-radius: 2em;
  border: solid #5b1f11 .2em;
    text-decoration: none;
    font-family: 'RanchHand';
}



::selection {
    background-color: #9B3531;
    color: #fff;
}
::-moz-selection {
    background-color: #9B3531;
    color: #fff;
}

@font-face {
    font-family: 'SerialPublication';
    src: url('Fonts/serialpublication.ttf') format('ttf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Fonts/serialpublication.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'Rustem';
    src: url('Fonts/RustemRegular.ttf') format('ttf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Fonts/RustemRegular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'AmericanWestern';
    src: url('Fonts/AmericanWestern.ttf') format('ttf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Fonts/AmericanWestern.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'RanchHand';
    src: url('Fonts/RanchHand.ttf') format('ttf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Fonts/RanchHand.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}