/* This stylesheet is meant for custom styles, on top of The Sylk Template */
.titleMain{
  color:#232323;
}

h1,h2{
  display: none;
}

@media only screen and (max-width: 767px) {
.lightbox-inner {
  padding-top: 59px;
  max-height: 100vh !important;
  }
  #lightbox .caption {
    display: none !important;
  }
}

body.lightbox-open {
    overflow: hidden;
    position:fixed;
}

.mainImage{
  width: 100%;
}

.mobile-hidden{
  display: none !important;
}

.invisible{
  display: none;
}

.branch{
    color: #232323;
    font-size: 2em;
}
.learn-more{
    color: #e80000 !important;
    line-height: 4;
}

.head-quote{
    color:#999 !important;
    font-size: 1.8em;
    line-height: 1.4em !important;
    font-weight: 500;
}
.main-title{
    font-size: 4em;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 80px !important;
}
.title2{
    font-size: 3em;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.group-about{
}
.content{
    padding-bottom: 60px;
}
.box{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F3F2F1;
    display: inline-block;
    padding: 30px 40px;
}
.brand{
    margin-bottom: -10px !important;
    font-size:1em;
    color: #9d9d9d !important;
}

.background-box{
    float: right;
    background-color: #f8f8f8;
    width: 50vw;
    /*margin: 60px;*/
    margin: 220px 40px 0px 0px;
    height: 100vh;
    position: absolute;
}
footer {
    width: 100%;
    bottom: 0;
        }