html {
    position: relative;
    min-height: 100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
    text-align: justify;
}

.navbar-background{
    background-color: #FDFDFD;
}

.navbar-nav > li > a:hover{
    color: #0A73B4 !important;
}

.navbar-nav >li > a {
    font-size: 20px;
}

h1{
    text-align: left;
    font-variant: small-caps;
    color: #6B6B68;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 70px 0 0 0;
    margin-top: -70px;
    margin-bottom: 15px;
}

#imageScale{
    width: 70%;
}

#contactUs  {
    padding: 70px 0 0 0;
    margin-top: -70px;
    /* margin-bottom: 15px; */
}

.bgimg-1 {
    /* The image used */
    background-image: url("../Resources/bannerimage.png");
}

.bgimg-2 {
    /* The image used */
    background-image: url("../Resources/homeoffice.jpg"); 
}

.bgimg-1, .bgimg-2{
    /* Set a specific height */
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-content {
    padding: 5px 10px;
}

#map{
    width: 100%;
    height: 250px;
    display: inline-block;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 20px;
    line-height: 20px; /* Vertically center the text there */
  }

.compulsary {
    color: #cf2613;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

#footerStyle{
    text-align: center;
    margin-top: 20px;
}

#footerStyle > p > a:hover {
    text-decoration: none;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
.fa:hover {
    opacity: 0.7;
}


.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}

.fa-google {
background: #dd4b39;
color: white;
}
