.masthead-background {
    background: url('../img/tech-bg.jpg')!important;
    height: 100%;
    max-height: auto;
}

.black-background {
    background-color: #040e16!important;
}

.tech-background {
    background: url('img/tech-bg.jpg')!important;
    height: 100%;
    max-height: auto;
}

.navbar-custom {
    margin: 0 auto;
    padding: auto;
    width: auto;
    min-width: 0px;
    height: auto;
    min-height: 0px;
    padding-left: 10px;
}

.photo-gallery {
    color: #313437;
    background-color:#fff;
}

.photo-gallery p {
    color:#7d8285;
}

.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color:inherit;
}

@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size:24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin:0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom:0;
}

.photo-gallery .photos {
    padding-bottom:20px;
}

.photo-gallery .item {
    padding-bottom:30px;
}

div.imac-mockup {
    position: relative;
    max-width: 1000px;
    margin:20px;
}

.imac-mockup img.device {
    width: 100%;
    height:auto;
}

.imac-mockup .screen {
    position: absolute;
    width: 92%;
    height: 64.5%;
    top: 5%;
    border-radius: 2px;
    left: 4%;
    overflow: hidden;
    background: url('../img/desktopMockup.jpg') center/cover;
    
}

.imac-mockup .screen:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 140%;
    top: -26%;
    right: -39%;
    transform: rotate(-19deg);
    opacity: .1;
}

.color-teal { color: #52a1fd; }
.color-red { color: #ff3800; }

.section-header {
    background-color: #040e16;
    height: none;
    min-height: auto;
    max-height: auto;
    max-width: auto;
}

.section-image {
    height: auto;
    width: 550px; 
    border-radius: 25px;
}

.row-bottom-border {
    border-bottom: 3px solid #ffffff;
}

hr.dark-bg {
    border-color: rgba(200,200,200,.3);
    margin: 25px auto!important;
    min-width: 66%!important;
}