body {
    margin-top:50px;
    font-family:'Verb Light';
}

.header {
    height:180px;
}


hr {
    height:3px;
}

h1 {
    font-size:14px;
}

h2 {
    font-size:24px;  
    line-height:120%;
    font-weight:normal;
    margin:0;
    padding: 20px 0 10px 0;
}

h4, h4 a {
    font-size:26px;
    color: #555;
    padding: 5px 0 10px 0;
}

p {
    color: #666;
    font-size:20px;
    line-height: 160%;
}

p.small {
    font-size: 12px;
}


/* Backgrounds */

.bg-white {
    background: #fff;

}

.bg-grey {
    background: #f1f1f1;

}

.bg-grey-dark {
    background: #3b3b3b;

}

.bg-green-light {
    background: #ecf9ea;
}

/* Colours */

.green-dark {
    color: #D30200;
}

.green-light , .green-light a{
    color: #D30200;
}

.grey-dark {
    color: #737373;
}

.grey-extra-dark {
    color: #3b3b3b
}

.grey-light {
    color: #6e6e6e;
}

.white {
    color: #fff;
}

/* Navigation top */
.nav-bg-container {
    position:fixed; 
    background: #fff; 
    width:100%;
    top:0; 
    left:0; 
    padding:40px 0 50px 0;
}

.nav-container {
    position:fixed; 
    background: #fff; 
    width:500px; 
    top:40px; 
    left:50%; 
}

.nav-bar {
    padding:0;
    margin:0;
    list-style-type: none;
}

.nav-bar li {
    display: inline-block;
    font-size:16px;
    padding-right:20px;
}


.specialise-nav {
    padding:0;
    margin:20px 0;
    list-style-type: none;
}

.specialise-nav li {
    display:block;   
    font-size: 20px;
    color:#737373;
    padding-bottom:10px;
}

/* Sections */


#header {
    padding: 10px 0;
}

#home {
    padding: 80px 0 160px 0;
}

#specialise {
    padding:80px 0;
}

#about {
    padding: 70px 0;
}

#hww {
    padding: 70px 0;
}

#service {
    padding: 70px 0;
}

#contact {
    padding: 70px 0;
}
#footer {
    padding: 10px 0;
}

/* Home Section */


.intro {
    font-size:32px;
    line-height:140%;
}

/* Specialise Section */

.mag-glass{
    margin-top:45px;
}

/* Sercices */

.img-service {
    padding-top:50px;
}

