a.navbar-brand {
    font-size: 35px !important;
}
.masthead-heading.text-uppercase {
    color: #FCBA35;
	font-size:55px !important;
}
header.masthead {
    background-image: url("../assets/img/bg.jpg");
}
.team-member img {
    width: 20rem;
    height: 20rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
header.masthead.masthead-sub-page {
    padding-top: 12rem;
    padding-bottom: 5.5rem;
}
.GDPR-Pages p, .GDPR-Pages h4, .GDPR-Pages strong {
    text-align: left !important;
    display: inline-block;
    float: left;
    width: 100%;
}
.rounded-circle {
    border-radius: 0 !important;
}
.timeline > li .timeline-image {
    border: 7px solid #FCBA35;
    border-radius: 0;
    background-color: #fff !important;
}
.timeline > li:last-child .timeline-image {
    background: #FCBA35 !important;
}
header.masthead .masthead-subheading {
    padding-top: 15px;
    background: rgba(0,0,0,0.5);
    margin-bottom: 0;
    margin-top: 65px;
}
header.masthead .masthead-heading {
    background: rgba(0,0,0,0.5);
    padding-bottom: 15px;
}
#mainNav {
    background-color: rgba(0,0,0,0.6);
}

@media only screen and (max-width: 768px){
	
	.masthead-heading.text-uppercase {
		font-size: 35px !important;
	}

	a.navbar-brand {
		font-size: 25px !important;
	}
	
	button.navbar-toggler {
		display: none !important;
	}
	
}
