/* Global Box Sizing */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Container and Post Area Styling */
.container, 
#post-area.standard-minimal.full-width-content article.post .inner-wrap {
    margin: 0 auto;
    position: relative;
    max-width: 880px;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    html body[data-header-format=left-header][data-ext-responsive=false] .container,
    html body[data-header-format=left-header][data-ext-responsive=false] #post-area.standard-minimal.full-width-content article.post .inner-wrap {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    html body[data-header-format=left-header][data-ext-responsive=false] .container,
    html body[data-header-format=left-header][data-ext-responsive=false] #post-area.standard-minimal.full-width-content article.post .inner-wrap {
        max-width: 800px;
    }
}

/* Row and Column Layouts */
.row {
    position: relative;
}

.row:after, .col:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

p {
    padding-bottom: 27px;
}

/* Background Colors */
body {
    background-color: #1c1c1c;
    font-size: 12px;
    color: #676767;
    position: relative;
}

.container-wrap, .project-title {
    background-color: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-top: -55px;
    padding-top: 93px;
    padding-bottom: 40px;
}

/* Toggle Menu Button */
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a i.lines,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a i.lines:after,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a i.lines:before {
    background-color: #FFFFFF !important; /* Changed to White */
}

/* Links */
a {
    color: #27cfc3;
    text-decoration: none;
    transition: color 0.2s linear;
}

a:hover {
    color: inherit;
}

/* Header Styling */
#header-outer {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 28px 0 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}

/* Footer Styling */
#footer-outer {
    background-color: #111;
    color: #a0a0a0;
}

/* Buttons */
.button_solid_color {
    background-color: #27cfc3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.button_solid_color:hover {
    opacity: 0.85;
}

/* Responsive Design Adjustments */
@media only screen and (max-width: 1000px) {
    #header-outer {
        padding: 20px 0;
    }
}
