﻿/* this file is designed as a discrete location make small changes to themed elements as opposed to modifying the theme files directly */

h1, h2, h3 {
    line-height:inherit;
}

h1, h2 {
    font-size:16pt;
}
h3 {
    font-size:14pt;
}

@media all and (max-width:767px) {

    h1, h2 {
        font-size:12pt;
    }    
    h3 {
        font-size:10pt;
    }
}

.hidden-menu #left-panel {
  left: -200px;
}

.btn:hover, .btn:focus {
    background-position: 0 -30px;
}

.page-title {
    margin:10px 0px;
}