﻿body {
    padding-top:10%;
}

body {
    font-family: 'Myriad W01 Regular', Arial, sans-serif !important;
    color: $colour-1 !important;
    background-position: top center;
    min-height: 100vh;
}


a, a:hover, a:focus, a:visited {
    color: $colour-2;
    text-decoration: none;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: $gray-400 !important;
}

.btn:focus, .btn:active, btn:hover {
    outline: none !important;
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control, .btn {
    font-size: 0.75rem !important;
}


h1 {
    font-size: 1.5rem !important;
}

h2 {
    font-size: 1rem !important;
}

h3 {
    font-size: 0.85rem !important;
}

h4 {
    font-size: 0.75rem !important;
}

h5 {
    font-size: 0.5rem !important;
}

h6 {
    font-size: 0.5rem !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: black!important;
    border: none!important;
}
