*{
margin: 0;
padding: 0;
box-sizing: border-box;

}

body {
    background-color: white; 
}
/* HEADING */
/* OAKLEY 'O' */
.head__img{
    padding-left: 2rem;
    padding-right:0;
    margin: auto 0;
}

h1{
    
    padding-top: 3rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: grey;
    margin: auto 0;
    text-align: left;
    display: inline-flex;
    justify-content: space-around;
  
    
    
}
.heading {
   background-blend-mode: soft-light;
   background-color:(rgb(195, 236, 195));
    /* display: inline-flex;
    justify-content: space-around; */
    padding-bottom: 2rem;
    transition: 1s all ease;
   

    
}

.contact{
    margin: auto 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* text-transform: uppercase; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    float: right;
 color:rgb(88, 167, 191);
    font-weight: bold;
    text-decoration: none;
    }

      
.footer{
    width: 100%;
}

/* description */
.details h1{
    font-family: 'abel', Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(62, 182, 62);
   width: 100%;

    margin: 3rem;
    padding: 1rem;
    justify-content: center;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;

}
p {
    font-family: 'Abel', Arial, Helvetica, sans-serif,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 
    'Lucida Sans Unicode', Geneva, 
    Verdana, sans-serif;    
    color: slategray;
    text-align: left;
    
}

/* text about with list */
.details{
    font-family: 'abel', Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(62, 182, 62);
   
    margin: 3rem;
    padding: 1rem;
    justify-content: center;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
     background-color:rgba(225, 228, 227, 0.712);
}

/* table details li  */
.details1{
    font-family: 'abel', Arial, Helvetica, sans-serif, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: .5rem;
    color: rgba(156, 159, 158, 0.961);
}
.details__2{
    font-family: 'abel', Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(62, 182, 62);
    margin: auto 0;
    padding: 2rem;
    justify-content: center;
    display: block;
   
    /* text-decoration:none; */
    
    background-color:rgba(225, 228, 227, 0.712);
}
.details h2{
    padding:1rem;

}
.details h3{
    color: grey;

}
.details p{
margin: 1rem;
}
.detail__items{
    list-style-type: disc;
    font-size: 1.5em;
    }
/* under home table */
.details__2{
    background-color: rgb(62, 182, 62);
    text-align: center;
    display: inline-block;
    width: 100%;
}
/* slideshow */
.slideShow {
    /* Main wrapper for all images */
    width: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
/* .main__homeimg:not(:first-child){
display:none;
} */
/* .main__homeimg {
    position: absolute;
    transition: opacity .5s ease-in;
    opacity:100%;
  }
  
  .main__homeimg + main__homeimg { 
      opacity: 0; 
}
   */
.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade{
    from {opacity: .4}
    to {opacity:1}
}
@keyframes fade{
    from {opacity: .4}
    to {opacity:1}
}

/* HORIZONTAL NAV BAR */

.horizontal__container{
   text-align:center;
   text-decoration: none; 
   list-style: none;
   background-color: rgb(62, 182, 62);
   
}



/* when smaller */
   /* ul class */
@media all and (max-width:600px){
    .horizontal__container{
        /* margin-right: 0; */
        width: 100%;
        background-color: rgb(255, 255, 255);
        /* display:inline-block; */
    }
    .horizontal__container li{
       
        display: block;
        padding: 1rem;

    }
    .toolbar__body{
   
        width: 100%;

    }
    .toolbar__body ul{
        flex-basis: 50%;
        background-color:rgb(62, 182, 62);
       
    }
    .contact{
        display:none;
        margin:0, auto;
        width: 100%;
        padding: 3rem;
        color:darkslategrey;
        justify-content: center;
    }
    .contact p{
        text-align: center;
        color:darkslategrey;
    }
    .contact h3{
        padding-top:2rem;
    }

    .heading{
        text-align: center;
        margin: 1rem;
      
    }
    .heading h1{
        /* display: inline-flex; */
        text-align: center;
        
    }

    .head__img{
        margin:auto 0;
        padding: 0;
    }
    .hamburger{
        display: none;
    }
    .details{
        margin:0 auto;

    }
    .detail__items{
     background-color:  rgb(62, 182, 62);   

    }
    .details__2 h2{
        background-color:white;

    }
    .container__main div li img a{
        display:block;
        padding:1rem;
        
    }
    .images__container{
        position: relative;
    }
    .images__columns{
        
      color: grey;
    }
    /* .images__container {
        width: 100%;
        display:flex;
       flex-direction: column-reverse;
       
        }
    .images__columns{
     list-style-type: none;

    }    
    
    }
    .images__columns p{
       display: block;
       
        
    }
    .images__columns img {
        margin:0 auto;
        padding:0;
        width:100%;
       }   */
    
    .footer__menu{
        display: flex;
        flex-direction: column;
        width: 100%;
        color: rgb(62, 182, 62);
        margin-top:1rem;
       }

       
    
    /* landscaping */
    .details__2 ul{
        color: rgb(88, 167, 191);
        background-color:white;
        list-style-type: disc;
    }
}

@media all and (max-width:900px){
    .contact{
        display: none;
    }
}
.toolbar__body ul{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* max-width: 100%; */
    margin: auto 0;
    list-style-type: none;
    text-decoration: none;
    padding: 1rem;
   
    /* padding-left: 2rem; */
    border-color:grey;
    display: flex; 
    justify-content: space-around;
     
}
.toolbar__body ul li{
    width: 100%;
   
 }
.toolbar__body  ul li  a{
    text-decoration:none;
    color: white;
    transition: 1s all ease;
}
    
.horizontal:hover{
    cursor: pointer;
}

/* contact */





/* hidden menu bar */

.sidebar{
    transition: 0.3s all ease;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3.5rem;
    /* display: none; */
    position: fixed;
    z-index: 9999;
    top: 6rem;
    left: -240px;
    width: 240px;
    height: auto;
    background-color:rgb(62, 182, 62);
    border-radius: 4px;
  
    } 
.open{
    left: 0px
}
.menu{
    list-style-type: none;
    
}



/* individual menu items */
.menu__items{
    list-style-type: none;
    text-decoration: none;
    font-size: 1rem;
    color: white;
    border-bottom: 1px;
    padding: 1.5rem;
    text-transform: uppercase;
    transition: 0.1s all ease;
    display: inline-block;
    
}
.menu__items:hover{
    color: lightslategray;
    border-bottom-style: ridge;
    /* border-radius: 3px; */
   
    
}



/* hamburger */
.hamburger{
    position: absolute;
    top:5rem;
    right: -50px;
}
.hamburger:hover{
    cursor: pointer;

}
.hamburger span{
    display: block;
    background: grey;
    margin: 6px 0;
    height:6px;
    width: 36px;
    border-radius: 3px;
    position: relative;
    transition: 1s all ease;
}
.change.first-bar{
    top: 11px;
    transform: rotate(45deg);
}
.change.second-bar{
    opacity: 0;
}
.change.third-bar{
    bottom: 13px;
    transform: rotate(-45deg);
}



/* image main and content */

.content{
    padding: 4rem;
    transition: 1s all ease;
}
.shift{
    margin-left:260px;
    transition: 1s all ease;
}
.shift__bar{
    margin-left:380px;
    transition: 1s all ease;
}
.main__homeimg img{
    width: 100%;
}

/* pictures */
.home__img {
   height: auto;
    width: 100%;
    padding-top:0;
    padding-bottom: 0;
    margin-right: 0;
    border-radius: 5px;
    border-bottom-style: solid;
    border-color: darkgrey;
    box-shadow: 3px;
    
}
/* table container */
.container-fluid{
    max-width: 100%;
    margin: 0 auto;
    padding:1rem;
    display: inline-block;
}

.images__container{
display: flex;
flex-wrap: wrap;
align-items: center;
background-color:white;
}
.images__columns{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 
    'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    height: 50%;
    padding: 1rem;

}
.images__columns .home__img{
    width:100%;
   
}
.images__columns p{
    font-size: 1.5em;
    background-color:rgba(134, 190, 222, 0.712);
    padding:2.5rem;
    text-decoration:none;
    border-radius: 4px;
}

/* footer */
.footer__menu{
    background: rgba(225, 228, 227, 0.712);
    width:100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: auto 0;
    list-style-type: none;
    text-decoration: none;
    padding: 1rem;
    border-color:grey;
    display: flex; 
    justify-content: space-around;
}
.footer__items{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    list-style-type: none;
    display:inline-flex;
    justify-content:space-around;
   
}


 
/* rockwall page */
.rock__title{
    padding: 4rem;
    text-align: center;
    color: rgb(62, 182, 62);
    background-color: rgba(225, 228, 227, 0.712);
}
.rock__words{
    color:gray;
}
.rock__img{
    height: auto;
    width: 100%;
    padding: 1rem;
    margin:1rem;
    border-radius: 3px;
    box-shadow: 3px;
    }
.row__rock{
    display: flex;
    flex-wrap: nowrap;
    padding: 0 4px;
}
.container__rock{
flex: 50%;
max-width: 50%;

}

.facebook {
    margin:auto, 0;
    padding: .5rem;
    padding-right: .25rem;
    padding-bottom: .01rem;
   padding-top: .02rem;
    float: right;
    font-family: inherit, klavicta, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        background: #006400;
        border-radius: 2px;
        color: white;
        height: 25px;
        width: 25px;
        font-weight: bold;
    }
      
      
.fa:hover {
        opacity: 0.7;
    }
.logo {
    /* height: 40px; */
    width: 40px;
    float: left;
    padding: .015rem;
    margin: auto 0;

}
/* LANDSCAPE PAGE */
.details .revive__img{
    
    margin: 2rem;
    padding:0;
    border-radius: 5px;
    border-bottom-style: solid;
    border-color: darkgrey;
    box-shadow: 3px;
    
}
.landscape__words{
    color:gray;
    padding:3rem;
}
.landscape__title{
    padding: 4rem;
    text-align: center;
    color: rgb(62, 182, 62);
    background-color: rgba(225, 228, 227, 0.712);
}
.details__2{
    background-color: white;
    }
.details__2 li{
    list-style-type: none;
}
