@font-face {
    font-family: barlow;
    src: url(../fonts/barlow/Barlow-Light.otf);
}
@font-face {
    font-family: barlow;
    src: url(../fonts/barlow/Barlow-Regular.otf);
    font-weight: bold;
}

body {
    /* Offset so that navigation bar does not cover the top content of the page */
    padding-top: 54px; 
    
    /* Change default font */
    font-family: barlow ! important;
}

.caption, .caption:hover, .caption:link, .caption:visited {
    color: #a41313 ! important;
    font-size: 18pt;
}
a:hover {
    text-decoration:none ! important;
}

/* Coloured text in site */
.colorify {
    color: #a41313 ! important;
}

/* White background in site */
.bg-white {
    background-color: white ! important;
}

/* Headers in text */
p.section-header {
    font-size: 24px;
    color: #a41313 ! important;
    font-weight: bold;
}
p.subsection-header {
    font-size: 20px;
    color: #a41313 ! important;
    font-weight: bold;
    margin-bottom: 0px ! important;
}

/* Padding of portrait image */
img.padded-portrait-image {
    padding: 10px;
    background-color: white;
    margin-right: 20px ! important;
    margin-bottom: 20px ! important;
}

/* Nicer carousel indicators */
.carousel-indicators > li {
    border-radius: 50% ! important;
    width: 15px ! important;
    height: 15px ! important;
    margin-left: 5px ! important;
    margin-right: 5px ! important;
}

/* Setup navigation bar */

/* Bottom border on navigation bar */
.navbar {
    border-bottom:1px solid #eeeeee;
}

/* Colour of links */            
.navbar-nav li a:hover, .navbar-nav > .active > a {
    color: #a41313 !important;
}

/* Remove padding to align navigation bar text */
.collapse-padding {
    padding-left: 0pt ! important;
    padding-right: 0pt ! important;
}
.collapse-margins {
    margin-left: 0pt ! important;
    margin-right: 0pt ! important;
}

