
body {
    font-family: 'Roboto', sans-serif;
}

.full-bg {
    background-image: url("img/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}


.card-width {
    width: 19rem;
    box-shadow: 3px 7px 10px black;
}

.section-card {
    border-left: 4px solid #dc3545;
}

.navbar-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: rgba(255, 255, 255, 0.95);
    color: black;
}

.footer-mobile-spacing {
    padding-bottom: 100px;
}

.navbar-fixed-bottom a, .navbar-fixed-bottom a:hover {
	color: black;
	margin: 0px auto;

}

.navbar-fixed-bottom img {
	margin-padding: 5px;
		margin-left: 5px;
}

.fixed-footer {
	

}

.fixed-footer h4 {
	margin: 0px;
	margin-left: 5px;

}

.vcenter {
    float: none;
    display: inline-block;
    vertical-align: middle;
	
}

h4.vcenter {
	color: black !important;
}