/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */



/* ==========================================================================
   Browser Upgrade Prompt - HTML5 Boilerplate-specific
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles - override original "style.css" with our prefs
   ========================================================================== */

/* general text and link colors */

a { color:#856d85 }
a:hover { color:#3f2540 }

/* top section colors 
#top-section { background-color:#3f2540; color:#fff }
#top-section a { color:#fff }
#top-section a:hover { color:#555 }
#top-section a:active { color:#3f2540 }
*/

/* midsection colors 
#midsection h1, h2, h3, h4 { color:#fff }
#midsection .titlebg,
#midsection .sliderbg { background-color:#856D85 }
#midsection .main { background-color:#fff }
*/

/* footer colors 
#footer { background-color:#3f2540; color:#856d85 }
#footer a { color:#bfbfbf }
#footer a:hover { color:#333 }
*/


html {
  background: #3f2540 no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* fonts */
body {
    color:#333;
    font-family: Verdana, sans-serif;
    font-weight:normal;
    font-size:12px;
    line-height:21px;
}
h1, h2, h3, h4, h5 {
    font-family: "Comfortaa", sans-serif;
}

/* headers */
h1 {
    color:#fff;
    font-size:30px;
    font-weight:300;
    line-height:1.4;
    margin-top:0;
}

/* assorted DIV and class specifications */

#wrapper-1 {
    background-color: #3f2540;
}

#top {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#logo {
    top: 16px;
    width: 560px;
}

#dropdown-holder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

#navigation-menu {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 5px;
}

#c1-header {
    background-color:#856D85;
}

#c1-slider {
    margin: 0 auto 14px auto;  /* eliminate excessive upper margin */
    padding:0;  /* eliminate 40px LH padding */
}

#c1-slider li {
    font-size:18px;
}

.home-cont-box h4 {
    font-size:18px;
    text-transform: uppercase;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a > span, #navigation-menu ul.sf-menu > li.current_page_item > a > span {
    color: #3F2540;
}

.breadcrumbs {
    font-size:11px;
}

#footer-bg {
    background: #3f2540 url(../style1/images/footer-bg.png) repeat-x scroll 50% 0;
    padding-bottom: 30px;  /* was 15px */
    min-height: 60px;
    background-color:#3f2540;
}


#footer, #footer_text {
    color: #856d85;
}

#footer a, #footer_text a {
    color: #bfbfbf;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

#page-content-title {
    background-color: #856d85;
}


.cvindent-18px {
    margin-left: 18px;
}

.trainings {
    margin-bottom:30px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
