
/* GLOBAL */
/* GLOBAL CSS */
a:hover img {
opacity: .85;
}
@media(max-width: 768px) {
h1, .h1 {
font-size: 1.9rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
}
.btn-primary {
color: white !important;
}
.btn-primary:hover {
box-shadow: 0px 0px 16px rgba(32, 60, 161, .8);
}
.btn {
white-space: normal;
}
.float-right {
float: right;
width: 500px;
max-width: 50%;
margin: 0 0 10px 20px;
}
@media(max-width: 575px) {
.float-right {
float: none;
width: 100%;
max-width: 100%;
margin: 0 0 1rem 0;
}
}
.sub-header {
box-shadow: inset 0 -10px 20px black;
}
.table-bordered th {
border: 1px solid #555555;
}
@media(min-width: 576px) {
#part-summary .lead {
font-size: 2rem;
}
}
/* PAGE SPECIFIC */
/* FOOTER */
