p {
    font-size: 14px !important;
}

body {
    height: 100%;
    width: 100%;
    background-image: url('../images/Clifton-Suspension-Bridge.jpg');
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
}

a:link    {color:white; }
a:visited {color:white; }
a:hover   {color:white; }
a:active  {color:white; }

#hr-1 {
    width: 200px;
    height: 0.5px;
    color: #0085ca;
    border-color: #0085ca;
    background-color: #0085ca;
}

#hr-2 {
    width: 200px;
    height: 0.5px;
    color: white;
    border-color: white;
    background-color: white;
}

.jumbotron {
    margin: 0;
}

#h4-centre {
    text-align: center;
}

#jumbo-1 {
    /* IE8 and below */
    background: rgb(20, 22, 84);
    /* all other browsers */
    background: rgba(20, 22, 84, 0.6);
    text-align: center;
    color: white;
}

#jumbo-2 {
    /* IE8 and below */
    background: rgb(255, 255, 255);
    /* all other browsers */
    background: rgba(255, 255, 255, 0.8);
    color: #141654;
}

#jumbo-3 {
    /* IE8 and below */
    background: rgb(20, 22, 84);
    /* all other browsers */
    background: rgba(20, 22, 84, 0.6);
    color: white;
}

#jumbo-4 {
    /* IE8 and below */
    background: rgb(102, 102, 102);
    /* all other browsers */
    background: rgba(102, 102, 102, 0.8);
    color: white;
    text-align: center;
}

.navbar {
    /* IE8 and below */
    background: rgb(102, 102, 102);
    /* all other browsers */
    background: rgba(102, 102, 102, 0.7);
    text-align: center !important;
    border: 0px;
}

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

.navbar .navbar-nav li a {
    color: white;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    background-color: #0085ca;
    bottom: 20px;
    right: 20px;
    display: none;
}

@media (max-width: 1130px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}


/*Tablet*/

@media only screen and (max-device-width: 1024px) {
    body {
        background-image: none;
        background-color: #141654;
    }
    #jumbo-1,
    #jumbo-3 {
        background: #141654;
    }
}


/*
@media only screen and (max-device-width: 320px) {
    body {
        background-image: none;
        background-color: #141654;
    }
    #jumbo-1,
    #jumbo-3 {
        background: #141654;
    }
}
*/


/*Phone*/


/*
@media only screen and (min-width: 768px) {
    body {
        background-image: none;
        background-color: #141654;
    }
    #jumbo-1,
    #jumbo-3 {
        background: #141654;
    }
}
*/