/* gsrservices.com.au -- GSR Security Services */

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    background-color: #eee;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://gallery.zachary.fun/gsrservices.com.au/sources/images/web-security1.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}

h1, h2, h3, h4, h5 {
    margin:0;
}

/* -- Top bar */

.htr_bar {
    background-color: #3498db;
    color: white;
    z-index: 1000;
    margin-top:20px;
    padding:20px;
    width:100%;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}

.htr_bar img {
    margin-bottom: 5px;
}

/* -- Content */

.zqn_content {
    color: #fff;
    width: 100%;
    margin-top:5vh;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2em;
}

.zqn_content h3 {
    display:block;
    padding:15px;
}

.zqn_content img {
    margin-right: 5px;
}

/* -- Contact */
.brv_contact {
    width:100%;
    text-align: center;
    z-index: 1000;
    color:white;
    padding-bottom:10px;
}

.brv_contact h3 {
    display: block;
    font-size:1.3em;
    margin: 5px;
}

.brv_contact a {
    text-decoration: none;
    color: #2ecc71;
}