/*
Theme Name: Nicolson Digital
Theme URI: http://nicolsondigital.com
Description: Nicolson Digital
Author: Kuljit Athwal (www.kuljit.com)
Version: 1.0.1
Tags: 
*/

body {
    font-family:'Futura LT W01 Light' !important;
    color: #717073 !important;
}

.jumbotron {
    background-color: white;
}

h1 {
    font-weight: bold !important;
    letter-spacing: 0.2em !important;
    color: #000 !important
}

h3 a {
    border-bottom: 1px solid grey;
}

h3 a,
h3.homepage a{ 
    color: #717073 !important;
}

h3 a:hover,
h3.homepage a:hover  {
    text-decoration: none;
    color: #acaeb0 !important;
}

h3 {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
}


.max-img 								{ width:100%; height:auto; }	

.home img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.osicons {
    height: 60px !important;
    width: auto;
}

.navbar {
    padding: 0rem;
}

.jumbotron {
    padding: 0rem !important;
    margin-top: 20px;
    margin-bottom: 0px;
}

.imagejumbotron {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-top: 0px;
}

.small{
    font-size: 0.4em !important;
}

.nav-link {
    font-size: 1.2rem;
}

.nav-link:hover {
    text-decoration: underline !important;
}

.bg-light {
    background-color: #efeff0 !important;
}
.bg-dark {
    background-color: #717073 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #acaeb0 !important;
}

.bg-dark a {
    color: #fff !important;
    text-decoration: underline;
}

