.firstPage {
    width: 100%;
    background: url(_image/full-background-image-main.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Main Content*/

.container03 {
    width: 100%;
    height: 75vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.mainContentContainer {
    width: 900px;
    height: 67vh;
    background-color: #363b3c;
    box-shadow: 0 0 30px #363b3c;
}

/*Slider*/

.hideable {
    display: none;
}
img {
    width: 100%;
    height: 67vh;
}
#controls {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.allButtons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
}
#previousButton {
    background-image: url(previous-button.html);
    background-size: cover;
}
#pauseButton {
    background-image: url(pause-button.html);
    background-size: cover;
}
#nextButton {
    background-image: url(next-button.html);
    background-size: cover;
}
.newsUpdatesContainer {
    width: 22%;
    height: 67vh;
    background-color: #363b3c;
    box-shadow: 0 0 30px #212120;
}
#newsUpdates {
    height: 58vh;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-family: varelaRound, avenir, openSansRegular, sans-serif;
    overflow-y: auto;
    /*display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  */
}
#newsUpdatesTitle {
    background-color: lightblue;
    width: 100%;
    height: 40px;
    font-family: montserrat;
    font-size: 1.3em;
    color: lightgray;
    background-color: #212120;
    box-shadow: 0 2px 2px #212120;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.allNews {
    width: 85%;
    padding: 15px;
    font-family: openSansRegular, varelaRound, avenir, arial, sans-serif;
    font-size: 0.95em;
    color: #f20e47;
    /*background-color: #95a5a6;*/
    background-color: #e8e8e8;
    border-radius: 5px;
    margin: auto;
    /*
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
}
#newsLinks {
    font-size: 1em;
    color: #2e2f2e;
}
#newsUpdates::scrollbar {
    width: 0.5em;
}
#newsUpdates::scrollbar-track {
    -webkit-box-shadow: 0 0 0px #212120;
}
#newsUpdates::scrollbar-thumb {
    background-color: #212120;
    outline: 1px solid slategrey;
}
#newsUpdates::-webkit-scrollbar {
    width: 0.5em;
}
#newsUpdates::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0px #212120;
}
#newsUpdates::-webkit-scrollbar-thumb {
    background-color: #212120;
    outline: 1px solid slategrey;
}
#newsUpdates::-moz-scrollbar {
    width: 0.5em;
}
#newsUpdates::-moz-scrollbar-track {
    -webkit-box-shadow: 0 0 0px #212120;
}
#newsUpdates::-moz-scrollbar-thumb {
    background-color: #212120;
    outline: 1px solid slategrey;
}

/*
===== Second Page Css*/

.secondPage {
    width: 100%;
    height: 100vh;
    margin: auto;
}
.someContainer {
    width: 100%;
    height: 100%;
    font-family: avenir, varelaRound;
    background-color: #363b3c;
    color: #95a5a6;
    box-shadow: 0 -5px 30px #363b3c;
    font-size: 3em;
    overflow: hidden;
}
@media (min-width: 1367px) and (max-width: 1920px) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: url(_image/full-background-image-main.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .firstPage {
        width: 100%;
    }
    .container03 {
        width: 100%;
        height: 75vh;
    }
    .mainContentContainer {
        width: 1100px;
    }
    .newsUpdatesContainer {
        width: 20%;
    }
    .secondPage {
        width: 90%;
        height: 50vh;
        margin: auto;
    }
    .someContainer {
        width: 100%;
        height: 100%;
        background-color: #363b3c;
        color: #95a5a6;
        box-shadow: 0 0 30px #363b3c;
        font-size: 2em;
        overflow: hidden;
    }
}
