* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, 
button, 
input, 
select, 
textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: Georgia, serif;
}


html.wf-active, 
.wf-active button, 
.wf-active input, 
.wf-active select, 
.wf-active textarea,
.wf-active .pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Roboto Slab', Georgia, serif;
}

a, a:visited {
    color: #FC913A;
    text-decoration: none;
}
a:hover, a:focus {
    color: #FCA359;
    text-decoration: underline;
}


/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7;
    color: #7f8c8d;
    font-size: 13px;

    padding-top: 4em; /* space for fixed header */
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.pure-img-shadowed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}
.l-box > .content-head,
.l-box > .content-subhead {
    margin-top: 0;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.home-menu {
    /* background: #EDE574; */
    background: white;
    text-transform: uppercase;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    line-height: 4em;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.pure-menu-fixed .pure-menu-link,
.pure-menu-fixed .pure-menu-heading {
    padding-top: 0;
    padding-bottom: 0;
}


.home-menu .pure-menu-heading {
    color: #FC913A;
    font-weight: bold;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #FC913A;
    text-decoration: none;
}
.home-menu a:hover,
.home-menu a:focus {
    background: none;
    border: none;
    color: #FC913A;
    text-decoration: none;
}
.home-menu a:hover span,
.home-menu a:focus span {
    border-bottom: 1px solid #FC913A;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #BFE6E8;
    z-index: 1;
    overflow: hidden;
    color: white;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 1.3;
    padding: 2em 0;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: 100;
    color: white;
    line-height: 1.7;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-top: 0;
}

.wf-active .splash-head {
    font-family: 'Raleway', sans-serif;
}


/* This is the subheading that appears on the blue section */
.splash-subhead {
    letter-spacing: 0.15em;
}
.splash-details {
    color: #7f8c8d;
}
.splash-details h3 + h3 {
    margin-top: 0;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */

.content {
    max-width: 960px;
    margin: 0 auto;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    letter-spacing: 0.1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}

.content-head i, 
.content-subhead i {
    margin-right: 7px;
}

.content-subhead-ribbon {
    color: white;
}


/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
}

.photo-grid img {
    display: block;
    padding: 3px;
}

.schedule-slotlist {
  padding-left: 0;
  list-style: none;
}

.schedule-slot {
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: dashed;
}
.schedule-slot:last-child {
  border-bottom-width: 1px;
}

.schedule-timespan {
  color: white;
  margin-right: 1em;
  width: 10em;
}

/* media block start */
.media {margin:10px;}
.media, .media-bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .media-img {float:left; margin-right: 10px;}
.media .media-img img{display:block;}
.media .media-imgext {float:right; margin-left: 10px;}
/* media block end */


@media (max-width: 35.5em) {
    .pure-menu-horizontal .pure-menu-item-sm-hidden {
        display: none;
    }
}

@media (max-width: 48em) {
    .pure-menu-horizontal .pure-menu-item-md-hidden {
        display: none;
    }
}

@media (max-width: 64em) {
    .pure-menu-horizontal .pure-menu-item-lg-hidden {
        display: none;
    }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }
    
    .splash-subhead {
        font-size: 150%;
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }

    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
    .splash-subhead {
        font-size: 200%;
    }
}
