/*------------------------------------------------start */

body {
    background-attachment: fixed;
    background-image: url(https://www.bristolcybersolutions.co.uk/uploads/1/4/4/2/144286628/bcs-background_orig.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #080808;
    font-size: 1rem;
}

p {
    margin: auto;
    text-align: center;
    width: 88%;
}

/*------------------------------------------------header */

.header {
    color: #e6a81f;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding-top: 0.625rem;
    text-align: center;
}

/*------------------------------------------menu */

nav a {
    color: #010203;
    display: block;
    text-decoration: none;
}

nav a:hover {
    background-color: #010203;
    color: #e6a81f;
}

nav li {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0.4375rem;
}

nav ul {
    background-color: #e6a81f;
    border-radius: 0.3125rem;
    list-style: none;
    margin: auto;
    padding: 0;
    text-align: center;
}

/*----------------------------------flexibles */

.container {
    background-color: #ace5ee;
    border-radius: 0.3125rem;
    color: #1a1110;
    font-style: italic;
    font-weight: 400;
    margin: auto;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    position: static;
    text-align: center;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.flex-container > div {
    margin: 0.4rem;
    padding: 1.2rem;
}

/*-------------------------------------homepage */

#bcs-chained-laptop {
    height: 16.4375rem;
    width: 21.875rem;
}

#bristol-cityscape {
    height: 16.4375rem;
    width: 21.875rem;
}

#solutions_h4 {
    color: #ce2029;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

#websitecredit {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    text-align: center;
}

/*----------------------------------solutions */

#mobileattack {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    position: static;
    text-align: center;
}

#phonedanger {
    color: #ce2029;
}

.phonetips {
    margin: auto;
    padding-right: 0.625rem;
}

#solutions_h2 {
    color: #ce2029;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

#solutions_h3 {
    color: #ce2029;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

/*-------------------------------blog */

.blog {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    position: static;
    text-align: center;
}

.figure-caption {
    color: #010203;
    font-size: 1rem;
    margin: auto;
}

/*------------------------------------realities */

#data_breach_guide {
    position: static;
    text-align: center;
}

.facts {
    margin: auto;
    padding-right: 0.625rem;
}

.threats {
    color: #010203;
    font-weight: 500;
    margin: auto;
    position: static;
}

.threats a:hover {
    background-color: #acacac;
    color: #010203;
}

/*------------------------------contacts */

.contacts {
    margin: auto;
    width: 52%;
}

.contact_container {
    border-radius: 0.625rem;
    margin: auto;
    padding: 0.625rem;
}

#contact_here {
    font-weight: 700;
    font-size: 1.3rem;
}

#dividing_line {
    text-align: center;
    background-color: #fefdfa;
    height: 0.125rem;
    width: 52%;
}

.line_padding {
    padding-bottom: 8px;
}

/*------------------------------------footer */

.footer {
    background-color: #e6a81f;
    min-height: 3rem;
}

/*--------------------------------------jotform */

#JotFormIFrame-231864072231349 {
    min-width: 100%;
    max-width: 100%;
    height: 33.6875rem;
    border: none;
}

/*--------------------------------------media queries */

@media only screen and (min-width: 37.5625rem) {
    .contact_container,
    .container,
    .facts,
    .figure,
    .phonetips,
    .threats {
        width: 56%;
    }
}
@media only screen and (min-width: 37.5625rem) {
    nav ul,
    p {
        width: 58%;
    }
}
/*----------------------------------------------end */
