﻿.menu {
    right:0;
    width:100%;
    height:50px;
    background: rgba(0,0,0,0.5)
}

.menu-bar {
    width:100%;
    padding:5px;
}
#headerwrap {
    background: url(/content/img/pipes.jpg) no-repeat center top;
    min-height:340px !important;
    padding-top:0 !important;
}
#aboutwrap, #serviceswrap, #portfoliowrap {
    margin: 20px 0 20px 0;
}


.about {
    background-image: url(/content/img/frisco.png);
}

.posts {
    font-size:15px;
    background-color:#fff;
    padding:10px;
    margin-bottom:10px;
}

.posts:hover, .posts:focus {
    background-color:rgba(160, 200, 220, .12) !important;
}

.post-icon i {
       color: #f8f8f8;
       font-size:18px !important;
       float:right;
       display:inline-block;
}

.posts:hover .post-icon i {
       color: #55acee;
}

.post-title {
    font-weight:bold;
}

div.img {
    width: 100%;
    height: 175px;
    overflow: hidden;

    position: relative;
    border-radius:5px;
}
img.crop {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit:cover;

}

h1.media {
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    margin-bottom:0;
}
.facebook {
    color:#3b5998;
}

.youtube {
    color:#cd201f;
}

.twitter {
    color:#55acee;
}

.footer {
    font-size:small;
    color:rgba(160, 200, 220, .12);
}

.footer-distributed{
	background: #181818 url(/content/img/bg.jpg) center top no-repeat;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    border-top:5px solid #000;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	/*margin-top: 80px;*/
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}



#licensewrap {
    padding:5px;
    font-size:small;
    color:#666;
    background-color:#000;

}

.logo-small {
    height:70px;
    margin-right:20px;
}

     header{
         margin:0;
            /*text-align: center;*/
            font-family: 'Lobster', cursive;
            font-size: 30px;
            line-height: 108px;
            height: 108px;
            background: #333 url(/content/img/bg.jpg) center top no-repeat;
            /*background:#fff;*/
            color: #fff;
            /*font-family: 'PT Sans', sans-serif;*/
            
            /*set animation*/ 
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index:1000;

box-shadow: inset 0px -3px 0px -1px rgba(255, 255, 255, 0.2), 0px 8px 0px 0px rgba(0, 0, 0, 0.3);
            border-bottom:5px solid #000;
        }
        
        header.sticky {
            position: fixed;
            font-size: 24px;
            line-height: 48px;
            height: 48px; 
            width: 100%;
            text-align: left;
            padding-left: 20px;
            border-bottom:5px solid #000;
        }

        header .logo {
            height:175px;
            margin:0 auto;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        header.sticky .logo {
            margin:0 auto;
            height:78px;
            margin:0 auto;
        }

        header .left {
            padding-left:40px;
        }

        header .right {
            padding-right:40px;
            font-size:48px;
        }

                header.sticky .left {
            padding-left:20px;
        }

        header.sticky .right {
            padding-right:20px;
            font-size:24px;
        }


        /* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}

     header {
         top:0;
            position: fixed;
            font-size: 24px;
            line-height: 48px;
            height: 48px; 
            width: 100%;
            text-align: left;
            padding-left: 20px;
            border-bottom:5px solid #000;
        }

        header .logo {
            height:78px;
            margin:0 auto;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        header.sticky .logo {
            margin:0 auto;
            height:78px;
        }

        header .left {
            padding-left:20px;
            font-size:18px;
        }

        .hidden-sm {
            display:none;
        }

        header .right {
            padding-right:20px;
            font-size:24px;
        }

                header.sticky .left {
            padding-left:20px;
        }

        header.sticky .right {
            padding-right:20px;
            font-size:24px;
        }
}