body {
    width: 100%;
    height: 100%;
    background-image: url('./bg.png');
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
a.ls-s{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 150%;
    color: #c9c9c9;
    text-decoration: unset;
}

a.ls-s:hover{
    color: #c9c9c9;
    text-decoration: underline;
}

img#h2 {
    width: 40%;
    align-self: center;
    margin-bottom: 3%;
}

img.icon {
    width: 5%;
    margin-right: 0.5%;
    margin-bottom: 0.6%;
}
#back2Top:hover {
    background-color: #337AB7;
    color: #FFF;
}
.welcome-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}
.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}
.whatwedo-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}
.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #F0F0F0;
}
.navbar-default {
    background-color: #EBFAFF;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}





