/* Mid sussex Bathrooms custom CSS */

/* page colour */


/*page colour*/

body {
    overflow-x: hidden;
    background-color: #cdcdcd;
    color: #fff;
    padding-top: 3mm;
	padding-right: 6mm;
	padding-bottom: 3mm;
	padding-left: 6mm;
}

/*header colours*/

h1,
h2,
h3,
h4,
h5,
h6,

p1,
p2,
p3,

h1 {
	color: #050505;
    text-align: center;
    margin: .1em 0;
    font-size: 30px;
  	
	padding: initial;
    line-height: 1em;
  
}

h3 {
	font-family: "Times New Roman", Times, serif
    color: #050505; !important;
    text-align: center;
    margin: .1em 0;
    font-size: 20px;
  	font-weight: bold;
	padding: initial;
    line-height: 1em;
  
}


h4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
}


p1 {
	color: #696969;
    text-align: center;
    margin: .1em 0;
    font-size: 26px;
    padding: initial;
    line-height: 1em;
}

p2 {
	color: #696969;
    text-align: center;
    margin: .1em 0;
    font-size: 20px;
    padding: initial;
    line-height: 1em;
}



p3 {
	color: #333333; !important;
    text-align: center;
    margin: .1em 0;
    font-size: 10px;
    padding: initial;
    line-height: 1em;
}

/* paragraph break line */
    hr{ 
      height: 4px;
      color: black;
      background-color: #404040;
      border: none;
    }


panel-body-gds {
	background-color: #244912;
	
}

.panel-body-f {
	background-color: #cdcdcd;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-left: .5em;
    height: 50px;
}

.panel-body-b {
	background-color: #fdfdfd;
    text-align: center;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-left: .5em;
}
.img-responsive pull right {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img-responsive pull left {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}






/*Mid sussex Bathrooms custom Header  */

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  
    
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;
        
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 25px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}
/* Mid Sx bathrooms mobile menu*/

   
.navbar-default {
    border-color: transparent;
    background-color: #cdcdcd;
}

/*colour, yellow, and thicknes of menu items*/

.navbar-default .nav li a {
    font-weight: 800;
    letter-spacing: 1px;
    color: #f3c632;
}


@media(min-width:768px) {
    .navbar-default {
        font-size: 1.2em;
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* menu tiems hovered over colour grey */

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    font-weight: bold;
    color: #696969;
}

.navbar-toggle {
    float: none;
}

.navbar-nav{
	float: none;
}

/* height of menu bar*/

.navbar-nav > li > a {
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.navbar {
	min-height:20px !important;
	margin-bottom: 0px;	
}

@media(min-width:768px) {
    section {
    padding: 150px 0;
    }
}

/* Mid Sussex Bathrooms Custom header  */

#header .panel {
	background-color: #62afd7;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 6mm    
}


#header {
    background-color: #fdfdfd;
        padding-top: 3%
}
/* Mid sussex Bathrooms Home page  */












#mobile .panel {
	background-color: #fffeed
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
}







/* GDS Web Design Custom footer  */


#footer {

padding-top:5px !important;
	padding-bottom:5px !important;



width: 100%;




font-family: arial;

font-weight: bold;

font-size: 12px;

background-color: #cdcdcd;
}







