﻿﻿ /* *************************************** */
/* The below stylings should be customised */
/* *************************************** */
h1, h2, h3, .inner-container h1 {
    color: #353E75; /*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: #353E75; /*button primary colour*/
}

button.cta:hover {
    background-color: #00008b; /*colour of button on hover*/
}

main .container {
    border-bottom: solid #353E75 5px; /*bottom border colour*/
    color: #353E75; /*text colour*/
}

/* *************************************** */
