
@charset "UTF-8";
/* CSS Document */

/* 

*/


/*
A. COLORS
-----------------------------------------------------------------------------

#hex (desc)

#b1212b  (red)
#5c4e3a (bg dark grey)
#ffedce (off white)
#000000 (Black)

3b576f blue



B. TABLE OF CONTENTS
-----------------------------------------------------------------------------

1. RESET
2. BASE
   Basic Styles
3. LAYOUT
	Content
	Navigation
	Sub-Nav
	Footer
	Homepage
	Promo Section
	Logo
	Page Styles


 	
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


/* 1. RESET
no editing required
----------------------------------------------------------------------------- */

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
input, textarea, option, .nobox{
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	margin-top: 0px;
}

blockquote, q{ quotes: none; }

br{ height: 0; }

ul, ol, dl{ list-style: none; }

a img{ border: 0; }



@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');


/* BASE 
----------------------------------------------------------------------------- */
body { 
margin:0px auto;
padding: 0; 
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
color:#706b66;

	background-image: url("paper.jpg"); 
    background-repeat: repeat;              
    background-size: cover;                   
    background-attachment: fixed;             
    background-color: #f5f3ed;

}


* {margin: 0; padding: 0; border: 0;}

/* Basic styles  */
h1, h2, h3, h4, h5, span#copyright {
	margin: 0px;
	font-weight: normal;
	/*font-family: 'Oswald', sans-serif;
	font-family: "Syne Mono", monospace;
	font-family: "Special Elite", system-ui;*/
	font-family: "Rubik Dirt", system-ui;
	text-transform:uppercase;
}


h1{
	font-size:60px;
	line-height: 1;
	color:#5c4e3a;
	margin-bottom: 12px;
}	

/* site heading */
h2 {
	font-size: 36px;
	color:#5c4e3a;
	text-align: left;
	margin-bottom: 12px;
}	/* site heading */

h3 {
	color:#5c4e3a;
	font-size:24px;
	font-weight: normal;
	margin: 15px 0 10px 0px;
	padding-bottom:10px;
	padding:0px;
	text-decoration: none;
	height:auto;
	background:none;
}

h4 { 
font-size: 18px; 
font-weight:normal;
line-height: normal;
color:#5c4e3a;
}


/* sub headings */
h5 {
	margin:10px 0 5px 0px;
	font-size:18px;
	color:#333333;
	font-style:italic;
}

h5 a{color:#ffedce;}

.callout {width: 100%; text-align:left;}

p { 
font-size: 16px;
line-height: 1.5; 
padding:0px;
margin-bottom:20px;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.intro{max-width: 80%; }

span#copyright { font-size: 13px; line-height: 35px; color: #000 }

div { padding: 0px 0; margin:0;}

a {
color:#996d2c;
color:#AD852E;
line-height:normal;
text-decoration:none;
text-align:left;
padding:0;
cursor:pointer;
transition: all 0.3s ease-out;
}

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

 
a.moreLink{
color:#9b6e2d;
font-weight:bold;
margin:0px;
text-align:right;
text-decoration: none;
}
a.moreLink:hover{
color:#990000;
font-weight:bold;
margin:0px;
text-align:right;
text-decoration: underline;
}

a.back-btn {
color:#996d2c;
color:#AD852E;
line-height:normal;
text-decoration:none;
text-align:left;
padding:0;
cursor:pointer;
transition: all 0.3s ease-out;
}

a.back-btn:hover{
color:#5c4e3a;
text-decoration:none;
}
 

.divider{
	height:1px; 
	clear:both; 
	display:block; 
	border-bottom:1px solid #ccc; 
	margin:60px 0;

		-ms-flex: 100%; /* IE10 */
		flex: 100%;
		padding: 0px 0px;
		color:#9a9a82;
		position:relative;
}

ul, ol, li {
list-style:none;
padding:0px;
margin:0;
}


li{
	list-style-position:inside;
	display: display;
	padding:3px 0 2px 5px;
	
}
li::marker {
  color: #AD852E; /* Change the bullet color */
  font-size: 1.1em; /* Make the bullet slightly larger */
  content: "• "; /* Replace the bullet with a checkmark */
}

blockquote{
background:#eee;
width:90%;
padding:13px 10px 0px 15px;
margin:5px 0px 15px 5px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}




/* 3. ---------------------------------------------Layout------------------------------------------------------*/


/* CONTENT
/* ----------Wrapper -----*/
#wrapper{
	margin:50px auto;
	padding:0px;
	width:100%;
	overflow: hidden;
}





/*----whole header section*/
#header {
	margin:0 5% 5%;
	width:90%;
	border-bottom:1px dotted #dbdbdb;
}


#header .logo{
	width: 90%;
}


#content{
	width:100%;
	margin:0 auto;
	display: block;
}

.container{
	width:90%;
	margin:0 5%;
	display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
}

.category {
	flex:20%;
	border:1px solid #5c4e3a;
	-ms-flex: 20%; /* IE10 */
	flex: 20%;
	padding: 10px 20px;
	color:#9a9a82;
}


.sub-header{
	width:90%;
	margin:2% 5% 3%;
}

.image-block {
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
    margin:2% auto 5%;
}
    .item{
        margin:5px;
        border:#f3f0eb 0px solid;
        background: #dbdbdb;

        -ms-flex: 30%; /* IE10 */
        flex: 30%;
        padding: 10px 20px;
        color:#9a9a82;
    }

	.text-block {
		width:100%; 
	}
	
	.text-block p{margin:1% 0 4%;}

/*-----------------   PORTFOLIO -----------------*/

.projects {
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: center;
	width:90%;
	max-width:1440px;
	margin:3% auto 10%;
  }
	.project{
		margin:10px;
		border:#f3f0eb 0px solid;
		/*background: #f5f3ed;*/
  
		-ms-flex: 30%; /* IE10 */
		flex: 30%;
		padding: 0px 0px;
		color:#9a9a82;
		position:relative;
	}

	.project-wide{
		margin:3% 2% 3% 2%;
		border:#f3f0eb 0px solid;

		-ms-flex: 46%; /* IE10 */
		flex: 46%;
		padding: 0px 0px;
		color:#9a9a82;
		position:relative;
	}

	.project-full{
		margin:5% 5% 0 5%;
		border:#f3f0eb 0px solid;
		
		-ms-flex: 90%; /* IE10 */
		flex: 90%;
		padding: 0px 0px;
		color:#9a9a82;
		position:relative;
		text-align: center;
	}

	.project-full iframe{margin:0 auto; text-align: center;}
  
  .project img, .project-wide img, .project-full img {
  width:100%;
  margin:0 auto;
  } 
	.half {
	width:45% !important;
	display: inline;
	margin:0 2.5%;
	} 
  
  .project > a {
  display: block;
  padding:0;
  border:1px solid #dbdbdb;
  background:#AD852E;
  color:#fff;
  -moz-transition: all .15s ease-in-out;
	 -webkit-transition: all .15s ease-in-out;
	 transition: all .15s ease-in-out;
  
  }
  
  .project a:hover{
  border:1px solid #AD852E;
  background-color:#AD852E;
  }
  
  .project a img{
	opacity:1;
	display:block;
	-moz-transition: all .15s ease-in-out;
	   -webkit-transition: all .15s ease-in-out;
	   transition: all .15s ease-in-out;
  }
  
  .project a:hover img{opacity:0;}
  
  .project .link{
  text-align:center;
  font-weight: 700;
  font-size: 18px;
  opacity:0;  
  display:block; 
   width:98%;
  top:40%;
  position:absolute;
  z-index:999;
  
	-moz-transition: all .2s ease-in-out;
	   -webkit-transition: all .2s ease-in-out;
	   transition: all .2s ease-in-out;
  }
  
  .project a:hover .link{
  opacity:1;
  } 
  
  .caption {
	  margin:0 auto;
	  padding: 0px;
	  color:#f5f3ed;
	  font-size:14px;
  }	
.left{
	margin:0 10% 3% 0%;
	float:left;
	width:60%;
	
}

.right{
	margin:0;
	float:left;
	width:30%;
}


/* ---------- nav  -------*/

.main-nav{
	margin-top:10px;
	margin-bottom: 10px;
	
}
.main-nav a {
	font-family: 'Oswald', sans-serif;
	  font-family: "Rubik Dirt", system-ui;
	font-size: 21px;
	text-transform:uppercase;
	padding:0 2% 0 0;
}
.main-nav a .on{
	color:#5c4e3a;
}

.home-nav{
	display:block;
	margin: 0 5%;
}
.home-nav a{
	font-family: 'Oswald', sans-serif;
	 font-family: "Rubik Dirt", system-ui;
	font-size: 120px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	cursor: pointer;
	padding-right:10px;
	padding-left:0px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.home-nav a:hover{
	padding-left:20px;
}

.home-nav a::after{
	content:">";
    margin-left: 3px;
	opacity:0;
	transition: all 0.3s ease-in-out;
}
.home-nav a:hover::after{
	opacity: 1;
	margin-left:10px;
}





/*-----------  FOOTER  -------------------*/
.footer {
float:left;
position: fixed;
bottom:0;
width:90%;
height:100px;
margin:5%;
text-align: left;
border-top:1px dotted #dbdbdb;
}
.footer{display:none;}


.details {
padding:10px 0;
color:#999;
font-size: 10px;
line-height:normal;
}

#footer a {
color:#ffedce;
text-decoration: none; 
font-style: normal
}

#footer a:hover {text-decoration: underline;}






/* HOME */
/*------------------- ----------------------*/
/**/




.row{width:100%; overflow: hidden; border-bottom:0px solid #ccc;}
/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 28%;
    padding: 2%;
	overflow: hidden;
}

.column img {
    margin-top: 12px;
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1080px) {
	.project{
	margin:2.5%;

	-ms-flex: 45%; /* IE10 */
	flex: 45%;
}
	
}


@media (max-width: 880px) {


    .left {
        width: 100%;
    }
	.right{width:100%;}

	.home-nav a{
	font-size: 80px;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	#wrapper{
	margin:50px auto;
	padding:0px;
	width:90%;
	overflow: hidden;
}
h1{font-size: 36px;}
h2 {font-size: 24px;}

.home-nav a{
	font-size: 60px;
}

.project, .project-wide, .project-full{
	margin:2.5%;

	-ms-flex: 95%; /* IE10 */
	flex: 95%;
}
	
.projects {
	margin:4% auto 10%;
  }

    .column {
        width: 100%;
   }
}

@media (max-width: 480px) {
	#wrapper{
	margin:40px auto;
	padding:0px;
	width:90%;
	overflow: hidden;
}
h1{font-size: 36px;}
h2 {font-size: 24px;}

.home-nav a{
	font-size: 48px;
	padding:0 0% 0 0;
}
}
