body {
    margin: 0;
    text-align: center;
}

.header {
    background-color: #7adfa9;
    height: 241px;
    background-image: url(../images/background-pattern.svg);
    background-repeat: repeat;
    border-bottom: solid 50px #7adfa9;
}

.logo {
    height: 191px;
    background-image: url(../images/rex-logo-rev.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-image {
    height: calc(((100vh - 250px) * .8) + 20px); 
    background-image: url(../images/rex-hero.jpg);
    background-repeat: no-repeat;
    background-position: right center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
}

.row-rex-venues {
    margin-top: 75px;
    margin-bottom: 75px;
}

.col-rex-venues-left,
.col-rex-venues-right {
    text-align: center;
}

.contact-details {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8d644b;
    font-size: 1rem;
}

.contact-details a,
.contact-details a:hover,
.contact-details a:active,
.contact-details a:visited
 {
    text-decoration: underline;
    color: #8d644b;
}

.rex-venue-camberwell {
    background-image: url(../images/camberwell.jpg);  
}

.rex-venue-bendigo {
    background-image: url(../images/bendigo.jpg);  
}

.rex-venue-canberra {
    background-image: url(../images/canberra.jpg);  
}

.rex-venue-brunswick {
    background-image: url(../images/brunswick.jpg);  
}

.rex-venue-camberwell,
.rex-venue-bendigo,
.rex-venue-canberra,
.rex-venue-brunswick {
    height: 250px;
    background-position: center center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
    background-size: cover;    
}

.rex-venue-title {
    background-color: #7adfa9;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    height: auto;
    width: 100%;
    font-size: .9rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.footer {
    background-color: #7adfa9;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* 768 */
@media screen and (max-width: 768px) {

    .col-rex-venues-left {
    margin-bottom: 75px;
    }

}