/*- General -*/
body {
    font-family: "Raleway", Sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: -0.4px;
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", Sans-serif;
    color: #1D1D1D;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
label {
    font-family: "Lora", Sans-serif;
}

a {
    color: #262627;
}

a:hover, a:focus, a:active, a.active {
    color: #7DC07B;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}

.btn-link {
    text-transform: uppercase;
}

.navbar {
    font: 400 11px Roboto, sans-serif;
    border-radius: 0;
    background-color: #fff;
    border: none;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #7DC07B;
}

.navbar .navbar-nav > li > a {
    color: #636367;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #7DC07B;
}

.navbar-nav > .active a {
    color: #fff !important;
    background-color: #7DC07B;
}

/*- blog post -*/

.blog-post {
    background-color: #fff;
    margin: 0;
    padding: 40px 60px 50px 60px;
}

.blog-post .entry-title {
    font-size: 38px;
    letter-spacing: -0.4px;
}

.blog-post .entry-content p {
    margin-bottom: 30px;
}

.blog-post .entry-content a {
    -webkit-box-shadow: inset 0 -3px 0 0 #7dc07b;
    box-shadow: inset 0 -3px 0 0 #7dc07b;
}

.blog-post .entry-content a:hover, a:focus, a:active, a.active {
    color: #7dc07b;
}

/* for mobile */
@media (max-width: 768px) {
    .blog-post {
        padding: 40px 10px 50px 10px;
    }

    .blog-post .entry-title {
        font-size: 28px;
    }
}

.page article {
    margin-bottom: 35px;
}

body {
    color: #fcf8e3;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    color: #34cccc;
}
.navbar .navbar-nav > li > a {
    font-size: 20px;
    color: #19484d;
    /* WebKit (Safari/Chrome) Only */
    -webkit-text-stroke: 1px black;

    /* If we weren't using text-shadow, we'd set a fallback color
       and use this to set color instead
      -webkit-text-fill-color: white; */

    color: white;

    text-shadow: 3px 3px 0 #000,
        /* Simulated effect for Firefox and Opera
           and nice enhancement for WebKit */ -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.navbar {
    font: 16px Roboto, sans-serif;
    font-weight: bold;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-top: 0 solid #E8E8E8;
    border-bottom: 0 solid #E8E8E8;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a {
    color: #19484d;
}

.blog-post .entry-title {
    color: #34cccc;
}

.blog-post {
    background-color: rgba(0, 0, 0, 0.36);
}

.entry-content p {
    color: #fcf8e3;
}


.entry-content li {
    color: #fcf8e3;
}

a:hover, a:focus, a:active, a.active {
    color: #3c8dbc;
}

.blog-post .entry-content a:hover, a:focus, a:active, a.active {
    color: #3c8dbc;
}

#back-top a:hover {
    background-color: #3c8dbc;
}

.navbar .navbar-nav > li > a:hover {
    background-color: #3c8dbc;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #3c8dbc;

}

.blog-post .entry-content a {
    -webkit-box-shadow: inset 0 -0px 0 0 #3c8dbc;
    box-shadow: inset 0 -0px 0 0 #3c8dbc;
}

.navbar-nav > .active a {
    background-color: #3c8dbc;
}
