﻿.navbar {
    background: #F8F9FA;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.section-noimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section-id-001-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/home-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section-id-002-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/home-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section-id-003-title {
    background: url(../images/home-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section-id-004-title {
    /*background: url(../images/home-4.jpg);*/
    background-color: lightsteelblue;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section-id-005-title {
    /*background: url(../images/home-4.jpg);*/
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.needexams-id-001-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/needexams-id-001.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.needexams-id-003-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/needexams-id-003.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.needexams-id-005-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/needexams-id-005.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding-top:60px;
}

.needsurveys-id-001-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/needsurveys-id-001.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.needsurveys-id-003-title {
    background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/needsurveys-id-003.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}


.section-title {
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    font-size: 32pt;
    text-align: center;
    color: white;
}

.section-title-black {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    font-size: 26pt;
    text-align: center;
    color: black;
}

.section-subtitle {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20pt;
    text-align: center;
}

.footer-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: darkslategrey;
    font-size: 8pt;
    color: white;
}

.addon-title {
    font-size: 28px;
    line-height: 28px;
    line-height: 32px;
}

.zero-padding-margin {
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.toolbar-margin{
    margin-top:-8px;
}