*,
*::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(bone-10l.png) repeat;
}

body {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

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 4%;
line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.1;

}

h2 {
  font-size: 1.4em;
  color: var(--darkgrey); 
  padding: 0px 5%;
  font-weight: normal;
  line-height: 1.8em;
  max-width: 80rem;
 }


h3 {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 0 5%;
  font-weight: 400;
  color: lightblue;
}

h4 {
  font-size: .8em;
  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: 1em;
  margin: 0;
  padding: 0 5%;
  font-weight: 100;
  color: var(--darkgrey);
  max-width: 80rem;
  line-height: 2.1em;
}

a,
a:link,
a:active,
a:visited {
  color: #888;
  text-decoration: none; 
  padding:  4px !important; 
  outline: none;
  letter-spacing:.1rem;
  border-bottom: 1px dotted #666;
  }

a:hover {
  color: black !important; margin: 0px; border: 0;
    background: hsla(197, 71%, 73%, .32);
	border-radius:6px;
 }

a:active {
  background: #bbb; 
  color: #333!important; 
  border-bottom: solid 0 !important;}


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: 0.7em;

}

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


.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;
  margin: 0;
  font-size: .7em;
  letter-spacing: .1em;
}

.back {
  padding: 2px 12px 6px 12px;
  color: #777;
  line-height: 1.6em;
}

.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 { 
  background: lightgoldenrodyellow;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: .9rem;
  box-shadow: 0px 0px 60px rgba(23, 23, 23, .23)
  }




hr {
  height: 32px;
  background: #ddd;
  border-top: #d5d5d5 12px solid;
  border-bottom: #e5e5e5 60px solid;
}



/*********************body */

/*header */
.headertop {
  background: skyblue;
  font-weight: normal;
  color: white;
  width: 100%;
  top: 0;
  height: 56px;
  padding: 0;
  position: fixed;
  z-index: 10;
  margin: 0;
    border-bottom: 1px solid #111;
}

@media all and (min-width : 1600px) {
  .headertop {
    margin: 0 5% 0 0;
  }
}


.headertop h1 {
  padding: 10px 0 0 2.3%;
  font-weight: normal;
  margin: 0px;
  color: lightblue !important;
}


.heada {
  width: 47%;

  float: left;
  text-align: left !important;
  padding: 0 0 0 3%;
height: 54px;
}

.headb {
  width: 50%;

  float: left;
  padding: 0;
  text-align: right;
  height: 54px;
} 


.headb h1 {
  font-size: 1.3rem;
  padding: 14px 4% 0 0;
}

.headb a {border: 0;}

.headb a:hover {
  color: white !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%;
    padding: 0;
	
  }

  .headb {
    width: 78%;
    padding: 0;
    text-align: right;
  	background: transparent;
  }

}

.color {color: yellowgreen;
letter-spacing: .23rem;;
font-size: 1.5rem;
}


/*-- #intro ------------------*/

#intro {

  height: auto;
  margin: 57px 2% 0 2%;
  width: 96%;
  padding: 0;
}


#intro h2 {
  padding:32px 15px 0px 4%; 
}

#intro h3 {
	color: #555; 
  padding: 3% 5% 0 5% 
	}

#intro h5 {
  padding: 0 4%;  
  font-size: 1.08em;
}

#intro p {
  padding: 0 23% 1% 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%; 
}


@media only screen and (min-width: 1024px) {
  #work {
    width: 48%;
    margin: 0.5%;
    float: left;
  }
  
    .box{
    margin: 2%;
      width: 46% ;
} 
}


@media only screen and (min-width: 1600px) {
  .box {
	    width: 29.3%;

  }
   }



  
  @media only screen and (min-width: 2200px) {
.box {width: 19%;
margin: 1% 0.5%;}
  }


    
  #one {
    height:76px;
	background: transparent;
  padding: 0px 0 5px 0;
  text-align: right;
  }
  
#one h2 {
  	color: grey;
	font-size: 1.08em;  
  font-variant:none;
	padding:0px 4% 0 4% !important;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  }

  #one h4 {
    padding: 0 4% 0% 4%; 
    margin: 0;
    line-height: 1.6;
  color: grey;
  }


  #con {
    background: transparent;
    height: auto;
    width: 100%;
  }


#con img{
 width:96% !important; 
  padding: 0; 
  margin:2% 0 2% 2%!important;
  border-radius: 0px;
  }    
 

#con a {
  border: 0px !important; 
  color: #bbb;
  letter-spacing: .1rem;;
  font-variant: small-caps;
  padding: 0 !important;}

#con a:hover {
	background: transparent !important; 
  margin: 0 !important; 
  color: #555!important;
}


#con h3 {
  font-size: 3.2em;
  opacity: .23;
}
    

/*------------------ #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: green;
  float: left;
  width: 100%;
  text-align: right;
  height: auto;
  bottom: 0;
  padding: 0px;
  margin: 0;
}

.footer.fixed {
  position: inherit;
  bottom: 0;
  left: 0; 
}


.footer h2 {
  padding: 0 0 0 23px;
}

.footer h4 {
  color: yellowgreen !important;
  line-height: 1.8;
  font-size: 1rem;
  }

.footer p {
  color: white;
  padding: 0%;
}

.footer a {color: white; border: 0;}
.footer a:hover {color: yellowgreen !important; color: white;}
.footer a:active {color: skyblue !important;background: transparent;}





@media all and (max-width : 768px) {

/* 	html, body */


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

#intro h2 {  padding: 80px 23px 0px 23px; }

/*--- #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; 

}

.footer h4 { font-size: 1.08rem;}


nav {margin: 11px 0 0 0; padding:0; background: black !important; }
}



/*  FILTER RESULTS FROM BUTTON*/

* {  box-sizing: border-box;}

.btn {
  background: #eee;
  color: #7a7a7a;
  font-size: .95em;
  padding: 10px 8px;
  margin: 10px 0px 10px 0%;
  border: 1px dashed #aaa;
  border-radius: 3px;
}

.btn:hover {
	background: skyblue;   
	color: white;  
	border: 1px solid white;
	  box-shadow: 0px 0px 60px rgb(135, 206, 235);
	}

.btn:active {
	background: yellowgreen;
	color: white;
	border: white 1px solid;
	outline: none;}

.active {
	text-decoration: none;  
	background: #eee;  
	color: orange;  
	border: 1px solid orangered;}
