body,
html {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}
*{
    font-weight: 400 !important;
}
.header-css {
    background-image: url("/assets/pics/main-header.jpg");
    background-position: top;
    background-size:cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    min-height: 30rem;
    height: auto;
    width: 100%;
}

@media (max-width: 768px) {
    .header-css {
        background-image: url("/assets/pics/main-header-md.jpg");
    }
}

.header-css h1 {
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

footer {
    font-size: 12px;
}
@media (min-width: 992px)
{
    .header_css {
        height: 100vh;
    }
    footer {
        font-size: 1rem;
    }
}

.section-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.section-content-header h3 {
    font-size: 1rem;
    text-transform: uppercase;
}
.section-content-header h2 {
    font-size: 3rem;
}
.service-icon {
    background-color: #FFEB3B;
    color: #3F51B5;
    width: 6rem;
    height: 6rem;
    display: block;
    line-height: 6.5rem;
    font-size: 3rem;
}

ul.landing {
    display: inline-block;
    text-align: left;
    background-color: rgb(74, 118, 102);
    padding: 2rem 3rem;
}
.landing {
    background-color: rgba(6, 6, 122, 0.881);
    color: white;
    padding: 10px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.bg-nav {
    background-color: #0066CC;
}