-=/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;
red color rgba(87,4,5,0.5) #570404
*/
/* LAYOUT */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	overflow-x: hidden; /* Stops horizontal scrolling. */
	background-color: rgba(249,247,247,1.00);
}
body {
	-webkit-overflow-scrolling: touch;
}
header {
	padding: 10% 0px 10% 0px;
}
section {
	padding: 5% 0px 5% 0px;
	text-align: center;
}
.portfolio {
	padding: 200px 0;
	box-sizing: border-box;
	-webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .7);
   	-moz-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .7);
        box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .7);
}
#work, #container, #footer {
	background-color: rgba(0,0,0,1.00);
	color: rgba(254,254,254,1.00);
}
#footer img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width:33%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
img {
	width: 100%;
	height: auto;
}
.mobhide {
	display: block;
}
.mobshow {
	display: none;
}
/* PARALLAX */
.slide {
  	position: relative;
  	padding: 15vh 5%;
  	min-height: 50vh;
  	width: 100vw;
  	box-sizing: border-box;
 	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
	display: block;
}
.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}
.slide, .slide:before {
  background: 50% 50% / cover;  
}
#parallax {
	background-attachment: fixed;
}
#parallaxmob {
	height: 0px;
	display: none;
}
#parallax {
	background-image: url(../img/parallax_bg.jpg);
}

/* STYLES */
a:link {
	color: #ba5f31;
	text-decoration: none;
	outline: 0;
}
a:active {
	color: #ba5f31;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #ba5f31;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #5abcc8;
	text-decoration: none;
	outline: 0;
}
blockquote {
	font-family: 'Montserrat', sans-serif;
	font-size:2.0em;
	line-height: 2.0em;
	text-transform: uppercase;
	text-align: center;
	font-weight:700;
	vertical-align: middle;
	padding: 2%;
	color:#fff;
}
h1 {	
	font-family: 'Montserrat', sans-serif;
	font-size:2.0em;
	line-height: 1.4em;
	text-transform:uppercase;
	font-weight:700;
}
h2, h3, h4, h5 {	
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:700;
	text-align: left;
}
p	{	
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: 400;
}

@media screen and (min-width: 482px) and (max-width: 1024px) {
body {
	font-size: 14px;
}
header, section, footer, #container {
	padding: 5% 0 5% 0;
}
.slide {
	display: none;
}
#parallaxmob {
	height: 200px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover; 
}
#parallaxmob {
	background-image: url(../img/parallax_bg.jpg);
}
}
/* Mobile */
@media screen and (min-width: 0px) and (max-width: 481px) {
header {
	padding: 0;
	background-color: rgba(0,0,0,1.00);
}
h2, h3, h4, h5 {	
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:700;
	text-align: center;
}
.mobhide {
	display: none;
}
.mobshow {
	display: block;
}
.slide {
	display: none;
}
#parallaxmob {
	height: 0px;
	width: 100%;
	display: none;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
