/* color palette
Raisin Black #262322;
Graphite #454545;
Nav Gray #f4f4f6;
*/


/* global styles ---------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    font-family: Calibri, sans-serif;
    line-height: 26px;
    margin: 0;
}
p {
    font-size: 18px;
}
h1, h2 {
    font-family: 'Rock Salt', cursive;
    line-height: 1.7;
}
h1 {
    color: #454545;
    font-size: 50px;
}
h2 {
    color: #454545;
    font-size: 36px;
    margin-top: 0;
}
h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
a {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
}
a:hover {
    text-decoration: none;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.content-wrap {
    max-width: 950px;
    margin: 0 auto;
    padding: 33px 20px;
    overflow: hidden;
}
.brand-img {
    max-width: 600px;
}

.banner-img1 {
  background-image: linear-gradient(rgba(38, 35, 34, 0.0), rgba(38, 35, 34, 0.9)), 
      url(../images/donwellman1.jpg);
  height: 347px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-img2 {
  background-image: linear-gradient(rgba(38, 35, 34, 0.0), rgba(38, 35, 34, 0.9)), 
      url(../images/donwellman2.jpg);
  height: 347px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.no-b-margin { 
    margin-bottom: 0 !important; 
}

/* header footer ---------- */
header{
    background: url(../images/lined-bkgd-header.png) repeat-y fixed;
    background-size: auto;
    background-position: left;
}
footer {
    background: #262322;
    color: #f4f4f6;
}

/* HEADER ----------------- */
header{
    padding-top: 70px;
    position: relative;
    text-align: center;
}
header h1{
    margin: 0px;
}

/* FOOTER ---------------- */
footer {
    text-align: center;
}
.contact-info a {
    padding: 20px;
    display: inline-block;
}

/* NAV ---------- */
nav {
    text-align: center;
    Background: #262322;
    position: fixed;
    top: 0;
    width: 100%;
}
nav a {
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

/* intro ---------- */
.intro {
    background: url(../images/lined-bkgd.png) repeat-y fixed;
    background-size: auto;
    background-position: left;
}

.video-descript {
    margin-bottom: 30px;
}

/* videos ----------- */

iframe {
  max-width: 100%;
  height: 281px;
}

/*
.portfolio-video iframe,
.portfolio-video video {
	display: block;
	width: 100%;
}

.portfolio-single-video { height: auto !important; }

.col-onethird { width: 30.63%; }
.col-twothird { width: 65.33%; }
*/


/* media queries ---------- */
@media (min-width: 900px){
       .col-narrow {
        width: 40%;
        float: left;

    }
    .col-wide {
        width: 60%;
        float: left;
        padding-left: 10px;
    }
}
@media (max-width: 899px){
    .brand-img {
        width: 500px;
    }
}