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

body{
	margin-bottom:0;
}

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


.thumbnails img {
	height: 80px;
	border: 1px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 1px solid #00ccff;
	cursor:pointer;
}

.preview img {
	border: 1px solid #444;
	padding: 1px;
	max-height: 80vh;
  width:auto;
  margin-bottom:50px;
}

p{
	font-family:'Crimson Text', serif;
	font-weight:400;
	font-size:1.45em;
	color:#b6bec7;
  line-height:2.3em;
  margin-bottom:25px;
}

p.small{
	font-family:'Teko', sans-serif;
	font-weight:300;
	font-size:1.1em;
	color:#b6bec7;
  letter-spacing: 1px;
  line-height:1.5em;
}

h4{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1.3em;
  color:#327ab7;
  text-transform: uppercase;
}

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

span.name{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1em;
	color:#7d9da6;
	text-transform: uppercase;
	}

  span.h3{
  font-family:'Teko', sans-serif;
  font-size:.85em;
  font-weight:400;
  color:#b6bec7;
  text-transform:uppercase;
  letter-spacing:1px;
  }


p.footer{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1em;
	color:#f3f3f3;
  line-height:3em;
  margin:0;
}

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;
}

.orange{
  color:#FF7757;
}



a.orange:link {
    color:#FF7757;
    text-decoration: none;
}

a.orange:visited {
    color:#FF7757;
    text-decoration: none;
}

a.orange:hover {
    color:#b6bec7;
    text-decoration: none;
}

a.orange:active {
    color:#FF7757;
    text-decoration: none;
}



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

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

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

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







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

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

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

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




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

a.box:visited {
    color:#7d9da6;
    border:solid 1px #7d9da6;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:400;
    font-size:.8em;
}

a.box:hover {
    color:#ffffff;
    background-color:#7d9da6;
    border:solid 1px #7d9da6;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:400;
    font-size:.8em;
}

a.box:active {
    color:#7d9da6;
    border:solid 1px #7d9da6;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:400;
    font-size:.8em;
}



a.lrg:link {
    color:#091823;
    text-decoration: none;
}

a.lrg:visited {
    color:#091823;
    text-decoration: none;
}

a.lrg:hover {
    color:#ffffff;
    text-decoration: none;
}

a.lrg:active {
    color:#091823;
    text-decoration: none;
}


#flexbox{
  width:100%;
  display:flex;
  justify-content: center;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*EVENT CALENDAR*/
.timely-brand-footer{
  display: none;
}

.btn{
  padding:0;
}

.btn-default{
	color:#13ABDF;
	border:none;
	background-color:transparent;
	font-family:'Teko', sans-serif;
	font-size:1.25em;
	text-transform:uppercase;
  font-weight:400;
  letter-spacing:1px;
}

.btn-default:hover{
  background:none;
  color: #b6bec7;
  border:none
}

.btn-default:visited{
  background:none;
  color: #13ABDF;
  border:none
}

.btn-hav{
	color:#FF7757;
	border:solid 2px #FF7757;
	background-color:transparent;
	font-family:'Teko', sans-serif;
	font-size:1.25em;
	text-transform:uppercase;
  font-weight:400;
  letter-spacing:1px;
  padding: 10px 20px 6px 20px;
}

.btn-hav:visited{
	color:#FF7757;
}

.btn-hav:hover{
	color:#ffffff;
}



.btn-signup{
	color:#13ABDF;
	border:1px solid #13abdf;
	background-color:transparent;
	font-family:'Teko', sans-serif;
	font-size:1.25em;
	text-transform:uppercase;
  font-weight:400;
  letter-spacing:1px;
  margin:10px 0 0 0;
  border-radius: 0;
}

.btn-signup:hover{
  color:#b6bec7;
	border:1px solid #b6bec7;
  border-radius: 0;
}

.btn-signup:visited{
  color:#13ABDF;
	border:1px solid #13abdf;
	background-color:transparent;
	font-family:'Teko', sans-serif;
	font-size:1.25em;
	text-transform:uppercase;
  font-weight:400;
  letter-spacing:1px;
  border-radius: 0;
}

.navbar{
	margin-bottom:0;
}

.navbar-default{
  border:none;
}

.clear{
	clear:both;
}

.logoheight.img-responsive{
	height:55%;
}

img.gal{
  max-width: 100%;
  height: 100vh;
}

img.mobile-header{
  margin-bottom:30px;
}

img.jumbo{
  margin:30px auto 30px auto;
  max-height:100%;
  max-width:100%;
}

.project{
  margin-top:20px;
}

.calendar{
  background-color: #091823;
  border:1px solid #081F32;
  padding-bottom: 5px;
  min-height: 100%;
}

img.poster{
  margin:5px 0 40px 0;
}

.width100{
	max-width:100%;
}

.center{
	text-align:center;
}

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

.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: #b6bec7;
}

.navbar-toggle{
  padding:14px;

}


	  ul.row img{
	   	border:1px solid #7d9da6;
	   	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;
          background-color:#081F32;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }

      .close{
        color:#b6bec7;
        text-shadow:none;
        opacity:1;
      }

      .close:hover{
        color:#13ABDF;
        text-shadow:none;
        opacity:1;
      }

    .controls{
        width:100px;
        display:block;
        font-size:25px;
        font-family:'Teko', sans-serif;
    }
    .next {
        float:right;
        text-align:right;
    }

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

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


    /* CAROUSEL */

    * {box-sizing:border-box}

    img.carousel{
      max-width: 100%;
      max-height:80vh;
      margin-right: auto;
      margin-left: auto;
    }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #b6bec7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #13ABDF;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .8s;
  animation-name: fade;
  animation-duration: .8s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
    /* CAROUSEL */



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

	.ex{
		padding:3em;
	}


	h1{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:2.4em;
	color:#13ABDF;
  margin-top:0;
	margin-bottom:.3em;
  letter-spacing:.03em;
  text-transform: uppercase;
	}

  h1.orange{
    color:#FF7757;
  }

	h2{
	font-family:'Teko', sans-serif;
	font-weight:300;
	font-size:1.5em;
	color:#13ABDF;
  line-height: 1.8em;
  letter-spacing:1.5px;
  margin-top:5px;
	}

	h3{
	font-family:'Teko', sans-serif;
	font-size:1.25em;
  font-weight:400;
	color:#b6bec7;
  text-transform:uppercase;
  letter-spacing:1px;
	}

  h3.cal{
    font-size:1.4em;
    font-weight:300;
    letter-spacing: 1.5px;
  }

	ul.nav{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1.2em;
	color:#202020;
	margin-top:10px;
	}

	p.nav{
  font-family: 'Teko', sans-serif;
  font-weight:400;
  font-size:1.3em;
  text-transform:uppercase;
  letter-spacing: 1px;
  padding:10px 0 10px 20px;
	}

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

  .break{
	height:0px;
	border-top:solid 1px #f5f7ff;
  max-width:100%;
	}

	.container-fluid.main{
	background-color:#081F32;
	padding:100px 135px;
	}

  .container-fluid.main-h{
	background-color:#102542;
	padding:100px 135px;
	}


	.container-fluid.sub{
	background-color:#091823;
	padding:100px 135px;
	}

  .container-fluid.sub-h{
	background-color:#29292D;
	padding:100px 135px;
	}


  .container-fluid.orange{
	background-color:#FF7757;
	padding:30px 135px 24px 135px;
	}

	.container-fluid.footer{
	background-color:#091823;
	padding:100px 135px 50px 135px;
	}

	.container-fluid.about{
	padding:0;
  text-align: -webkit-center;
  height:70vh
	}

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

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

	.navbar-brand{
		height:5.5em;
    padding: 30px 0 0 0;
	}

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

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

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

	div.spacer1{
	height:1em;
	}

	div.spacer2{
	height:2.5em;
	}

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

/*MEDIUM*/
@media (min-width:992px) and (max-width: 1199px) {

	.ex{
		padding:2em;
	}

	h1{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:2.4em;
	color:#13ABDF;
  margin-top:0;
	margin-bottom:.3em;
  letter-spacing:.03em;
  text-transform:uppercase;
  }


	h2{
  font-family:'Teko', sans-serif;
	font-weight:300;
	font-size:1.5em;
	color:#13ABDF;
  line-height: 1.8em;
  letter-spacing:1.5px;
  margin-top:5px;
	}

	h3{
  font-family:'Teko', sans-serif;
	font-size:1.25em;
  font-weight:400;
	color:#b6bec7;
  text-transform:uppercase;
  letter-spacing:1px;
	}

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

	p.nav{
  font-family: 'Teko', sans-serif;
  font-weight:400;
  font-size:1.2em;
  text-transform:uppercase;
  letter-spacing: 1px;
  padding:10px 0 10px 20px;
	}

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

	.container-fluid.main{
	background-color:#081F32;
	padding:70px 50px;
	}

  .container-fluid.main-h{
	background-color:#102542;
	padding:70px 50px;
	}

	.container-fluid.sub{
	background-color:#091823;
	padding:70px 50px;
	}

  .container-fluid.sub-h{
	background-color:#29292D;
	padding:70px 50px;
	}

  .container-fluid.orange{
  background-color:#FF7757;
  padding:20px 50px 15px 50px;
  }

	.container-fluid.footer{
	background-color:#091823;
	padding:70px 50px 35px 50px;
	}

	.container-fluid.about{
	padding:0;
  height:70vh;
	}

	.container.top{
	padding-left:50px;
	padding-right:60px;
	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:#091823;
	}

	.navbar-brand{
		height:5.65em;
    padding: 30px 0 0 0;
	}

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

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

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

	div.spacer1{
	height:1em;
	}

	div.spacer2{
	height:2.5em;
	}

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

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

	.ex{
		padding:1em;
	}

	h1{
	font-family:'Teko', sans-serif;
	font-weight:300;
	font-size:2.1em;
	color:#13ABDF;
	margin-top:0;
	margin-bottom:.3em;
  letter-spacing: .03em;
  text-transform: uppercase;
	}

  .jumbotron{
    height:100%;
    width: auto;
    background-attachment:inherit;
  }

	.jumbotron h1{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1.8em;
	color:#EDC624;
	margin-top:0;
	margin-bottom:.3em;
  text-transform: uppercase;
	}

	.jumbotron p{
  font-family:'Roboto Condensed', Times, serif;
  font-weight:300;
  font-size:1.4em;
  color:#ffffff;
  letter-spacing:.2px;
  max-width:22em;
	}

  .logoheight.img-responsive{
  	height:60%;
  }

	h2{
  font-family:'Teko', sans-serif;
	font-weight:300;
	font-size:1.5em;
	color:#13ABDF;
  line-height: 1.8em;
  letter-spacing:1.5px;
  margin-top:5px;
	}

	h3{
  font-family:'Teko', sans-serif;
	font-size:1.25em;
  font-weight:400;
	color:#b6bec7;
  text-transform:uppercase;
  letter-spacing:1px;
	}

	ul.nav{
	font-family:'Teko', sans-serif;
	font-weight:400;
	font-size:1.2em;
	color:#202020;
	margin-top:0;
	background-color:#091823;
	border:none;
	}

	p.nav{
	font-family: 'Teko', sans-serif;
	font-weight:400;
	font-size:1.2em;
  text-transform:uppercase;
  letter-spacing: 1px;
  margin-right:20px;
  padding:8px 0 0 0;
	}

	.container-fluid.main{
	background-color:#081F32;
	padding:30px;
	}

  .container-fluid.main-h{
	background-color:#102542;
	padding:30px;
	}

	.container-fluid.sub{
	background-color:#091823;
	padding:30px;
	}

  .container-fluid.sub-h{
	background-color:#29292D;
	padding:30px;
	}



  .container-fluid.orange{
	background-color:#FF7757;
	padding:20px 0 15px 0;
	}

	.container-fluid.footer{
	background-color:#091823;
	padding:60px 30px 30px 30px;
	}

	.container-fluid.about{
	padding:0;
	}

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

	.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:5.45em;
		background-color:#091823;
		border:none;
	}

	.navbar-brand{
		height:3.8em;
		padding:15px 0 0px 5px;
	}

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

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

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

  p.mobilemenufirst{
    margin-top:12px;
  }

  p.mobilemenulast{
    margin-bottom:15px;
  }

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

  img.jumbo{
    margin:70px auto 70px auto;
    max-height:70%;
    max-width:70%;
  }

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

	div.spacer1{
	height:.6em;
	}

	div.spacer2{
	height:2em;
	}

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

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

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





/*CAROUSEL*/



* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.thumbs img{
  max-height:100px;

}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: auto;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/*CAROUSEL END*/
