

body {
    background-image: url(/blueprint-rectangle.jpg)!important;
    background-repeat: no-repeat!important;
    -moz-background-size: 100%!important;
    -webkit-background-size: 100%!important;
    -o-background-size: 100%!important;
    background-size: cover!important;
    background-attachment: fixed!important;
}

.pkp_structure_content {
    background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.button2 {
    margin: 2px;
    padding: 5px;
    border-radius: 0.1875rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #1e6292;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
}


.button2:hover {
    background-color: #00337d;
    color: #fff;
}

.navbar-nav {
    margin-top: 20px;
    margin-left: 30%;
}

form.navbar-form.navbar-left {
    margin-top: 20px;
}

.galley-link.btn {
    margin-bottom: 10px;
}
.pkp_structure_content {

    padding: 10px;
}
    
h2.title {
    font-size: 25px;
}

.media-left img {
    max-width: 30px;
}
.section H2 small {
    background-color: whitesmoke;
    padding: 10px;
    margin-bottom: -20px;
}
