body {
    background: #fff;
    color: #191919;
    font-family: 'Lato', sans-serif;
}

@font-face {
    font-family: 'Satisfy';
    src: url('./../assets/fonts/Satisfy-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MaterialIcon';
    src: URL('./../assets/fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: URL('./../assets/fonts/MaterialIcons-Regular.ttf');
    /*    src: url(MaterialIcons-Regular.eot);  For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(./../assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    vertical-align: middle !important;
    padding-bottom: 3px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/* Rules for sizing the icon. */

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}


/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.carousel-item {
    height: 92vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}


/* selected link */

.sub-title {
    border-bottom: 1px solid #af7152;
    color: #af7152;
    display: inline-block;
    font-family: lato, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.sub-title a {
    color: #af7152
}

.date-title {
    color: #999;
    display: inline-block;
    font-family: lato, sans-serif;
    font-size: 12px;
    position: relative;
    text-transform: uppercase
}

.date-title:before,
.date-title:after {
    content: '';
    background: #ccc9c7;
    height: 1px;
    width: 25px;
    top: 50%;
    margin-top: -.5px;
    position: absolute
}

.date-title:before {
    left: -35px
}

.date-title:after {
    right: -35px
}

.date-title-sub {
    color: #999;
    font-family: lato, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    /* text-align: center; */
    margin-left: 35px;
    margin-top: -15px;
}

.circular--square {
    border-radius: 50%;
}

.navbar-light {
    background: white;
    border-bottom: 1px solid rgb(81, 81, 86);
    ;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:link.blog-footer {
    color: #555;
}

a:visited.blog-footer {
    color: #555;
}