/*
Site URI: http://www.bohemianalps.com/
Design: Jason Simanek   http://www.bohemianalps.com/
*/

/* ---------------------------------------------------------------------------- */
/* Color Palette for BohemianAlps.com */
/* ---------------------------------------------------------------------------- */
/*
grey light              #f9f9f9
grey                        #d4d4d4
grey dark               #797979
grey black1         #585858
grey black2         #433c3c
*/
/* ---------------------------------------------------------------------------- */
/* primary elements */
/* ---------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    color: #000;
}
#wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}
hr {
    height:2px;
    margin:0 0 2em 0;
    padding:0 0 2em 0;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#D4D4D4;
    clear:both;
}
.image {
    margin: 0 auto 4em auto;
    padding: 0;
    text-align: center;
}
.image img {
    width: 100%;
    height: auto;
    box-shadow: 0 .2em .4em .1em #AAA;
}
.no-dropshadow .image img {
    box-shadow: none;
}
.image-box {
	margin:20px;
	padding:10px;
	background-color:#CCC;
	border-radius:4px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.image-box span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 80%;
	color: #444;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Photo Gallery Grid with Flexbox */ 
.photogallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 0 3em 0;
}
.photogallery .image {
    flex: 0 0 23%;
    margin: 1%;
}
@media all and (max-width: 920px) {
    .photogallery .image {
        flex: 0 0 31%;
    }
}
@media all and (max-width: 640px) {
    .photogallery .image {
        flex: 0 0 48%;
    }
}
@media all and (max-width: 380px) {
    .photogallery .image {
        flex: 0 0 100%;
    }
}

/* ------------------------------------------------------------------------------ */
/* text */
/* ------------------------------------------------------------------------------ */
.FestivoLC-Sketch2 { font-family: FestivoLC-Sketch2; }
.FestivoLC-BasicRLine { font-family: FestivoLC-BasicRLine; }
.FestivoLC-Basic { font-family: FestivoLC-Basic; }
h1 {
    margin: 0;
    padding:.5em 0 .2em 0;
    font-family: FestivoLC-Basic, sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 90%;
    text-transform: uppercase;
    text-align:center;
    text-rendering: optimizeLegibility;
}
h1 span {
    line-height: 100%;
}
h1.page-title {
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 3em;
}
body.page-Home h1 {
    font-size:32px;
}
span.homehead-1 {
    font-size: 2.7em;
    line-height: 90%;
}
span.homehead-2 {
    font-size: 2.7em;
    line-height: 90%;
}
span.homehead-3 {
    font-size: 2.9em;
    line-height: 90%;
}
span.homehead-4 {
    top: 0;
    position: relative;
    font-size: 1.1em;
    line-height:110%;
}
span.homehead-5 {
    top: -.14em;
    position: relative;
    font-size: 1em;
    line-height:100%;
}
span.homehead-6 {
    font-size: 3.82em;
    line-height: 100%;
}
h2 {
    font-weight: bold; 
    font-size: 26px; 
    line-height: 120%;
    text-align:left;
    text-rendering: optimizeLegibility;
    margin-bottom: .2em;
}
p {
    font-weight: normal; 
    font-size: 20px;
    line-height: 140%;
    text-align:left;
    margin-bottom:.9em;
}
blockquote {  }
blockquote.MyName { 
    font-size: 300%; 
    text-align:center; 
    padding-bottom:.5em; 
}
strong { font-weight: bold; }
em { font-style:italic; }
ul {
    list-style:square outside;
    font-size: 20px;
    line-height: 140%;
    text-align:left;
    margin:0 0 1em 1.2em;
}
ol {
    list-style: decimal outside;
    font-size: 20px;
    line-height: 140%;
    text-align:left;
    margin:0 0 1em 3em;
}
#portfolioWebDD dl dd hr.NotShown, 
#portfolioPrintDD dl dd hr.NotShown, 
#portfolioIllustDD dl dd hr.NotShown, 
hr#NotShownSingle {
    height: 0; 
    margin: 0; 
    padding: 0; 
    border-color: #FFF;
}
/* p.firstpara:first-line { font-variant:small-caps; } */
p a { 
    border-style: dotted;
    border-color: #E40000;
    border-width: 0 0 1px 0;
    text-decoration: none; 
    color: #E40000; 
}
p a:hover { 
    border-style: solid; 
}
h1::-moz-selection, 
h2::-moz-selection, 
p::-moz-selection, 
h1::selection, 
h2::selection, 
p::selection {
    background: #E0F3FF;
    color: #433c3c;
}
.highlight {
    color:#E40000; 
}
.offsiteLink { 
    color: gray; 
}
.offsiteLink:after {
    content: ' →';
}
.offsiteLink:visited:before {
   content: '☑ ';
}
div.specialnote {
    margin: 2em 0;
    padding: 2em;
    background-color: #DDEDF3;
    border: solid 1px #7491aa;
}
div.specialnote h2 { 
    color:#7491AA; 
    margin: 0 0 .4em 0; 
}
div.specialnote p {  }

/* ------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------ */
#header {
    width: 100%;
}
#header ol {
    margin: 0;
    text-align: center;
}
#header ol li {
    display: inline-block;
    margin: 0;
    padding: 0 0 1em 0;
}
#header ol li a {
    display: block;
    margin: 0 1px;
    padding: 26px 6px 6px 6px;
    background: #000;
    border-radius: 0 0 2px 2px;
    font-family: FestivoLC-Basic, sans-serif;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: padding .25s, -webkit-transform .25s;
    transition: padding .25s, transform .25s;
}
#header ol li a:hover, 
#header ol li a:focus {
    padding-bottom: 14px;
    background: #E40000;
    -webkit-transition: padding .5s, -webkit-transform .5s;
    transition: padding .5s, transform .5s;
}
#header ol li.ThisPage a {
    padding-bottom: 14px;
    background: #E40000;
}

/* ------------------------------------------------------------------------------ */
/* Column Styles */
/* ------------------------------------------------------------------------------ */
.section {
    -webkit-columns: 300px 2;
       -moz-columns: 300px 2;
            columns: 300px 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
}
.columns3 { margin-top:1.5em; }
.columns3 div {
    width:183px;
    height:150px;
    margin:0 4px 8px 4px;
    padding:26px 0 15px 0;
    float:left;
    background-color:#f9f9f9;
    border:dotted 1px #D4D4D4;
}
.columns3 div:hover { background-color:white; }
.columns3 div p { font:normal 11px/14px Helvetica, sans-serif; text-align:center; padding:5px 16px; }
.columns3 div p a { font:normal 14px/14px Helvetica, sans-serif; display:block; margin-bottom:3px; }
.columnsHome div { height:180px; }
.columnsHome div p a { font:normal 18px/110% Georgia, serif; }
.columnsFreeTime div { height:200px; }
.columnsFreeTime div ol { display:none; }

/* ------------------------------------------------------------------------------ */
/* Description List Styles */
/* ------------------------------------------------------------------------------ */
#ToolList dt { font:bold 20px/140% Helvetica, sans-serif; color:#C88D57; text-align:left; }
p.slidesLabel { margin-bottom:.3em; }
ol.slides {
    font:normal 20px/140% Helvetica, sans-serif;
    color:#7491AA;
    clear:both;
    text-align:left;
    list-style:decimal inside;
    margin-bottom:2em;
}
ol.slides li { margin-bottom:.2em; }
ol.slides li a { text-decoration:none; }
ol.slides li a:hover { text-decoration:underline; }

/* ------------------------------------------------------------------------------ */
/* Portfolio Styles */
/* ------------------------------------------------------------------------------ */
#portfolioNav { 
    list-style: none; 
    margin: 0 auto .4em auto; 
    font-family: FestivoLC-Basic, sans-serif;
    text-transform: uppercase;
    text-align: center; 
}
#pageContents #portfolioNav { 
    max-width: 100%;
}
#portfolioNav li { 
    display: inline-block;
    margin: 0;  
 }
#portfolioNav li a {
    padding: .3em .4em .2em .4em;
    border-radius: 2px;
    font-size:1.1em;
    line-height: 100%;
    text-decoration:none;
    color: #000;
}
#portfolioNav li a:hover { 
    text-decoration: underline; 
}
#portfolioNav li a.tabactive, 
#portfolioNav li.ThisPortfolio a {
    background: #E40000;
    text-decoration: none;
    color: #FFF;
}
#portfolioNav li a.taboff {

}
#portfolioList {
    margin: 0 0 1.2em 0;
    padding: 0 0 .3em 0;
    clear: both;
}
#portfolioList h2 {
    display: block;
    clear: both;
    padding: 0 0 .1em 0;
    font-family: FestivoLC-Basic, sans-serif;
    font-size: 3em;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
#portfolioList.jsyes > h2 {
    display: none;
}
#portfolioList > .blockactive {
    display: block;
}
#portfolioList > .blockoff {
    display: none;
}
.item-title {
    display: block;
    clear: both;
    margin: 2em 0 0 0;
    padding: .2em 0 .1em 0;
    font-family: FestivoLC-Basic, sans-serif;
    font-size: 3em;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.item-title:first-child {
    margin-top: .5em;
}
.item-description {
    margin: .2em 0 2em 0;
}
.item-description .image {
    margin: 0;
}
.item-description:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#portfolioList img.featured-image { 
    margin: 0 0 1em 0; 
}

/* ------------------------------------------------------------------------------ */
/* Contact Styles */
/* ------------------------------------------------------------------------------ */
#contactForm p {
    width: 100%;
    margin:2em auto 0 auto;
    padding:0 1em;
    font-family: FestivoLC-Basic, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
#contactForm label {
    font-size: 21px; 
}
#contactForm p input.Writing, 
#contactForm p textarea {
    display: block; 
    width:100%;
    padding:4px 4px 2px 4px;
    margin:0;
    font:normal 1em/120% Helvetica, sans-serif;
}
#contactForm p #contactSend { 
    display:block; 
    width:100px; 
    cursor:pointer; 
    margin:0 auto; 
}

/* ------------------------------------------------------------------------------ */
/* Sitefooter Styles */
/* ------------------------------------------------------------------------------ */
#footer {
    padding: 4em 0 .2em 0;
}
#footer p {
    font-size: 90%;
    text-align:center;
}

/* Media Queries  -------------------------------------------------- */

/* 500px breakpoint ------------------------------------------------ */
@media all and (min-width: 30em) {
    #header ol li a {
        margin: 0 4px;
        padding: 26px 18px 6px 18px;
        font-size: 24px;
    }
}

/* 600px breakpoint ------------------------------------------------ */
@media all and (min-width: 40em) {
    #header ol li a {
        margin: 0 4px;
        padding: 26px 28px 6px 28px;
        font-size: 28px;
    }
}

/* 800px breakpoint ------------------------------------------------ */
@media all and (min-width: 50em) {
    #contactForm p {
        width: 340px;
        padding:0;
    }
    h1 {
        font-size: 5em;
    }
    body.page-Home h1 {
        font-size:62px;
    }
    #pageContents > h2, 
    #pageContents > p, 
    #pageContents > ul, 
    #pageContents > ol {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .item-description p {
        max-width: 100%;
    }
    #header ol li a {
        margin: 0 4px;
        padding: 26px 32px 6px 32px;
        font-size: 32px;
    }
    #portfolioNav li a {
        font-size:1.5em;
    }
    #portfolioList .item-title {
        font-size: 4em;
    }
    #portfolioList img.featured-image { 
        float: left;
        width: 50%;
        margin: 0 1.4em 1em 0;
    }
