/* CSS Document */
*, html, body{
	margin:0xp;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:18px;
	}
html, body{
	 width:100%;
	 height:100%;
	 }
h2{
	text-transform:uppercase;
	border-left:8px solid #005ABC;
		color:#005ABC;

	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:30px;
	font-weight:800;
	}
h3{
	text-transform:uppercase;
	color:#005ABC;
	margin-bottom:15px;
	font-weight:800;
	
	}
.containerHomeSub h3{
	margin-top: 0px;
	margin-bottom: 0px;
}

.containerHomeSub p {
    padding-left: 0px;
	margin: 0px;
}
	
h1 {
	text-transform:uppercase;
	font-size:17px;
	font-weight:800;
	color:#005ABC;
	margin-top:0px;
	}
	
h1 p{
	text-transform:uppercase;
	font-size:18px;
	font-weight:800;
	color:#005ABC;
	}

a{
	font-weight: 500;
}
.navbar-brand {
    float: left;
    height: 70px;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 15px;
}
.containContact a{
font-size: 22px;
	color:#005ABC;
}

.containerHomeSub h1 {
	margin-bottom: 15px;
}

.brandicon{
	height:40px;	
}

.blue{

	}
.navbar-default .navbar-nav > li > a.blue {
    	color:#005ABC;
		font-weight:500;
}
	
.homeholder{
	height:100%;
	width:100%;
	display:table;
	/*background-image:url(../images/greg-home-vevey.jpg);*/
		background-image:url(../images/IMG_2431.jpg);

	background-size:cover;
	background-position:center center;
	}
.containerHomeSub{
	display:table-cell;
	vertical-align:bottom;
	}
.containerHome{
	background-color:rgba(255,255,255,0.9);
	color:#FFF;
	}
.containerHome .padding{
	padding:35px 35px 10px 35px;
	
}
p{
	padding-left:20px;
	}
.containContact p{
	padding-left:0px;
	font-size:22px;
	}
.containContact strong{
	font-weight:700;
	text-transform:uppercase;
	color:#005ABC;
	}
.containContact{
	padding-top:25px;
	padding-bottom:50px;
	
	}
	
.container-fluid{
	padding-left:0px;
	padding-right:0px;

	}
.row-eq-height{
    display: flex;
}

.txt-container{
	padding:45px;
	background-color:#ececed;
	color:#000;
	border-bottom:5px solid #005ABC;
	}
.container-fluide{	
	background-color:#ececed;
	
}
.containPict{
	
	background-size:cover;
	background-position:center;
	
	}
.pictHolder{
	padding-left:0px;
	padding-right:0px;
	}
.footer{
	width:100%;
	height:25px;
	background-color:#005ABC;
	}
.numhead{
	display:none;
	
}



.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-nav {
    float: none!important;
}
.navbar-nav>li {
    float: none;
}


.contactHolder{
background-color:#fff;
}

.contactHolder h2{
	padding-top:100px;
	border-left:none;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height:inherit;
}

@media only screen and (max-width : 768px) {
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
	}
	
.brandicon{
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 20px;
	height:25px;	
}
.containerHome{
	padding: 0px;
	}	
.numhead{
	    display: block;
    float: left;
    color: #005ABC;
    font-size: 18px;
    font-weight: 500;
    padding-top: 8px;
    background-image: url(../images/phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-left: 7px;
    margin-top: 5px;
	
}
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	    
	
.homeholder{
	
	/*background-image:url(../images/greg-home-sm.jpg);*/
	
	background-image:url(../images/IMG_2431-sl.jpg);
	
	}
.row-eq-height{
    display:inherit;
}
.containPict{
	height:200px;
	}
.containerHome{
	
	padding: 0px;
	}
	}