
body {
font-family: 'Roboto', sans-serif;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#Navigation {
	padding: 0;
	transition: all 0.8s;
}
#Navigation.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: rgba(231, 231, 231, 0);
}
#Navigation a.navbar-brand {
font-size: 22px;
color: #fff;
font-weight: 900;
}

#Navigation.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}



/* Home Style */




#home{
	background: url(../img/kitchen.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
    height: 500px;
}


@media screen and (max-width: 480px) {
   #home  {
        background: url(../img/kitchen-mobile.jpg);
       	background-size: contain;
        background-attachment: fixed;
        height: 800px;
        background-repeat: no-repeat;
    }
    
    #home img{
        visibility: hidden;
    }
    
}


.content {
	float: left;
	padding: 13% 10% 0;

}



/* About Section */



#about {
    margin-bottom: 4em;

}

.colour {
    color: #b0c93b;
}

#about .col-sm-6 {
    line-height: 2em;
    color: #000;
    padding-right: 3em;
    padding-left: 5em;
}

.strong-letterspacing {
    letter-spacing: 0.1em;
}



.centretext {
    text-align: center;
}

.abouth2 {
    text-align: left;
    border-bottom: 2px solid #495959;
    padding-bottom: 0.8em;
    margin-top: 6%;
    margin-left: 40%;
    margin-right: 50%;
    margin-bottom: 5%;
}


#about a {
    text-decoration: none;
}

.modal-button-p {
    color: #fff!important;
    text-align: center;
    width: 8em;
    height: 8em;
    background: url(../img/button.jpg);
    float: left;
    margin: 1em;
    border-radius: 55px;
    display: table-cell;
    vertical-align: middle;
    line-height: 100px
    
}


.hvr-sweep-to-right {

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    color: #fff;
      border-radius: 55px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  border-radius: 55px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b0c93b;
  color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white!important;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); color: white;
}

@media screen and (max-width: 580px) { 
    .container {
        margin: 0;
    }
    
    .modal-button-p {
        padding: 0;
        width: 7em;
        height: 7em;
        float: left;
    }
}


/* Services Section */

#services h2 {
    margin-top: 1em;
    float: left;
    border-bottom: 2px solid #b0c93b;
    padding-bottom: 0.8em;
    text-align: left;
}


#services{
	background: url(../img/service-background.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
    text-align: left;
}

.white-container {
    float: right;
    width: 75%;
    height: auto;
    margin-bottom: 1em;
    padding-left: 17%;
    margin-top: 1em;
}


#services p {
    margin: 1em;  
    margin-left: 20%;
}

#services h3 {
    margin-left: 20%;
    font-weight: 900;
}

#services img {
    margin-left: 37%;
    margin-bottom: 5%;
    margin-top: 10%;
    
}


.colour-fff {
    color: #fff;
}

@media screen and (max-width: 580px) { 
    
    #services h3 {

    }
    #services{
        background: url(../img/service-background-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #services img {
    margin-top: 0%;
    
}
  
}




/*Modal*/

#myModal1 p {
    color: #000;
}



#myModal2 p {
    color: #000;
    text-align: center;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-content {
  position: relative;
  background-color: #fff;
    color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px;
  border: 0px;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 3px rgba(0, 0, 0, .5);

}
.modal-header {
  min-height: 16.42857143px;
  padding: 1.5em;
  border-bottom: 0px;
}

.modal-body {
  padding: 2em;
  text-align: center;
  margin: 0px!important;
    
}

.modal-title p {
    margin: 0px!important;
}

.modal-title {
    font-size: 2em;
    align-content: center;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding-top: 0.4em;
}


/* Gallery Section */

#gallery {
    padding-bottom: 10%;
}

#gallery h2 {
    align-content: left;
    text-align: left;
    float: left;
    border-bottom: 2px solid #495959;
    padding-bottom: 0.8em;
    margin-top: 6%;
    margin-left: 40%;
}

#gallery p {
     align-content: left;
    text-align: left;
    float: left;
    margin-bottom: 2em;
    margin-left: 40%;  
}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	

a,a:hover {
	color: #b0c93b;
}

.intro .page-scroll a:hover {
	color: #b0c93b;
}

.icon:hover .fa{
	color: #b0c93b;
}

ul.nav li a:hover {
	color: #b0c93b;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #b0c93b;
}

.bg-skin {
	background: #b0c93b;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #b0c93b;
}

footer {
    background-color: #b0c93b;
}

.btn-skin {
  color: #fff;
  background-color: #b0c93b;
  border-color: #b0c93b;
}




/* Contact Section */




#contact{
    background: url(../img/contact-background.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
    padding-top: 5%;
}

#contact h2 {
    margin-top: 1em;
    float: left;
    border-bottom: 2px solid #b0c93b;
    padding-bottom: 0.8em;
    text-align: left;
    
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
}
#contact .form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
    text-align: left;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.contacttextpara {
    padding-bottom: 2em;
    font-size: 1em;
    letter-spacing: 0.08em;
    margin-top: 10%;
}


.send-btn {
    float: right;
	background: #b0c93b;
	border: 0;
	border-radius: 20px;
	padding: 10px 40px;
	color: #ffffff;
}

.send-btn:hover {
    background: white;
    color: #b0c93b;
}

.contact-padding {
margin-right: 10%;
margin-top: 20%;
margin-bottom: 20%;
}

.contact-text {
    text-align: left;
}

form {
    color: black;
}

@media screen and (max-width: 480px) {
    .contact-padding {
    margin-left: 1em;
    margin-right: 1em;
}
    
}


@media screen and (max-width: 480px) {
    
    #contact {
    background: url(../img/contact-background-mobile.jpg);
	background-size: cover;
    background-repeat: no-repeat;
        
    }
    
    form {
        color: white;
        margin-top: 0;
        padding-top: 0;
    }
    
    .contacttextpara {
    padding-bottom: 0em;
   
}
    
    a {
        text-decoration: none;
        color: #fff;
    }

    
}


/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}

.padding {
    padding-left: 5em;
    padding-right: 5em;
}


#footer i.fa:hover{
	background: #b0c93b;
	border-color: #b0c93b;
	color: #ffffff;
}


