html {
  position: relative;
  min-height: 100%;
}

body{
	margin-bottom:0;
}

footer{
	padding-top:1.4em;
	border-top:1px solid #ddd;
	color:#999999;
	text-align:center;
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 60px;
  	background-color: #f5f5f5;
}

h4{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:300;
	font-size:2em;
}

p{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e5e5e5;
}

p.attribution{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:300;
	font-size:.9em;
	color:#929292;
	}

span.name{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:600;
	font-size:1em;
	color:#cb9746;
	text-transform: uppercase;
	}

p.footer{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.2em;
	color:#929292;
}

p.help-block{
	font-size:.8em;
}

p.excerpt{
	font-size:1.4em; color:#202020; text-indent: 40px; margin:0; line-height:2em;
}

p.reviews{
	font-size:1.4em; color:#202020;
}


a:link {
    color:#cb9746;
    text-decoration: none;
}

a:visited {
    color:#cb9746;
    text-decoration: none;
}

a:hover {
    color:#cb9746;
    text-decoration: none;
}

a:active {
    color:#cb9746;
    text-decoration: none;
}



a.footer:link {
    color:#929292;
    text-decoration: none;
}

a.footer:visited {
    color:#929292;
    text-decoration: none;
}

a.footer:hover {
    color:#929292;
    text-decoration: none;
}

a.footer:active {
    color:#929292;
    text-decoration: none;
}




a.box {
    color:#cb9746;
    border:solid 1px #cb9746;
    font-family: 'Raleway', Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:300;
    font-size:.8em;
    padding:4px 7px;
}

a.box:visited {
    color:#cb9746;
    border:solid 1px #cb9746;
    font-family: 'Raleway', Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:300;
    font-size:.8em;
}

a.box:hover {
    color:#202020;
    background-color:#cb9746;
    border:solid 1px #cb9746;
    font-family: 'Raleway', Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:300;
    font-size:.8em;
}

a.box:active {
    color:#cb9746;
    border:solid 1px #cb9746;
    font-family: 'Raleway', Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:300;
    font-size:.8em;
}

.btn-default{
	color:#cb9746;
	border:solid 1px #cb9746;
	background-color:#202020;
	font-family:'Raleway', Helvetica, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	padding:4px 7px;
  margin-bottom:10px;
}

.navbar{
	margin-bottom:0;
}

.clear{
	clear:both;
}

.height100.img-responsive{
	height:100%;
}

.width100{
	max-width:100%;
}

.center{
	text-align:center;
}

.jumbotron{
	background-color:#202020;
	background-image: url("../img/photo-bio.jpg");
	background-attachment:fixed;
	background-size:cover;
	background-position: left;
	max-width:100%;
	margin-bottom:0;
	padding:0;
}

.jumbotron .container{
	padding:0;
	margin:0;
	width:100%;
}

.navbar-fixed-bottom{
	padding:1em 0 0 0;
}

.navbar-default .navbar-toggle{
	border:none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cb9746;
}

	  ul.row img{
	   	border:1px solid #cb9746;
	   	height:100px;
      }

	  ul {
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      ul li {
          list-style:none;
          margin-bottom:25px;
      }
      ul li img {
          cursor: pointer;
      }
      .modal-body {
          padding:15px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{
        width:100px;
        display:block;
        font-size:25px;
        font-family:'Raleway', Helvetica, sans-serif;
    }
    .next {
        float:right;
        text-align:right;
    }

    .ccontrols{
        width:100%;
        display:block;
        font-size:25px;
        font-family:'Raleway', Helvetica, sans-serif;
        font-weight:300;
    }

    .form-control{
    	border-radius:none;
    	border:none;
    }

/*LARGE*/
@media all and (min-width: 1024px) {

	.ex{
		padding:3em;
	}

	.jumbotron h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2.5em;
	color:#e7e7e7;
	margin-top:10px;
	margin-bottom:4px;
	}

	.jumbotron p{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e7e7e7;
	max-width:30em;
	}

	h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.9em;
	color:#202020;
	margin-top:10px;
	margin-bottom:4px;
	}

	h2{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2.5em;
	color:#e5e5e5;
	margin-top:10px;
	margin-bottom:4px;
	}

	h3{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:600;
	font-size:1.2em;
	color:#e5e5e5;
	text-transform: uppercase;
	}

	ul.nav{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.2em;
	color:#202020;
	margin-top:10px;
	margin-bottom:4px;
	}

	p.nav{
	font-family: 'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.1em;
	color:#202020;
	}

	p.about{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e5e5e5;
	max-width:30em;
	}

	.container-fluid.main{
	background-color:#202020;
	padding:100px 135px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.sub{
	background-color:#131313;
	padding:100px 135px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.footer{
	background-color:#131313;
	padding:100px 135px 50px 135px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.about{
	padding:200px 135px;
	}

	.container.top{
	padding-left:135px;
	padding-right:135px;
	margin:0;
	width:100%;
	}

	.navbar-fixed-top{
		height:7em;
		background-color:#e5e5e5;
		border-bottom:solid 1px #cb9746;
	}

	.navbar-brand{
		height:4.7em;
	}

	.navbar-collapse{
		padding-top:.7em;
	}

	body {
  	/* Margin bottom by footer height */
  	margin-top:6em;
	}

	.anchorshift{
	position:relative;
	top:-6em;
	margin:0;
	padding:0;
	float:left;
	}

	div.line{
	width: 37px;
    height: 0px;
    border-top: 1px solid #cb9746;
	}

	div.spacer1{
	height:1.5em;
	}

	div.spacer2{
	height:2.5em;
	}

	.modal-dialog {
        max-width:70%;
    }
}

/*MEDIUM*/
@media all and (max-width: 1024px) {

	.ex{
		padding:2em;
	}

	h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.9em;
	color:#202020;
	margin-top:10px;
	margin-bottom:4px;
	}

	.jumbotron h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2.5em;
	color:#e7e7e7;
	margin-top:10px;
	margin-bottom:4px;
	}

	.jumbotron p{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e7e7e7;
	max-width:30em;
	}


	h2{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2.5em;
	color:#e5e5e5;
	margin-top:10px;
	margin-bottom:4px;
	}

	h3{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:600;
	font-size:1.2em;
	color:#e5e5e5;
	text-transform: uppercase;
	}

	ul.nav{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.2em;
	color:#202020;
	margin-top:10px;
	margin-bottom:4px;
	}

	p.nav{
	font-family: 'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1em;
	color:#202020;
	}

	p.about{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e5e5e5;
	max-width:30em;
	}

	.container-fluid.main{
	background-color:#202020;
	padding:70px 50px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.sub{
	background-color:#131313;
	padding:70px 50px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.footer{
	background-color:#131313;
	padding:70px 50px 35px 50px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.about{
	padding:100px 50px;
	}

	.container.top{
	padding-left:50px;
	padding-right:50px;
	margin:0;
	width:100%;
	}

	.mainlogo{
		height:80px; width:200px;
		background-image: url("http://markjacksonweaver.com/Template%201/img/logo-lrg.jpg");
	}

	.navbar-fixed-top{
		height:7em;
		background-color:#e5e5e5;
		border-bottom:solid 1px #cb9746;
	}

	.navbar-brand{
		height:4.7em;
	}

	.navbar-collapse{
		padding-top:.7em;
	}

	body {
  	/* Margin bottom by footer height */
  	margin-top:6em;
	}

	.anchorshift{
	position:relative;
	top:-6em;
	margin:0;
	padding:0;
	float:left;
	}

	div.line{
	width: 37px;
    height: 0px;
    border-top: 1px solid #cb9746;
	}

	div.spacer1{
	height:1.5em;
	}

	div.spacer2{
	height:2.5em;
	}

	.modal-dialog {
        max-width:70%;
    }
}

/*SMALL*/
@media all and (max-width: 767px) {

	.ex{
		padding:1em;
	}

	h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.5em;
	color:#202020;
	margin-top:0;
	margin-bottom:4px;
	}

	.jumbotron h1{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2em;
	color:#e7e7e7;
	margin-top:0;
	margin-bottom:4px;
	}

	.jumbotron p{
	font-family:'Crimson Text', Helvetica, sans-serif;
	font-weight:400;
	font-size:1.4em;
	color:#e7e7e7;
	max-width:30em;
	}

	h2{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:2em;
	color:#e5e5e5;
	margin-top:0;
	margin-bottom:4px;
	}

	h3{
	font-family:'Raleway', Helvetica, sans-serif;
	font-weight:600;
	font-size:.9em;
	color:#e5e5e5;
	text-transform: uppercase;
	}

	ul.nav{
	font-family:'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1.2em;
	color:#202020;
	margin-top:0;
	background-color:#dddddd;
	border:none;
	}

	p.nav{
	font-family: 'Crimson Text', Times, serif;
	font-weight:400;
	font-size:1em;
	color:#202020;
	}

	.container-fluid.main{
	background-color:#202020;
	padding:60px 30px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.sub{
	background-color:#131313;
	padding:60px 30px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.footer{
	background-color:#131313;
	padding:60px 30px 30px 30px;
	border-bottom:solid 1px #cb9746;
	}

	.container-fluid.about{
	padding:60px 30px;
	}

	.container-fluid.matthew{
		background-image: url('http://weareobsidian.com/img/header-img-5.jpg');
		background-color:#202020;
		height:400px;
	}

	.container.top{
	padding-left:35px;
	padding-right:15px;
	margin:0;
	width:100%;
	padding-top:8px;
	}

	.mainlogo{
		height:32px; width:80px;
		background-image: url("http://markjacksonweaver.com/Template%201/img/logo-sml.jpg");
	}

	.navbar-fixed-top{
		height:4.8em;
		background-color:#dddddd;
		border:none;
	}

	.navbar-brand{
		height:3em;
		padding:8px 0 10px 10px;
	}

	.navbar-collapse{
		background-color:#fff;
		padding-top:0;
		padding-right:8px;
	}

	.navbar-default .navbar-collapse{
		margin-left:-200px;
	}

	.navbar-nav{
		margin-top:0;
	}

	body {
  	/* Margin bottom by footer height */
  	margin-top:4em;
	}

	.anchorshift{
	position:relative;
	top:-4em;
	margin:0;
	padding:0;
	float:left;
	}

	div.line{
	width: 30px;
    height: 0px;
    border-top: 1px solid #cb9746;
	}

	div.spacer1{
	height:1em;
	}

	div.spacer2{
	height:2em;
	}

	.modal-dialog {
        max-width:95%;
    }

    .modal-body {
          padding:5px 5px 20px 5px !important;
      }

    .controls{
    	font-size:30px;
    }
}
