.header-sub-text p {
	 margin-top:-20px;
}

/* For hiding dropdowns on "News Archive" page */
 #category-select, #tag-select, #year-select, #month-select, .archives-form .umkc-btn {
	 display:none;
}

.header-image-container {
    height: auto;
    padding-bottom: 30%;
}

.header-text h2 {
    font-size: 16px;
    top: 2px;
}

.bar-text {
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .header-text h2 {
    font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    div.logo.text-md-left.text-center {
        margin-left: 9px;
    }
    .sd-site-header-container .sd-header-text {
        margin-top: 0px;
        width: calc(100% - 270px);
    }
    .sd-header-text > h2 {
        font-size: 40px;
        padding-top: 15px;
    }
    div.breadcrumbs > div.container {
        margin-left: 25px;
    }
    .header-image-container .header-text h2 {
        margin-left: -8px;
    }
}

@media only screen and (min-width: 900px) {
    .header-text h2 {
    font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-text h2 {
    font-size: 30px;
    }
    div.breadcrumbs > div.container {
        margin-left: 73px;
    }
    .header-image-container {
    padding-bottom: 25%;
    }
    .header-image-container .header-text h2 {
        margin-left: 40px;
    }
}