@import url(https://fonts.googleapis.com/css?family=Raleway);/*--- Nav Font --*/
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700); /*--- Body Font --*/
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two); /*--- Heading Font --*/


html{
	box-sizing: border-box;
	overflow-y: scroll;
    scroll-behavior: smooth;
}
*, *:before, *:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;	
}
body {
    background-color: #999999;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}
h1 {
    font-family: 'Shadows Into Light Two', cursive;
    text-align: center;
    font-size: 1.5em;
    color: #F07818;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 1% 0;
}
h2, h4 {
    font-family: 'Shadows Into Light Two', cursive;
    text-align: center;
    color: #5E412F;
    text-transform: uppercase;
    letter-spacing: 1%;
}
h3 {
    text-align: center;
    font-family: 'Quicksand', cursive;
    font-size: 20px;
    padding-top: 30px;
    color: #5E412F;    
}
h5 {
    font-family: 'Raleway', sans-serif;
}
p {
    padding: 2%;
    color: #5E412F;
    text-align: justify;
}
img {
    text-align: center;
    max-width: 100%; 
    height: auto;
}
#wrapper {
    margin: 0 auto;
    max-width: 1120px;
    background: #FEFBEF;
    overflow: auto;    
}
header {
    width: 97%;    
}
#logo{
    float: left;
    width: 40%;
    margin: 2% 0 0 5%;
}
#logo h1 {
    font-size: 1px;
	text-indent: -1000em;   
}

#callout {
    float: right;
    margin: 2% 3% 0 0;
    height: auto;
    overflow: hidden;    
}
#callout h2 {
    text-align: right;
    color: #F07818;
}
#callout h2 a {
    color: #F07818;
    text-decoration: none;
}
#callout p {
    text-align: right;
    padding: 0%;
    color: #5E412F;

}
#banner-wrapper {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 3% 0;
}
/*--- Start Navigation Style --*/
nav {
    box-shadow: 3px 4px 24px 0 rgba(0, 0, 0, 0.07);
	margin-top: 2px;
	background: #FCEBB6;
    font-family: 'Raleway', sans-serif;
}
.nav ul {
	width: 100%;
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color:#5E412F;
	text-transform: uppercase;
	text-decoration:none;
}
body .nav .nav-menu li a {
	display:inline-block;
	padding:15px 20px;
	color:#5E412F;
	font-size: 18px;
	font-weight: 700;
}
.nav.design .nav-menu li.active a {
	color: #5E412F;
	text-decoration: underline;
}
.nav.design .nav-menu li a:hover {
	color: #5E412F;
	text-decoration: underline;
}
.nav.design .nav-toggled {
	/*width:100%;*/
	min-height:36px;
	border-radius:6px;
}
.nav.design .nav-toggled-controls {
	display:block;
	height:36px;
	color: #5E412F;
	text-align:left;
	position:relative;
}
.nav.design .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.design .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.design .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #5E412F;
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #5E412F;
}
.nav.design .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color:#FCEBB6;
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #444444;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.design .nav-toggled ul li a:active {
	background-color:#FCEBB6;
	color: #5E412F;
	border-top:1px solid #5E412F;
}
.nav.design .nav-toggled ul li a:hover {
	background: #FCEBB6;
	text-decoration: none;
	color: #5E412F;
	border-bottom: 1px solid #F07818;
}
.nav.design .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
}
.nav ul {
	overflow: visible;
}
body .nav .nav-menu li a {
	padding: 15px 30px;
}

/*--- End Navigation Style --*/

/*--- Start Image Slider --*/
.slider {
    max-width: 1020px;
    box-shadow: 1% 2% 5% 0 rgba(0, 0, 0, 0.07);
}
.slider1 img {
    width: 100%;
    margin: 0 auto;
}
.slider .bx-wrapper .bx-controls-direction a {
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    height: 71px;
    width: 40px;
    z-index: -1;
    transition: all 0.7s;    
}
.slider .bx-wrapper:hover .bx-controls-direction a {
    z-index: 5;
}
.slider .bx-wrapper .bx-prev {
    background: #FCEBB6 url("http://www.w3newbie.com/wp-content/uploads/left-arrow.png") no-repeat 8px 13px; 
    left: 0px;
}
.slider .bx-wrapper .bx-prev:hover {
    background: #FCEBB6 url("http://www.w3newbie.com/wp-content/uploads/left-arrow.png") no-repeat 8px 13px; 
}
.slider .bx-wrapper .bx-next {
    background: #FCEBB6 url("http://www.w3newbie.com/wp-content/uploads/right-arrow.png") no-repeat 10px 17px;
    right: 0px;
}
.slider .bx-wrapper .bx-next:hover {
    background: #FCEBB6 url("http://www.w3newbie.com/wp-content/uploads/right-arrow.png") no-repeat 10px 17px;
}

/*--- End Image Slider --*/

#photo-wrapper {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;  
}
.one-third {
    width: 28%;
    float: left;
    margin: 1% 0 2% 4%;
    text-align: center;    
}
.one-third i {
    color: #F0A830;
    font-size: 585%;    
}
.one-third img {
    padding: 2% 0 6% 0;
}
.one-fourth {
    width: 21%;
    float: left;
    margin: 1% 2% 1% 0;
    padding-left: 20px;
    text-align: center;
}
.one-tenth{
    width: 9%;
    float: left;
    margin: 3px;
    padding: 2px;
}

.clearfix {
    clear: both;
}
.center {
    text-align: center;
    padding: 0 0 5px 0;
}
h1.welcome {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: #F07818;
    font-size: 24px;
     
}
h2.photo {
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #F07818;
    text-align: center;
}
h2.photo img {
    padding-right: 9px;
}
h3.photo {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #F07818;
    text-align: left;
    text-decoration: underline;
   
}
h3.photo img {
    padding-right: 9px;
    padding-left: 23px;
}
.left-col-main {
    padding-top: 3px;
    width: 60%;
    float: left;
    margin: 1% 1% 2% 6%;
}
.sidebar {
    width: 25%;
    float: left;
    margin: 3% 0 2% 1%; 
}
.half {
    width: 40%;
    float: left;
    margin: 1% 2% 2% 6%;    
}
.half li {
    list-style-type: none;
    color: #5E412F;
}
.half li img {
    padding-right: 5px;
}

.half h2 {
    font-size: 16px;
    color: #F07818;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-decoration: underline;
}
.page-callout {
    width: 90%;
    min-height: 70px;
    text-align: center;
    margin: 2% auto;
    border: 1px solid #5E412F;
    border-radius: 8px;
}
.callout-text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;

}
.page-slogan {
    width: 1020px;
    height: 373px;
    background: url(../img/LibWallUnit1200x373.jpg) no-repeat;     
}
.page-slogan h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    padding-top: 65px;
    font-weight: 600px;
    letter-spacing: 1px;
    color: #5E412F;
    text-shadow: 1px 1px 1px #fff;
    padding-bottom: 30px;

}
.page-slogan h5{
    font-family: 'Raleway', sans-serif;
    color: #5E412F;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.page-slogan h5 a{
    font-family: 'Raleway', sans-serif;
    color: #5E412F;
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.sales {
    text-align: center;  
}
.sales img {
    margin: 20px 30px 0 30px;
    border: #999999 solid 1px;
}
.page-slogan h5 a:hover {
    font-family: 'Raleway', sans-serif;
    color: #F07818;
    text-decoration: underline;
}
.bottom-menu h5{
    font-family: 'Raleway', sans-serif;
    height: 50px;
    padding-top: 20px;
    color: #5E412F;
    text-align: center;   
}

.bottom-menu h5 a{
    font-family: 'Raleway', sans-serif;
    color: #5E412F;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}
.bottom-menu h5 a:hover {
    font-family: 'Raleway', sans-serif;
    color: #F07818;
    text-decoration: underline;   
}
.murphy ul{
    color: #F07818;
    text-align: left;
    padding-top: 0;
    margin: 0;
}
.murphy li {
    color: #F07818;
    margin: 0 0 0 29px;
    text-align: left;
    text-decoration: none;
    list-style-type: square;
    padding: 0 0 1px 0;
}
.murphy li div{
    color: #5E412F;
    text-align: left;
    text-decoration: none;
    list-style-type: square;
    padding: 0 0 2px 0;
}
.murphy h3 {
    font-size: 16px;
    padding-left: 100px;
}
.murphy p {
    padding: 0;
}
#to_top {
    background: #F07818;
    color: white;
    text-align: center;
    font-size: .8em;
    padding: 3px;
    position: fixed;
    right: 15px;
    bottom: 100px;       
}


/*Start Footer*/

footer {
    background: #FCEBB6;
    opacity: 0.9;
    width: 100%;
    padding: 1% 0;
    color: #5E412F;
    overflow: auto;   
}
footer h3 {
    text-decoration: underline;
}
.footercontact {
    text-align: center;
}
.phone a {
    color: #5E412F;
    text-decoration: none;
}
.social{
    list-style-type: none;
    margin: 3% 0;
    padding: 0;
}
.social li {
    display: inline;
}
.social i {
    color: #F07818;
    font-size: 195%;
    padding: 3%;
}
.social i:hover {
    color: #5E412F;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
footer p {
    text-align: center;
}
footer a {
    text-decoration: underline;
    color: #5E412F;
}
footer a:hover {
    color: #F07818;
    text-decoration: underline;
}

.button-holder {
    text-align: center;
    width: 80%;
    padding: 1%;
    margin: 20px 25px;
}
.btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border-color: #999999 solid;
    color: #F07818;
    width: 100px;
    font-size: 13px;
    background: #FEFBEF;
    padding: 8px; 8px;
    font-weight: bold;
    border: 1px solid #999999;
    margin-left: 14px;
}
.btn:hover {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border-color: #999999 solid;
    color: #FEFBEF;
    background: #5E412F;
    border: 1px solid #999999;
}
.copyright {
    text-align: center;
    font-size: .8em;
}
    
#gallery-photo {
    text-align: center;

}
#gallery-photo ul {
    list-style-type: none;
    
}
#gallery-photo li {
    float: left;
    margin: 10px 19px;    
}
#gallery-photo img {
    display: block; 
    padding: 1px;
    background: #FEFBEF;
    border: 1px solid #FEFBEF;
    box-shadow: 1px 1xp 2px #555555;
    
}
#gallery-photo img:hover {
    border: 1px solid #F07818;    
}
#gallery-photo-BA {
    text-align: center;
}
#gallery-photo-BA ul {
    list-style-type: none;
    
}
#gallery-photo-BA li {
    float: left;
    margin: 4px 4px 4px 9px;    
}
#gallery-photo-BA img {
    display: block; 
    padding: 1px;
    background: #FEFBEF;
    border: 1px solid #FEFBEF;
    box-shadow: 1px 1xp 2px #555555;
    
}
#gallery-photo-BA img:hover {
    border: 1px solid #F07818;    
}

/*--Media Queries--*/
@media screen and (max-width: 740px){
#wrapper {
        margin-top: -1%;
}
#callout {
        width: 100%;
        margin: 3% 0 2% 0;
}
#callout p {
        display: none;
}
#logo {
        width: 65%;
}
.slider .bx-wrapper .bx-controls {
        display: none;
}
.left-col-main {
        margin: 2%;
}
.one-third {
        float: left;
        width: 100%;
        margin: 1% 1%;                
}
.sidebar img {
        display: none;
}

.one-third i {
        font-size: 355%;
}
.one-fourth {
        float: left;
        width: 40%;
        margin: 4% 2%;
}
.half {
        float: left;
        width: 100%;
        margin: 4% 2%;
}
.half li img {
    padding-right: 5px;
    width: 4%;
}

h1 {
    font-size: 125%;
    letter-spacing: 2px;
}
h1.welcome {
        font-size: 17px;
}
.left-col-main {
        width: 100%;
        margin: 0 0 3% 0;
}
.sidebar {
        width: 100%;
        margin: 0;
}
    
img {
        width: 100%;
}
    
.page-callout {
        width: 90%;
        min-height: 75px;
}
    
.call-out text {
        width: 95%;
}
    
.button-holder {
        width: 80%;
        padding: 1%;
}
    
.social i {
        font-size: 175%;
}
    
#link {
    font-size: 90%;   
}
    
#link img {
    width: 10%;  
} 
    
.page-slogan {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: auto;
    background: url(../img/LibWallUnit1740x230.jpg) no-repeat;     
}
    
.page-slogan h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 2px;
    color: #5E412F;
    text-shadow: 1px 1px 1px #fff;
}
    
.page-slogan h5{
    color: #5E412F;
    font-size: 12px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    padding-top: 0;
    margin-top: 0;
}
    
.page-slogan h5 a{
    font-family: 'Raleway', sans-serif;
    color: #5E412F;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    text-shadow: 2px 1px 1px #fff;
    padding-top: 0;
    margin-bottom: 0;

}
    
.page-slogan h5 a:hover {
    font-family: 'Raleway', sans-serif;
    color: #F07818;
    text-decoration: underline;
    text-shadow: 2px 1px 1px #fff;
    padding-top: 0;
    margin-bottom: 0;
}
    
.page-gallery {
    width: 100%;
    height: auto;    
}
    
h2.photo {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #F07818;
    text-align: center;
    text-decoration: none;
} 
    
h3.photo {
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #F07818;
}
    
h3.photo img {
    display: none;
}
    
h4 {
    font-size: 14px;            
}
    
#gallery-photo {
    text-align: center;
    width: 100%;
}
    
#gallery-photo ul {
    list-style-type: none;    
}
    
#gallery-photo li {
    float: left;
    margin: 10px 19px;    
}
    
#gallery-photo img {
    display: block; 
    padding: 1px;
    background: #FEFBEF;
    border: 1px solid #FEFBEF;
    box-shadow: 1px 1xp 2px #555555;    
}
    
#gallery-photo img:hover {
    border: 1px solid #F07818;    
}
    
#gallery-photo-BA {
    text-align: center;
    width: 100%;
}
    
#gallery-photo-BA ul {
    list-style-type: none;    
}
    
#gallery-photo-BA li {
    float: left;
    margin: 4px 4px 4px 9px;    
}
    
#gallery-photo-BA img {
    display: block; 
    padding: 1px;
    background: #FEFBEF;
    border: 1px solid #FEFBEF;
    box-shadow: 1px 1xp 2px #555555;    
}
    
#gallery-photo-BA img:hover {
    border: 1px solid #F07818;    
}
    
.sales {
    text-align: center;  
}
    
.sales img {
    width: 50%;
    margin: 20px 30px 0 30px;
    border: #999999 solid 1px;
}

.bottom-menu h5{
    font-family: 'Raleway', sans-serif;
    height: 50px;
    padding-top: 50px;
    color: #5E412F;
    text-align: center;
}

.bottom-menu h5 a{
    font-family: 'Raleway', sans-serif;
    color: #5E412F;
    text-decoration: underline;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
}
    
.bottom-menu h5 a:hover {
    font-family: 'Raleway', sans-serif;
    color: #F07818;
    text-decoration: underline;    
}
    
footer p {
    text-align: center;
}
    
footer a {
    text-decoration: underline;
    color: #5E412F;
}
    
footer a:hover {
    color: #F07818;
    text-decoration: underline;
}
    
.btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border-color: #999999 solid;
    color: #F07818;
    width: 100px;
    font-size: 11px;
    background: #FEFBEF;
    padding: 8px; 8px;
    font-weight: bold;
    border: 1px solid #999999;
    margin-left: 25px;
}
    
.btn:hover {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border-color: #999999 solid;
    color: #FEFBEF;
    width: 100px;
    font-size: 11px;
    background: #5E412F;
    padding: 8px; 8px;
    font-weight: bold;
    border: 1px solid #999999;
}
    
    















