/*

Kirby Starterkit

Author: Bastian Allgeier / Sascha Lack
URL:    http://getkirby.com
Email:  support@getkirby.com

*/


/* Source Sans Pro
-------------------------------------------------- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}
#headshot {
  width: 130px;
  position: absolute;
  left: 45px;
  margin-top: 42px;
}
@media only screen and (max-width: 1100px) {
  #headshot {
    display: none;
  }
}

/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #6735d3;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "Cardo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 1.25em;
  line-height: 1.5em;
  background: #fff;
  color: #222;
  min-width: 600px;
}


/* Header
-------------------------------------------------- */
.header {
  margin-bottom: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 321px;
  background-image: url('http://lynoleum.com/home/assets/images/banner.jpg');
  background-size: cover;
}
.lynnHeaderPhoto {
  height: 321px;
  position: absolute;
  top: 0;
  right: 0;
}
.header .headerText {
  padding: 100px 20px 120px;
  max-width: 50em;
  margin: 0 auto;
}
.headerText h1 {
  color: #fff;
  text-transform: uppercase; 
  letter-spacing: 6px; 
  text-align: center;
}

/* Navigation
-------------------------------------------------- */
nav[role="navigation"] {
    vertical-align: top;
}
nav[role="navigation"] ul {
  text-align: center;
  font-style: italic;
}
.footerblock {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-right: 10px;
}
.menu a {
  display: block;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
}
.menu a:hover {
  color: #6735d3;
  text-decoration: none;
}
.menu .active {
  color: #6735d3;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.headerText .menu {
  text-align: center;
}
.headerText .menu > li {
  display: inline-block;
}
.menu > li > a {
  padding: .35em 0;
  border-top: 1px solid #ddd;
  font-family: 'Cardo';
}
.headerText .menu > li > a {
  color: #fff;
  font-size: 1.3em;
}
.headerText .menu > li > a:hover {
  color: #fff;
  border-bottom: 1px;
}
.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 40em) {
  main {
    padding: 3em;
  }
  .logo {
    float: left;
  }
  .menu > li > a {
    padding: 0 1.25em 0 0;
    border: 0;
  }
  .menu > li:hover .submenu {
    display: block;
  }
}
.main a.btn {
  color: #9f7ff4;
  border-bottom: none;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 8px;
  font-family: 'Source Sans Pro';
  border: 1px solid #9f7ff4;
  font-size: 1.1rem;
}
.main a.btn:hover {
  color: #fff;
  background: #9f7ff4;
  border: 1px solid #9f7ff4;
}

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
  letter-spacing: 1px;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: red;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
  font-family: 'Cardo';
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}



/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 3em;
  border-bottom: 2px solid #ddd;
  margin: 2rem auto 0;
  padding: 1.5em 20px;
  max-width: 37em;
}
.main hr {
  margin: 3em 0 2.5em;
  height: 2px;
  background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
}
.main a {
  color: #6735d3;
}
.main a:hover {
  opacity: 0.8;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}
.half {
  display: inline-block;
  width: 49%;
}
.main .bridgelinkarrow {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  font-family: 'Source Sans Pro';
  border-bottom: 0px;
  color: black;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
em {
  line-height: 0;
}
/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1.5em;
  list-style: none;
}
@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .teaser li:first-child {
    margin-left: 0;
  }
}


/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 3em 0 6em;
  font-size: .8em;
  font-family: 'Cardo';
  max-width: 50em;
  margin: 0 auto;
}
.copyright {
  float: left;
}
.colophon {
  float: right;
  vertical-align: bottom;
}
.colophon a b {
  padding-left: .25em;
  color: red;
}
/* -- Embed Responsively */
.embed-container { 
  position: relative; 
  padding-bottom: 29.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 53%; 
  margin: 20px auto 30px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

