/*
Site: AspenStone.com
Client: Shawne Klassen
Author: Robert Biswas
*/
@font-face {
    font-family: 'woodieregular';
    src: url('../fonts/woodie-regular-webfont.eot');
    src: url('../fonts/woodie-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woodie-regular-webfont.woff2') format('woff2'),
         url('../fonts/woodie-regular-webfont.woff') format('woff'),
         url('../fonts/woodie-regular-webfont.ttf') format('truetype'),
         url('../fonts/woodie-regular-webfont.svg#woodieregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'tempus-sans-itc';
	src: url('../fonts/tempus-sans-itc.eot');
	src: local('☺'), 
        url('../fonts/tempus-sans-itc.woff') format('woff'), 
        url('../fonts/tempus-sans-itc.ttf') format('truetype'), 
        url('../fonts/tempus-sans-itc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), 
        url('../fonts/MyriadPro-Regular.woff') format('woff'), 
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'), 
        url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
    font-family: 'tempus-sans-itc';
}

#robert div{
    box-sizing: content-box;
}
a, a:hover, a:active, a:focus, input::-moz-focus-inner {
   outline: 0;
}
/*Header Style starts*/
#header{
    background-image: url('../assets/site-images/header-bg-1366.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    overflow: hidden;
    
}

.menu-item {
  font-family: "woodieregular";
  margin-top: 4%;
  padding-bottom: 3%;
  text-align: center;
}

.menu-item img{
    width: 55%;
    height: auto;
}
.menu-item h3{
    text-align: right;
    margin-top: 0px;
    font-size: 26px;
}
.menu-item a{
    color:black;
    text-decoration: none;
    
}
.menu-item a:hover{
    color:red;
}
#menu-gallery img {
  padding-top: 0px;
}
#menu-gallery h3 {
  margin-top: 3px;
  padding-right: 23%;
}
#menu-testimonials img {
  padding-top: 20px;
}
#menu-testimonials h3 {
  margin-top: -15px;
  padding-right: 32%;
}

#menu-about img {
  padding-top: 12%;
}
#menu-about h3 {
    margin-top:  -11px;
    padding-right: 33%;
}

#menu-contact img {
  padding-top: 0px;
    width: 68%;
}
#menu-contact h3 {
  margin-top:  -14px;
    padding-right: 26%;
}
/*Header Style Ends*/
/*footer Style starts*/
#footer{
    background-color: #90613a;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 35px;
    color: black;
    
}
#footer-menu{text-align: left;}
#footer-copy{text-align: right;}


#footer ul li{
    float: left;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
}

#footer ul li a{
    color: black;
    text-decoration: none;
}
#footer ul li a:hover{
    color: red;
    text-decoration: none;
}
/*Footer Style ends*/

/*About page Style starts*/
#about-content{
    background-image: url('../assets/site-images/about-bg-01.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 5% 0;
    display: none;
    

}

#about-top-left img{
    width: 80%;
}

#about-top-right{
    padding-right: 5%;
}

#about-bottom-left{
    padding: 5% 10px 0 10%;
    text-align: right;
}
/*
#about-bottom-left.col-xs-12, #about-bottom-right.col-xs-12 {
    text-align: center;
}
*/
#about-bottom-right img {
  height: auto;
  width: 90%;
}
/*About page Style ends*/
/*Testimonial page Style starts*/
#testimonial-content{
    background-image: url('../assets/site-images/testimonials-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    font-size: 18px;
    padding: 5% 0;
    font-family: 'MyriadPro-Regular';
    display: none;
}

.testi-client{
    padding-top: 10px;
    padding-bottom: 30px;
}
#testi-left.col-sm-4{
    padding-left: 5%;
}
#testi-left img{
    width: 100%;
    height: auto;
}
#testi-right.col-sm-8{
    padding-top: 12%;
    padding-right: 5%
}
/*Testimonial page Style ends*/

#contact-content{
    position: relative;
    display: none;
    overflow: hidden;
}
#huge-bg{
    width: 100%;
    height: auto;
}
#small-bg{
    margin: 0 auto;
}
#contact-text {
  color: white;
  left: 58%;
  position: absolute;
  top: 58%;
}
#greg-title{
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 1px;
}
#greg-phone, #greg-mail{
    color: #8f8f8f;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
    
}

#mobile-header{
    display: none;
}

.slicknav_menu {
    background: transparent none repeat scroll 0 0;

}
.slicknav_menu {
	display:none;
}

.slicknav_nav a {
    font-weight: bold;
    color: black;
    text-align: right;
}
.slicknav_btn {
    background-color: #90613a;
   
    margin: 13px 5px 6px;
    
}
.active a{
    color: red;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
    #greg-title {
      font-size: 28px;
      letter-spacing: 1px;
      margin-top: 1px;
    }
    #greg-phone, #greg-mail {
      
      font-size: 22px;
      letter-spacing: 0;
      line-height: 21px;
      margin-bottom: 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
    .menu-item {
        margin-top: 3%;
    }
    #menu-contact img {
        width: 74%;
    }
    #menu-about img {
        padding-top: 20%;
    }
    #about-bottom-left {
        padding: 0 10px 0 10%;
    }
    #greg-title {
      font-size: 20px;
      letter-spacing: 1px;
      margin-top: 1px;
    }
    
    #greg-phone, #greg-mail {
      font-size: 14px;
      line-height: 13px;
      margin-bottom: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px){
    .menu-item {
        margin-top: 3%;
    }
    #menu-gallery {
      margin-top: 6%;
    }
    #menu-contact, #menu-about {
      margin-top: 5%;
    }
    #menu-contact img {
      width: 77%;
    }
    #about-bottom-left, #about-bottom-right  {
        text-align: center;
    }    
    #about-bottom-left {
      padding: 0 10px;
    }
    #about-top-right {
      padding: 5%;
    }
    #testi-right.col-sm-8 {
        padding-top: 15px;
    }
    #contact-text {
      left: 30%;
      top: 78%;
    }
    #greg-title {
      font-size: 28px;
      letter-spacing: 1px;
      margin-top: 1px;
    }
    #greg-phone, #greg-mail {
      
      font-size: 22px;
      letter-spacing: 0;
      line-height: 21px;
      margin-bottom: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
/*
    .js #menu {
		display:none;
	}
*/
   
    #gallery>#header{
        margin-bottom: 120px;
    }
    #gallery>#footer{
        margin-top: 120px;
    }
	.js .slicknav_menu {
		display:block;
	}
    #mobile-header{display: block;}
    #header{
        background-image: url('../assets/site-images/header-bg-mobile-repeat.jpg');
        background-repeat: repeat-x;
    }
    #desktop-header{display: none;}
    #contact-content{
        min-height: 300px;
    }
    #contact-text {
      left: 16%;
      
    }
    #testi-right.col-sm-8 {
        padding-top: 15px;
    }
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}