html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: open sans, sans-serif!important;
    color: #434242;
    font-size: 15px;
    line-height: 1.64
}

.backdrop {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: no-repeat center center fixed url(../img/bg.jpg);
    background-size: cover;
    opacity: .8
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.overlay .jumbotron {
    background: 0 0;
    text-align: center
}

.overlay .jumbotron .container {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0
}

.overlay .jumbotron .container h1 {
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255, 255, 255, .35);
    display: inline-block;
    font-weight: 500;
    font-size: 90px
}

.darkOverlay {
    background: #222;
    position: absolute;
    z-index: 4;
    padding: 12px 30px;
    color: #fff;
    cursor: pointer;
    width: 100px
}

.blogLink {
    position: fixed;
    right: 0;
    top: 20px;
    width: auto;
    padding-right: 62px;
    box-shadow: 0 0 14px #222;
    transition: all .2s;
    z-index: 4
}

.blogLink a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700
}

.blogLink:hover {
    padding-right: 82px
}

.downArrow {
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    font-size: 20px
}

.downArrow i {
    position: relative;
    top: 4px;
    transition: top .3s;
    width: 100%;
    text-align: center
}

.downArrow:hover i {
    top: 12px
}

.main {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3
}

.main .white {
    background: #fff;
    padding-bottom: 40px;
}

.main .grey {
    background: #fffdf2;
    padding-bottom: 40px;
}

.main .dark-link {
    color: #434242;
    text-decoration: none
}

.main .dark-link:hover {
    color: #434242;
    text-decoration: underline
}

.main .footer {
    background: #434242
}

.main .footer h2 {
    color: #fff
}

.main .footer a {
    display: block;
    line-height: 32px;
    margin-bottom: 20px;
    opacity: .6;
    color: #fff;
    width: 100%;
    text-align: center
}

.main .footer a i {
    font-size: 28px;
    margin-right: 16px
}

.main h2 {
    font-size: 54px;
    text-align: center;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 16px;
    color: rgb(0, 49, 185);
}

.main h3 {
    font-weight: 300;
    color: rgb(0, 49, 185)
}

.main h4 {
    font-weight: 700
}

.main p.lead {
    color: #727878;
    text-align: center
}

.main hr {
    margin: 40px 0;
    border-color: #727878;
    opacity: .2
}

.main .pic img {
    width: 80%;
    margin: 0 10% 24px;
    border-radius: 50%;
    border: 10px solid #eaeaea
}

.main p strong {
    font-size: 15px
}

.main p .btn-muted {
    background: #eaeaea;
    border: 1px solid #aaa;
    color: #000
}

.main p .btn-muted:hover {
    background: #cacaca
}

.main p .where {
    color: rgb(0, 49, 185);
    font-weight: 700;
    display: inline-block;
    padding: 4px
}

.main .copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 32px
}

.main .rating-con>span {
    display: block;
    width: 100%;
    padding: 3px 8px;
    border-radius: 4px
}

.main .rating-con>span .glyphicon {
    color: rgba(255, 0, 0, .7);
    position: relative;
    left: 0;
    transition: left .3s, transform .3s
}

.main .rating-con>span>span:first-child {
    position: relative;
    left: 0;
    transition: left .3s, transform .3s
}

.main .rating-con>span:hover {
    background: rgba(255, 0, 0, .05)
}

.main .rating-con>span:hover .glyphicon {
    left: -8px;
    transform: scale(1.2)
}

.main .rating-con>span:hover>span:first-child {
    left: 8px
}

.main .project {
    max-width: 460px;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px #aaa
}

.main .project a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.main .project .project-hover {
    padding: 22px;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 49, 185, .7);
    transition: opacity .6s;
    cursor: pointer
}

.main .project .project-hover b {
    font-size: 32px
}

.main .project .project-hover hr {
    border-color: #fff;
    opacity: 1;
    border-width: 3px;
    margin: 12px 0;
    width: 0;
    transition: width .6s
}

.main .project .project-hover p {
    transition: left .6s;
    position: relative;
    left: 300px
}

.main .project:hover .project-hover,
.main .project.hover .project-hover {
    opacity: 1
}

.main .project:hover .project-hover hr,
.main .project.hover .project-hover hr {
    width: 100%
}

.main .project:hover .project-hover p,
.main .project.hover .project-hover p {
    left: 0
}

.company-logo {
    width: 70%;
    background-color: #fff;
    border: 1px solid rgb(67, 66, 66);
}

#brightedge {
    padding: 10px;
}

.work-row {
    margin-bottom: 20px;
}

@media screen and (max-width:600px) {
    .container .project {
        height: 350px
    }
}