* {
   font-family: Arial;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *{
    font-family: 'Roboto';
    color: #006932;
    letter-spacing: 2px;
}

h2, h2 * {
    font-size: 30px;
    padding-top: 13px;
    border-bottom: 3px solid #006932;
}

h3, h3 * {
    padding-top: 5px;
    font-size: 22px;
    border-bottom: 2px solid #006932;
}

h5, h5 * {
    font-size: 15px;
    margin: 0;
}

a {
    color: #006932;
    text-decoration: none;
    border-color: #006932;
}
a:hover, a:hover * {
    color: #4773b4;
    text-decoration: none;
    border-color: #4773b4;
}

body {

}

#events, #articles, #article {
    padding-top: 15px;
}

#page {
  margin-top: 52px;
  overflow-x: hidden;
}

.bg-green {
    background-color: #eaf9e4;
}

.bg-white {
    background-color: #fff;
}

.date {
    color: #888;
}

.title-word {
    text-transform: uppercase;
    color: #eaf9e4;
    font-size: 18px;
}

.more-btn {
    padding: 15px;
    text-align: center;
}


.more-btn a {
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
}

.container {
    padding-left: 0;
    padding-right: 0;
}
.width100 {
    width: 100%;
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {

    }

    h5 {

    }
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {

    }

    h5 {

    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 19px;
    }
}
