body, .no-link, .headline-alt {
    font-family: 'Roboto Slab', serif !important;
}
h1, h2, h3, h4, h5, h6, .my-name, .tagline, nav, .btn, a {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
}
.center {
    text-align: center;
}
.section {
    margin-bottom: 60px;
}
a.header-link {
    color: white;
}
.sub-header {
    margin: 40px 0 20px 0;
    font-weight: 600;
}
.fab, .fas {
    color: white;
    margin-right: 5px;
}
.approach {
    font-size: .8em;
    margin-right: 15px;
}
.tech {
    margin: 0 auto;
}
.tech.fab, .tech.fas {
    color: #3f3f3f;
    font-size: 4em;
}
.tech-icon {
    display: inline-block;
    max-width: 80px;
    margin-right: 20px;
}
.tech-icon span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.form-padding {
    padding: 15px 40px 15px 40px;
}
button.navbar-toggler.about-toggler {
    outline: none;
}
.about-toggler .fas {
    margin-right: 0px !important;
}
.toggle-label {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: .8em;
}
.alt-text {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.25em;
}
.alt-text-header {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1em;
}
.text-muted {
    color: #bdc1d8 !important; 
}
.thought-headline {
    color: #fff;
    margin: 15px 0 25px 0;
}
.section-header {
    margin: 30px 0 50px 0;
}
.branding-nav {
    box-shadow: 0 4px 5px 0px rgb(180, 180, 180) !important;
    border-top: 1px solid #333;
}
.site-branding {
    display: block;
    float: left;
    font-size: 1.2rem !important;
}
.site-logo {
    display: block !important;
    float: left;
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.my-name {
    font-weight: bolder !important;
    font-size: 1.6rem !important;
}
.tagline {
    color: rgb(200, 200, 200);
    margin-top: -2px;
    display: block;
    font-size: 0.7em;
}
#navbarHeader.bg-dark, .navbar.bg-dark {
    background-color: #222 !important;
}
footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
footer.bg-dark {
    background-color: #222 !important;
}
footer.text-muted {
    margin-bottom: 0px;
}
.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}
.about-toggler .fas {
    font-size: 1.75rem;
    transition: .3s transform ease-in-out;
    color: rgb(150, 150, 150);
}
.more-info-label {
    font-family: 'Lato', sans-serif;
    font-size: .75em;
    font-weight: 400;
    color: rgb(150, 150, 150);
}
.service-toggle.fas {
    font-size: 1em;
    transition: .3s transform ease-in-out;
    color: rgb(25,25,25);
}
.about-toggler.collapsed .fas, .workshop-toggler.collapsed.fas {
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link {
    font-weight: bolder !important;
}
.card {
    box-shadow: 0 5px 5px -5px #888 !important;
    margin-bottom: 30px;
}
.card-header {
    background-color: rgba(45, 45, 45, 0.90);
}
.card-title {
    color: #fff;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.arrow-box {
	position: relative;
    background: #fff;
}
.arrow-box:after, .arrow-box:before {
	bottom: 100%;
	left: 8%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow-box:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 21px;
	margin-left: -21px;
}
.jim-link {
    color: green !important;
}
.service-wrapper {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 20px;
}
.service-type {
    font-family: 'Roboto Slab', serif !important;
    font-size: .95em;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 600 !important;
    cursor: pointer !important;
}
.service-description {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1em;
    color: rgb(0, 0, 0);
    margin: 0px !important;
}
.jumbotron {
    border-radius: 0px;
    box-shadow: 0 4px 5px 0px rgb(180, 180, 180) !important;
    background: #000;
}
.jumbotron-heading {
    color: #fff;
    text-shadow: 0px 3px 5px #222;
    margin-bottom: 1em;
}
.technologies-jumbotron {
    background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgba(255,255,255,1) 100%);
}
.work-jumbotron {
    background: linear-gradient(180deg, rgb(8, 113, 206) 0%, rgba(255,255,255,1) 100%);
}
.contact-jumbotron {
    background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgba(255,255,255,1) 100%);   
}
.jumbotron .text-muted {
    margin-bottom: 45px;
}
.hero-image {
    background-image: url(../images/hero-image.jpg);
    background-attachment: fixed;
    background-size: 98%;
    background-position: 100% 50%;
}
.vba-image {
    background-image: url(../images/vba-screens.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 350px;
}
.project-info {
    margin-top: 2em;
}
.client-feedback {
    font-family: 'Lato', sans-serif;
    padding-top: 2em;
}
@media (max-width: 768px ) {
    .hero-image {
        background-attachment: initial;
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }
    .vba-image {
        min-height: 230px;
    }
}
@media (max-width: 576px) {
    .hero-image {
        background-attachment: initial;
        background-repeat: no-repeat;
        background-position: 48% 0%;
        background-size: 200%;
    }
    .vba-image {
        min-height: 120px;
    }
    .jumbotron-heading {
        font-size: 1.8em;
    }
    .text-muted {
        font-size: 1em;
    }
    .alt-text {
        font-size: 1em;
    }
    .more-info-label {
        font-size: .45em;
    }
    .branding-nav .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .site-logo {
        max-width: 45px;
        max-height: 45px;
    }
    .site-branding {
        font-size: .9rem !important;
    }
    .my-name {
        font-weight: 500 !important;
        font-size: 1.2rem !important;
    }
    footer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    footer p {
        font-size: .8rem;
        margin-bottom: 0;
    }
}