body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}

p {
    font-weight: 300;
}

a:focus {
    outline: medium none;
}

.btn {
    border: 3px solid transparent;
    /*font-weight: 300;*/
    transition: all 0.3s ease-in-out 0s;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
        outline: none;
        outline-offset: -2px;
    }

.btn-default {
    background: rgba(0, 0, 0, 0.125) none repeat scroll 0 0;
    border-color: #58585a;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

    .btn-default:focus, .btn-default.focus {
        background: rgba(0, 0, 0, 0.125) none repeat scroll 0 0;
        border-color: #58585a;
        color: #fff;
    }

    .btn-default:hover {
        background-color: #e6e6e6;
        border-color: #818181;
        color: #666666;
        text-shadow: none;
    }

dt, dd {
    line-height: 1.42857;
}

dl {
    margin-left: auto;
    margin-top: 30px;
    padding-bottom: 10px;
}

dd {
    font-weight: 300;
    display: block;
    float: none;
    padding-bottom: 20px;
}

dt {
    display: block;
    float: none;
}

ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.colour1 {
    background-color: #c0c0c0;
}

.colour2 {
    background-color: #a3a4a6;
}

.colour3 {
    background-color: #c8c9cc;
}

.colour4 {
    background-color: #f9fbff;
}

.colour4a {
    background-color: #f9fbff;
}

.colour5 {
    background-color: #f3f3f3;
}

.colour1, .colour2, .colour3, .colour4 {
    min-height: auto;
    overflow: hidden;
}

.box_padd {
    padding: 10px 15px 30px 15px;
}
/*==========================NAV==========================================*/
.navbar-default {
    background-color: #585858;
    border: none;
}

    .navbar-default .navbar-brand {
        color: #ccc;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            background-color: transparent;
            color: #ddd;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ccc;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background: none;
        }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #dddddd;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
/*==========================END NAV===============================*/
.vertble {
    display: table-cell;
    vertical-align: middle;
}

.intro-section {
    background: #c8c9cc none repeat scroll 0 0;
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

    .intro-section h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: center;
        line-height: 1.42857;
    }

.hero {
    width: 50%;
}

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f3f3f3;
}

    .about-section h1 {
        padding-bottom: 30px;
    }

.privacy-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #c0c0c0;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.privacy-section h2 {
    line-height: 24px;
}

.privacy-section h4 {
    line-height: 24px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .intro-section {
        padding-top: 55px;
    }
}

@media(min-width:767px) {
    /*==========================NAV===============================*/
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
    /*==========================END NAV===========================*/
    .hero {
        width: auto;
    }

    .hero {
        max-width: 100%;
    }

    .about-section {
        padding-top: 100px;
        padding-bottom: 100px;
        background: #f3f3f3;
    }

    .intro-section {
        background: #c8c9cc none repeat scroll 0 0;
        display: table;
        height: 100%;
        padding-top: 120px;
        text-align: center;
        width: 100%;
    }

        .intro-section h1 {
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 20px;
            text-align: center;
            font-size: 24px;
        }

    .privacy-section {
        padding-top: 100px;
        padding-bottom: 100px;
        background: #c0c0c0;
    }

    dl {
        margin-top: 30px;
    }

    dd {
        font-weight: 300;
        width: 72.667%;
        float: left;
    }

    dt {
        width: 27.333%;
        float: left;
        padding-bottom: 20px;
    }

    .spacer {
        padding-bottom: 40px;
    }

        .box_padd, .spacer p {
            padding: 5px 60px 10px 30px;
        }

    .box_padd {
        padding: 20px 30px 50px 30px;
    }

    .privacy-section h4 {
        margin-left: 30px;
        margin-right: 30px;
        line-height: 24px;
    }

    .privacy-section ul {
        margin-left: 30px;
        margin-right: 60px;
    }

    .privacy-section address {
        padding-left: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .intro-section h1 {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 20px;
        text-align: center;
    }

    .colour1, .colour2 {
        min-height: 336px;
        overflow: hidden;
    }

    .colour3, .colour4 {
        min-height: 253px;
        overflow: hidden;
    }

    .box_padd {
        padding: 20px 30px 50px 30px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1220px) {

    .intro-section h1 {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 20px;
        text-align: center;
        font-size: 36px;
    }
}

@media only screen and (min-width : 1400px) {
    .intro-section {
        padding-top: 0;
    }
