﻿body
{
    width: 100%;
    height: 100%;
}

html
{
    width: 100%;
    height: 100%;
}

.home-section
{
    height: 90%;
    padding-top: 120px;
    padding-bottom: 50px;
    background: url("../images/server-bg.png") bottom center no-repeat;
    background-color:#FFFFFF;
}

.home-links-section
{
    background-color:#E9322D !important;
    background-repeat: repeat-y;
}

.about-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/webdev(bw).png") bottom center no-repeat;
    background-color:#FFFFFF; 
    font-size:1.1em;
}

.about-section-h1
{
    color: #E9322D;
}

.about-links-section
{   
    background-color:#fff;    
}

.about-links-section h1,h2
{   
    color:#747878;
}

.people-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/homepage-about-large-gill.png") bottom center no-repeat; 
     background-color:#E9322D;  
}


/*Services Scrolling Sections CSS*/

.services-section
{
    height: 90%;
    padding-top: 120px;
    padding-bottom: 50px;
    background: url("../images/mbg.png") bottom center no-repeat;
    background-color:#FFFFFF;
}

.services-links-section
{
    background-color:#E9322D;
    background: url("../images/employer-about-bground.png") bottom center;
    background-repeat: repeat-y;
}

.brochure-section {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/brochureR.png") bottom center no-repeat;
    background-repeat: no-repeat;
    background-color: #FBD6D5;
}

.brochure-quote-section
{
    background-color: #E9322D;
    color: #ffffff;
    font-size: 2.5rem !important;
}

.dynamic-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/dynamicR.png") bottom center no-repeat;
    background-color:#FBD6D5; 
}

.dynamic-quote-section
{
    height: 20%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/homepage-about-large-gill.png") bottom center no-repeat; 
     background-color:#ffffff;  
}

.webapps-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/webappsR.png") bottom center no-repeat;
    background-color:#FBD6D5; 
}


.about-section-h1
{
    color:#5a4099;
}

.about-links-section
{   
    background-color:#fff;    
}

.about-links-section h1,h2
{   
    color:#747878;
}

.contact-first-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/man_on_phone.png") bottom center no-repeat;
    background-color:#FFFFFF;
}

.contact-second-section
{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;  
    border-top: 10px solid #747878;
    border-bottom: 10px solid #747878;
}

.contact-third-section
{
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../images/contact-maidstone-large.png") bottom center no-repeat;
    background-color:#E3BFBE; 
    font-size:1.1em;
}

.footer-link:hover
{
    color: #d3d3d3;
    text-decoration: none;

}

.footer-link
{
    color: #ffffff;
    text-decoration: none;

}

.footer-alt-colour-2
{
    color: #ffffff;
}

.col-blocks-1
{
    background-color: #E9322D !important;
    height: 300px;
    text-align: center;
    padding-top: 25px;
    color:#ffffff;
}

.col-blocks-1:hover
{
    background: #F28481 !important;
}

.col-blocks-2
{
    background-color: #ED5B57 !important;
    height: 300px;
    text-align: center;
    padding-top: 25px;
    color:#ffffff;
}

.col-blocks-2:hover
{
    background: #F28481 !important;
}

.blocks-bg
{
    background: url("../images/blocksbg.png") bottom center no-repeat;
}

.red-heading
{
    color: #E9322D !important;
    
}

.email-link
{
    color: #E9322D;
}

.email-link:hover
{
    color: #E9322D;
    text-decoration: underline;
}