body {
    width: 100%;
    height: 100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:100;
    color:#2f2c3a;
    letter-spacing:3px
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
p {
    text-align:justify;
}
h1 {
  padding-top: 10px;
  padding-bottom: 60px;
  font-weight: lighter;
}
h2 {
  font-weight: lighter;
  letter-spacing:2px
}
h3 {
  font-weight: bold;
}
h4 {
  font-weight: bold;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #EAE8E0;
    color: #409311;
}

.btn-primary {
    background-color: #409311;
    border-color: #409311;
}

.img-logo{
    max-width: 100%;
    height: auto;
}

.home-section {
    height: 100%;
    padding-top: 120px;
    text-align: center;
    background-color: #E5E5E5;
    background: url("../resources/img/bg-home04.jpg") no-repeat center center;
    background-size: cover;
}

.team-section {
    min-height: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #E5E5E5;
}
.team-section .team-section-item {
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.team-section .team-section-item p {
  /* max-width: 95%; */
  padding-left: 2rem;
  padding-right: 2rem;
}
.team-section .team-section-item img {
  max-width: 20rem;
  box-shadow: 0px 3px 3px 0px #adb5bd;
}

.whatwedo-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.contact-section {
    color: #eae8e0;
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #224359;
}

.page-scroll{
  font-size:18px;
}

.navbar-default .navbar-nav > li > a {
    color: #224359;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #32bad9;
	background-color: #eae8e0;
}
.navbar-default {
    background-color: #E5E5E5;
    border-color: #2F2C3A;
}
