

/* Put your custom styles here */

.content-3-10 .image-container .background-image-holder2
{
    background: url('../images/hvd2.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    background-size: cover;
}

.social a .fa-linkedin:after
{
    background: #3b5998;
}

.content-1-1
{
    background: url("../images/bakers-logo222.png") center top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    heigth: 100%;
    background-size: contain;
}

.contact-form {
    width: 100%;
}

#message-content {
    height: auto;
}

.footer-1-3 .footer-text {
    margin-top: 5rem;
}

.footer-1-3 {
    padding-bottom: 40px;
}

.content-3-10 .image-container {
    height: auto;
}

.content-1-1 {
    background-position: center;
}

.npt {
    padding-top: 0px;
}

.col-xs-12.privacy-policy {
    text-align: center;
}

.col-xs-12.privacy-policy a {
    color: white;
    font-size: 14px;
}

button#btn-go-top {
    color: #3b5998;
    font-size: 2rem;
    background: transparent;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid #3b5998;
    bottom: 2.5%;
    right: 2.5%;
    position: fixed;
    z-index: 999999999;
    opacity: 0;
}

button#btn-go-top:focus {
    outline: none;
}


/* Navigation Styles*/
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 10%;
    -webkit-box-shadow: 3px -1px 10px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px -1px 10px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px -1px 10px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.ct-pt-mn {
    padding-top: 100px;
}