﻿/*-----------Fonts----------*/
@font-face {
    font-family: 'SegoeUI';
    src: url('fonts/segoe-ui-5977f8a60fda3.ttf') format('truetype'), url('fonts/segoe-ui-5977f8a60fda3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ------ Main ------ */
body {
    font-family: 'SegoeUI', Arial, sans-serif;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #595959;
    font-weight: bold;
}

h1 {
    text-align: center;
}

.nav-link {
    font-family: montserrat,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.nav-item a, .nav-item a:visited {
    color: #fff;
}

a.nav-link:hover {
    color: #96C4D9 !important;
}

a, a:visited {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover {
        color: #143E66;
    }

/* ------------------------------------ Header ------------------------------------ */
#header {
    background: none;
    box-shadow: none;
    padding: 0;
}

.header {
    background: #143E66 !important;
}

#header nav .section{
    height: 100%;
    max-height: 88px;
}

#logo {
    padding: 0;
   
}

#logo .logo_img a {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#logo .logo_img a:first-child {
    border-right: 1px dotted #ffffff;
    border-right: 1px dotted rgba(255,255,255,0.5);
    padding-right: 15px;
    margin-right: 15px;
}

    #logo img {
        padding: 3px 0;
        height: 80px;
    }

/* ------------------------------------ Footer ------------------------------------ */
#footer {
    background: #595959;
    color: #fff;
    font-size: 12px;
    padding: 20px 20px 20px 20px;
}

#footer .container {
    padding: 0;
}

#footer > div > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wrapper.full_width_wrapper #footer .container {
    width: 1200px;
}

#footer .footer-logo-wrap {
    margin: 0 auto 35px;
    display: block;
    text-align: center;
    padding: 0;
}

#footer img.footer-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 340px;
}

/* ----- CONTENT ------ */
div#campaign-sessions {
    max-width: 850px;
}

div.campaign-session-item {
    max-width: 400px;
}

/* ----  Volunteer ---- */
div#volunteer-banner, div#thankyou-tile {
    margin: 0 auto 2em;
}