*,
*::after,
*::before {
	box-sizing: border-box;
	}

  :root {
    --grey: hsl(0, 0%, 74%);
    --darkgrey: hsl(0, 0%, 30%);
    --blue:  hsl(195, 53%, 79%);
    --teal: hsl(180, 21%, 37%);
  }

button,		
input,
textarea,
select {
font: inherit;
background:  white;
margin:  2%;
padding: 16px;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
   background: whitesmoke url(graph-2-12.png) repeat;
}

body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 2rem;
  scroll-behavior: smooth;

}

body * {  text-shadow: none;}

@media all and (min-width : 1600px) 
{
  body { width: 100%; margin: 0;  }
}


/* width */
::-webkit-scrollbar {
  width: 23px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: #454545;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 {
  font-size: 2em;
  padding: 32px 4.5% 0px 5%;
line-height: 1.3em;
  font-weight: 600;
  color: var(--darkgrey); 
  
}
/*
h2-OLD {
  font-size: 1.4em;
  color: var(--darkgrey); 
  padding: 0px 5%;
  font-weight: normal;
  line-height: 1.4em;
  max-width: 80rem;
 }
*/


h2{
  font-size:1.4rem;
  padding:  0px 5% 0 5%;
  margin: 0px;
  font-weight: 900;
  color: hsl(0, 0%, 0%);
  line-height: 2.2rem;
  letter-spacing: 0.13em;
  max-width: 65rem;
}


   .lgea {
   font-size: 1.4rem;
   font-variant: small-caps;
   font-weight: 900 !important;
   color: black;
   line-height: 3rem;
   padding: 4px 8px;  
   border-radius: 6px;
   border-bottom: 4px dotted white;
    background: whitesmoke;
   }

.lgea {font-size: 1.6rem;
}


h3 {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 0 5%;
  font-weight: 400;
  color: lightblue;
}

h4 {
  font-size: .7em;
  padding: 0px 4.5%;
  font-weight: 100;
}

h5 {
  font-size: .8em !important;
  padding: 0px 12% ;
  font-style: italic;
  color: var(--teal);
  letter-spacing: .1em;
   line-height: 1.6em !important;
  border-left: 23px solid teal;
    }
	

@media all and (max-width : 768px) {
  h5 {
    font-size: 1.8em;
    padding: 0px 4.2% 0px 4.2%;
    color: var(--teal);
    font-weight: 100;
    line-height: 1.8em;
  }
}

h6 {
  font-size: 0.95em;
  color: lightblue;
  padding: 0 5%;
  letter-spacing: .2em;
  font-weight: 100;
}

p {
  font-size: 1.08em;
  margin: 0;
  padding: 0 2.5%;
  font-weight: 100;
  color: var(--teal);
  max-width: 108rem;
  line-height: 2.1em;
}


	.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: .1rem;
  opacity: .23;
  color:white !important;
  text-shadow: 4px 4px 20px black !important;
}


/* teddave colors 

.t a:hover {color: red; }

.ea a:hover {color: orange; }

.da a:hover {color: yellow; }

.db a:hover {color: green; }

.a a:hover {color: blue; }

.v a:hover {color: indigo; }

.eb a:hover {color: violet; }

 */

a,
a:link,
a:active,
a:visited {
  color: black;
  text-decoration: none; 
  padding: 6px  0!important; 
  outline: none;

  border-bottom: 1px dashed;
  text-decoration-skip-ink: all;
 }


a:hover {
 margin: 0px; 
 transition: 1s;
 border-bottom: 6px solid black;
 opacity: .8; }


a:active {
 	border-bottom: 12px solid lightblue;	
 }


ul li {
  list-style-type: none;
  margin: 0 80px;
  color: #444;
  padding: 0 23px;
}


.grey {
  color: #888;
}

.sml {
  font-size: 0.23em;
  color: #c00;
}


.sml2 {
  font-size: .777em;
  padding:  12px;
}

.walk {
color: black !important; 
font-weight: 100 !important;
  font-family: "Anton", sans-serif;
font-size: 2.3rem;

}



audio { 
   padding:2% 1% 0 1%; 
   width: 100%;
   }

audio::-webkit-media-controls-panel {
	background-color:#2c2c2c !important;}

audio::-webkit-media-controls-panel:hover {background-color:#aaa !important;}

#second audio {
	padding:2% 1% 0 5%; 
	width: 45%; }


.back {
  padding: 2px 12px 6px 12px;
  color: #777;
  line-height: 1.6em;
}


.map {
 border: 2px solid white;
}


.map img {
	border: 2px solid #eee;
    max-width: 100%;
    height: auto;
}


.note { 
 background: #bababa;
 padding: 12px; border: 1px dashed #eee; 
 border-radius: 2px;
 box-shadow: 0px 0px 60px rgba(23, 23, 23, .1)
}

.lge {
  font-size: 4em;
}


.site {
  background: #555;
  padding: 2px 6px 4px 30px;
  color: white;
  font-variant: small-caps;
  margin: 0;
  font-size: .7em;
}

.ted {
  background: #e2e3e4;
  padding: 0px 12px 2px 12px;
  border: 2px solid #555;
  font-size: .7em;
  letter-spacing: .1em;
}

.title {font-size: 4rem; 
font-weight: 900; 
line-height: 1rem; 
letter-spacing: 1.9rem; 
}

@media all and (max-width : 900px) {
.title{letter-spacing: .9rem;}
}

@media all and (max-width: 600px) {
.title{letter-spacing: .1rem;
font-size: 3.3rem;}
}




.white {
  color: lightblue;
  letter-spacing: 0.01em;
   font-size: .8em;
}


@media all and (max-width : 768px) {
.white{padding: 0 8%;}
}


.thumbs a {
  border: 0;
}

.logo {
  background: transparent;
  color: #e00;
  font-size: 1.2em;
  padding: 42px 0 0 0px;
  opacity: .8;
}

.logob {  
color: black;
}

.construct { 
  color: black;
  padding: 12px;
  border-radius: 6px;
  border: 1px dotted;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .23rem;
  background: #ffd;
  font-variant:small-caps;
 
  }
  
  .construct:hover {background: lavender;
  transition: 2.3s;
  color:black;
  }




hr {
  height: 32px;
  background: #ddd;
  border-top: #d5d5d5 12px solid;
  border-bottom: #e5e5e5 60px solid;
}



/*********************body */

/*header */
.headertop {
  background: #111;
  font-weight: normal;
  color: white;
  width: 100%;
  top: 0;
  height: 56px;
  padding: 0;
  position: fixed;
  z-index: 10;
  margin: 0;
  opacity: 1;
  border-bottom: 3px solid #fff;
}

@media all and (min-width : 1600px) {
  .headertop {
    margin: 0 5% 0 0;
  }
}


.headertop h1 {
  padding: 10px 0 0 2.3%;
  letter-spacing:.05rem;
  margin: 0px;
  color: white !important;
}


.heada {
  width: 47%;
  float: left;
  text-align: left !important;
  padding: 9px 0 0 3%;
  height: 54px;
}



.headb {
  width: 50%;
  float: left;
  padding: 0;
  text-align: right;
  height: 54px;
} 

.headb a {
	color: lightblue;
letter-spacing: .1rem;
}


.headb h1 {
  font-size: 1.2rem;
  padding: 14px 2% 0 0;
}

.headb a {border: 0;}

.headb a:hover {
  color: lightblue !important; 
  background: transparent; 
  border: 0 !important; 
}


@media all and (max-width : 800px) {
	
	.headertop h1 {
  padding: 16px 4% 0 0%;
  font-weight: normal;
  margin: 0px;
  font-size: 1.2em;
  letter-spacing: .1em;
}

  .heada {
    width: 22%;

	
  }

  .headb {
    width: 78%;
    padding: 0;
    text-align: right;
  	background: transparent;
  }

}

.color {
	color: yellowgreen;
    font-size: 1.2rem;
}


/*-- #brand ------------------*/

#brand
{ height: auto;
  margin: 0px;
  width: 100%;
  float: left;
  
}


#one .anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 100;
}

#brand h1{
   font-size: 11rem !important;
   padding: 6% 0 0% 5%;
   margin: 0;
   color: black;
   letter-spacing: .001rem;
}


@media all and (min-width : 1700px) {
#brand h1 {font-size: 16rem !important;
   padding: 3% 0 0% 5%;
}
	}

	  
@media all and (max-width : 680px) {
#brand h1 {font-size: 6rem !important;
padding:20% 0 0% 4%;
}
	}


#intro {
  height: auto;
  margin: 7px 2% 0 2%;
  width: 96%;
  padding: 0;
}

#intro img {max-width: 100% !important;
height: auto;
}


#intro h1 {padding: 0 5%;}

#intro h2 {
  padding:32px 15px 0px 4%; 
}

#intro h3 {
	color: #555; 
  padding: 0% 5% 0 5% 
	}

#intro h5 {
  padding: 0 4%;  
  font-size: 1.08em;
}

#intro p {
  padding: 0 23% 0% 4%;  
  line-height: 1.8em;
}


@media all and (max-width : 768px) {
  #intro p { 
    padding: 0 23px 2.3% 4.5%;
	}
}



/*--#first ------------------*/

#first {
 
  height: 40px;
  margin: 0px;
  width: 100%;
  border: 0px;
  float: left;
  margin: 0;
}

#first a {
	color: tomato !important; 
	border: 0;}

#first a:hover {
  opacity: 1;
}

#first img {
  max-width: 100%;
  height: auto;
  border: 0;
  padding: 0;
}


#first h2 {  
  padding: 12% 2.3% 0 5%; 
  color: #aaa;}

/*#hide {display:none;}*/



/*------------ #display -----------------*/

#galleries {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #bdbdbd !important;

}


/*envelops  the boxes*/

#parent {
	
  float: left;
  height:auto;
  width: 100%; 
  margin: 0;
  background:transparent;
	}

/* boxes */


#work {
  width: 60%;
  margin: 0 20% 2% 20%;
  background: transparent;
  height: auto;
  /*box-shadow: 0px 0px 60px rgba(23, 23, 23, .23);*/
}


@media all and (max-width : 768px) {
  #work {
    width: 95%;
    margin: 0 2.5% 2% 2.5%;
    height: auto;
  }
}


.box{
  float: left;
  height: auto;
  padding: 0px;
  margin: 2% ;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 60px rgba(23, 23, 23, .23);
  width: 96%; 
}


.boxwalk{
  float: left;
  height: auto;
  padding: 0px;
  margin: 2% ;
  border-radius: 12px;
  border: 1px solid white;

  width: 96%; 
  background: white;
}


.box1,.box3, .box4{
  float: left;
  height: auto;
  padding: 0px;
  margin: 2% ;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 60px rgba(23, 23, 23, .23);
  width: auto; 
}



.box1 img{margin: 0;  
padding: 0; 
max-height: 90vh;
;}


@media only screen and (min-width: 800px) {
.box3
{
    margin: 2%;
    width: 46%; 
}
}



@media only screen and (min-width: 800px) {
.box4
{
    margin: 2%;
    width: 29.3% 
}
}



@media only screen and (min-width: 1000px) {
  #work {
    width: 48%;
    margin: 0.5%;
    float: left;
  }
  
    .box, .box3{
    margin: 2%;
    width: 46% ;
} 
}


@media only screen and (min-width: 1700px) {
  .box  {
	    width: 29.3%;
  }
   }

  
  @media only screen and (min-width: 2200px) {
.box
{width:15.6%;
margin: 0.5%;}

  }


  /*
  @media only screen and (min-width: 2501px) {
.box {width: 10.3%;
margin:0.5% 0.4%;
}
#one {display: none;
}
  }
*/
    
  #one {
  height:70px;
  padding: 0px 0 6px 12px;
  text-align: left;
  }
  
#one h2 {
  color: #222;
  font-size:.9rem;  
  font-variant:none;
  padding:0px 1% 0 1% !important;
  margin: 0;
  line-height: 1.4;
  letter-spacing: .05rem;
  font-weight: 500;
  }

  #one h4 {
    padding: 0 4% 0% 1%; 
    margin: 0;
    line-height: 1.6;
    color: grey;
  }
  
 #one a { 
   background: #eee;
   color: #444;
   font-weight: 100;
   font-size: 1.08rem;
   border-bottom:1px dotted;
   font-variant: small-caps;
   border-radius: 3px; }

#one a:hover {
	background: #222 !important;
    border:0;
    color: white !important;
    transition: 1.2s}
 
 
 #one a:active {
	 background: lightblue !important;
     border:0;
     color: black !important;
     transition: 1.2s}



  #con {
    background: hsl(0, 0%, 88%, 0.23);
    height: auto;
    width: 100%;
  }

#con a {color: green;}

  #conb {
    background: white;
    height: auto;
    width: 100%;
  }


#con h3 {
  font-size: 3.2em;
  opacity: .23;
}
    

  
#con img{
 width:96% !important; 
  padding: 0; 
  margin:2% 0 2% 2%!important;
  border-radius: 2px;
  }    
 
 @media all and (max-width : 1100px) {
#con img {
	max-width: 65% !important;
	margin:0 auto;
	padding: 0;
    max-height: 90vh !important;
       padding: 0;
}

#con h2, #con h4 {
	text-align: left;
	padding: 0 0 0 3% !important;
	margin: 0;
	}
}



 @media all and (max-width : 1100px) {
#con img {
	max-width: 100% !important;
}

#con h2, #con h4 {
	text-align: left;
	padding: 0 0 0 3% !important;
	margin: 0;
	}
}



/*------------------ #second --------------*/

#second {
  background: black;
    height: auto;
    padding: 0;
    width: 100%;
    float: left;
    margin: 5% 0 0 0;
   }
   
  #second img {
     max-width: 96% ;
     height: auto;
     margin: 2% 2% 1% 2%;
     border: 0 !important;  
      }
  
  
  #second h2 {  padding: 12px 5% 0px 5%;
  color: white;
  }
  
  #second h3 {  color: #ddd;
    margin: 0px 5% 2px 5%;
    padding: 10px 0 0 0px;
  }
  
  #second p {color:#ddd;}
  
   

/* #footer         */

.footer {
  background: #111;
  float: left;
  width: 100%;
  text-align: right;
  height: 300px;
  bottom: 0;
  padding: 0px;
  margin: 0;
  border-top: 12px solid white;
}

.footer.fixed {
  position: inherit;
  bottom: 0;
  left: 0; 
}


.footer h4 {
  color: #aaa !important;
  line-height: 1.7;
  font-size: 1.4rem;
  padding: 8px 4.5% 0 4.5%;
  }


.footer a {
  color: lightblue;
  padding: 0 2px 2px 0;
  border:0;
}

.footer a:hover {
	color:white;
  border: 0 !important;
}

.footer a:active {
	background: transparent;
border-bottom: 3px dotted #ddd !important;
  transition: 0.3s !important;
  text-shadow: 5px 5px 5px white;
}


@media all and (max-width : 768px) { 


.crash {
	font-size: .5em; 
	letter-spacing: -.1em;}

.sml{
	font-size:.6em; 
	color: #f00; 
	letter-spacing: .3em;  
	padding: 3px 8px; 
	opacity: .7; }

.circle{
	font-size:.7em; 
	color: #555;   
	padding: 3px 8px; }

.content {
	margin: 0; 
	background: transparent; 
	outline: none; 
	width: 100%; 
	padding: 0px;}
 


#intro {
	padding: 60px 0 0 0px; 
	margin:0; 
	width: 100%; 
	height: auto;}


/*--- #first -----------------*/
#first {
	background:transparent; 
	height: auto; 
	margin: 0px; 
	width: 100%;	
	color: #111; 
	border: 0px; 
	float: left; }

#first img {
	width: 98%; 
	height: auto; 
	border: 0; 
	padding: 0;}


#box {
	background:transparent; 
	height: auto;  
	width: 100%;	
	color: #000; 
	border: 0px; 
	float: left; 
	padding: 0%; }

#box img { 
   height: auto; 
   border: 0; 
   padding: 0;}



/*------------ #second - MOBILE -----------------*/
#second { 
height: auto; 
padding: 0;}



.footer
{	text-align: center;
	font-weight: normal;
	width: 100%;
	height: auto; 
	bottom: 0; 
	padding:60px 0px; 
	margin: 30px 0; 
}


nav {
	margin: 11px 0 0 0; 
	padding:0; 
	background: #eee !important; }
	
}





/*  FILTER RESULTS FROM BUTTON*/

* {  box-sizing: border-box;}

.btn {
  background: white;
  color: #7a7a7a;
  font-size: .95em;
  padding: 10px 8px;
  margin: 10px 0px 10px 0%;
  border: 1px dashed #ccc;
  border-radius: 3px;
}

.btn:hover {
	background: #4c4c4c;   
	color: white;  
	border: 1px solid white;
	border-radius: 3px;	 
	}

.btn:active {
	background: yellowgreen;
	color: white;
	border: white 1px solid;
	outline: 4px;}

.active {
	text-decoration: none;  
	background: white;  
	color: black;  
	border: 1px dashed #555;}




/* overlay menu */
/*https://www.w3schools.com/howto/howto_js_curtain_menu.asp */
.overlay 
{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 1.2s;
}

.overlay-content 
{
  position: relative;
  top: 10%;
  width: 100%;
  padding: 0 0 0 10%;
  margin-top: 15px;
  }

.overlay a 
{
  padding:16px 0px 16px 16px !important;
  margin: 3% 10% 3% 0;
  border-bottom: 6px solid #333;
  border-radius: 4px;
  opacity: .7;
  background: #111;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: .23rem;
  color: #ddd !important;
  display: block;
  transition: 0.3s;
  font-weight: 900;
}

.overlay a:hover, 
.overlay a:focus 
{
  color: white!important;
  background:#000;
  opacity: .8;
  border: 1px solid #ddd;
  border-bottom:6px solid #ccc;
  transition: 2.3s;
    }


.overlay a:active
{ 
  background:#000;
  color: skyblue!important;
  opacity: 1;
  border: 1px solid lightblue;
}

.overlay 
.closebtn 
{
  top: 20px;
  right: 40px;
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-height: 450px) {
  .overlay a 
  {
	  font-size: 20px}
  
  
  .overlay .closebtn 
  {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
