body, html {
    margin:0;
    padding:0;
    height:100%;
}

.navbar-brand img{
    max-height: 43px;
}

.crimcon-name span{
    clear:both;
    display: block;
    float: right;
}

.navbar-brand{
    height: auto;
    padding: 10px;
}

.page-title{
    text-align: center;
    padding-top: 10px;
    font-size: 2em;
}

.home-tiles{
    text-align: center;
    padding: 10px 0;
}

.home-tiles a{
    font-size: 2em;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    border: 2px solid #3e3f3a;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.home-tiles a:hover{
    background: #3e3f3a;
    color: white !important;
    text-decoration: none;
}

.step-content img{
    max-width: 500px;
    max-height: 350px;
    margin: 3px;
}

.step-content .image-link{
    cursor: zoom-in;
    display: inline-block;
    margin-bottom: 8px;
}

.mfp-img, .mfp-container{
    cursor: zoom-out;
}

.next-prev-buttons{
    border-top: 1px solid #CCC;
    margin-top: 15px;
    padding-top: 15px;
}

.next-prev-buttons a{
    font-size: 1.3em;
    margin-bottom: 5px;
}

.spacer15{
    clear: both;
    float: none;
    height: 15px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.content {
    padding-bottom: 80px;
}

.footer{
    height: 60px;
    border-top: 1px solid #dddddd;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .copyright{
    padding-top: 10px;
}

.footer .link {
    padding-top: 17px;
    color: #AAA;
}

a.download-materials:hover{
    background: #3e3f3a;
    color: white;
}

.nav, .navbar, .btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.syntaxhighlighter {
    overflow-y: hidden !important;
    overflow-x: auto !important;
}
.syntaxhighlighter .toolbar { display: none; }
