﻿html {
    height: 100%;
}

body {
    box-sizing: border-box;
    padding: 250px 15px 0;
    background: #fff;
    color: #434343;
    font-family: 'Fira Sans', sans-serif;
    min-height: 100%;
    margin: 0;
}

img {
    width: 270px;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

p {
    color: #434343;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto 15px;
}

a:link {
    outline: none;
    color: #d32f50;
    text-decoration: underline;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

a:visited {
    color: #d32f50;
    outline: none;
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: #a8102f;
}

a:active {
    color: #a8102f;
    outline: none;
    text-decoration: underline;
}

a:focus {
    outline: none;
    text-decoration: underline;
    color: #a8102f;
}

a.standard-btn:link {
    display: inline-block;
    padding: 15px 40px 15px 25px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: none;
    color: #fff;
    background: #e63132;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    position: relative;
    z-index: 6;
    overflow: hidden;
    text-decoration: none
}

a.standard-btn:link:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

a.standard-btn:link:after {
    position: absolute;
    top: 17px;
    right: 22px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

a.standard-btn:visited {
    color: #fff;
    background: #e63132;
}

a.standard-btn:hover {
    color: #fff;
    background: #e63132;
}

a.standard-btn:hover:after {
    position: absolute;
    top: 17px;
    right: 17px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

a.standard-btn:active {
    color: #fff;
    background: #e63132;
}

a.standard-btn:focus {
    color: #fff;
    background: #e63132;
}

@media (min-width:1200px) and (max-width: 1499px) {

    body {
        padding-top: 220px;
    }

    img {
        width: 250px;
        margin-bottom: 18px;
    }

    h1 {
        font-size: 45px;
        margin: 0 0 18px;
    }

    p {
        margin: 0 auto 14px;
    }

    a.standard-btn:link {
        padding: 14px 37px 14px 22px;
        margin-top: 18px;
        font-size: 14px;
    }

    a.standard-btn:link:before {
        background-size: auto 90px;
    }

    a.standard-btn:link:after {
        top: 16px;
        right: 21px;
        font-size: 9px;
    }

    a.standard-btn:hover:after {
        top: 16px;
        right: 16px;
        font-size: 9px;
    }

}

@media (min-width:992px) and (max-width: 1199px) {

    body {
        padding-top: 200px;
    }

    img {
        width: 240px;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 40px;
        margin: 0 0 15px;
    }
   
    p {
        margin: 0 auto 12px;
    }

    a.standard-btn:link {
        padding: 13px 34px 13px 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    a.standard-btn:link:before {
        background-size: auto 85px;
    }

    a.standard-btn:link:after {
        top: 15px;
        right: 18px;
        font-size: 9px;
    }

    a.standard-btn:hover:after {
        top: 15px;
        right: 13px;
        font-size: 9px;
    }

}

@media (min-width:768px) and (max-width: 991px) {

    body {
        padding-top: 160px;
    }

    img {
        width: 230px;
        margin-bottom: 13px;
    }

    h1 {
        font-size: 35px;
        margin: 0 0 13px;
    }

    p {
        font-size: 15px;
        margin: 0 auto 10px;
    }

    a.standard-btn:link {
        padding: 12px 30px 12px 18px;
        margin-top: 13px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 80px;
    }

    a.standard-btn:link:after {
        top: 15px;
        right: 16px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 15px;
        right: 11px;
        font-size: 8px;
    }
    
}

@media (min-width: 480px) and (max-width: 767px) {

    body {
        padding-top: 120px;
    }

    img {
        width: 210px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    p {
        font-size: 14px;
        margin: 0 auto 8px;
    }

    a.standard-btn:link {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 75px;
    }

    a.standard-btn:link:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }
   
}

@media (min-width: 0px) and (max-width: 479px) {

    body {
        padding-top: 80px;
    }

    img {
        width: 180px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    p {
        font-size: 14px;
        margin: 0 auto 8px;
    }

    a.standard-btn:link {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 75px;
    }

    a.standard-btn:link:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }
    
}

