﻿﻿ /* *************************************** */
/* The below stylings should be customised */
/* *************************************** */
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Regular.ttf') format('ttf');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Lato-Regular.ttf') format('ttf');
}

h1, h2, h3, .inner-container h1 {
    color: #002458; /*primary colour for all headings*/
    font-weight: 600;
    margin: 0;
}

.itin-row .city-code {
    font-weight: bold;
    color: #353E75; /*colour for airport code display*/
    padding-bottom: .5em;
    font-size: 20px;
}

button.cta {
    background-color: #C01D24; /*button primary colour*/
}

    button.cta:hover {
        background-color: #C01D24; /*colour of button on hover*/
    }

main .container {
    border-bottom: solid #C01D24 7px; /*bottom border colour*/
    color: #4a4a4a; /*text colour*/
}

/* *************************************** */
