﻿.headerheight {
    height: 100%;
    max-height: 200px;
}
.header-bar {
    width: 100%;
    background-color: #F2F2F2;
}

img {
    width: 100%;
    height: 100%;
}

.block-image{height:160px; width:100%;}
.block-text {height: 120px; padding-bottom:20px;}
.intro-image{height:200px; width:100%;}
/*Colours*/
.footerback {
    background-color: #1b1b1f;
}


/*Headers*/
h2 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}

h5, h6 {
    font-size: 1em;
    text-decoration: none;
    background-color: #b6004a;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h5 a:link, h5 a:visited {
    padding: 0;
    text-decoration: none;
    color: #fff;
}
    h5 a:link:hover {
        color: #efeeef;
    }

h5 a:link:active {
    color: #efeeef;
}
/*Mobile*/
@media only screen and (max-width : 620px) {
    .block-image {
        height: 100%;
        width: 100%;
    }
    .header-height {
        height: 100%;
    }
}