body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: Montserrat, sans-serif
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #555555
}

hr.light {
    border-color: #fff
}

a {
    color: #4a90e2;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #555555
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

.bg-primary {
    background-color: #555555 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #212529 !important
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 4rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    font-family: Montserrat, sans-serif
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #555555
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #555555
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #555555 !important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent
    }

    #mainNav .navbar-brand {
        color: #fff
    }

    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #fff
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #fff
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #fff
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #555555
    }

    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #555555
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #212529
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #555555;
        border-bottom: none
    }

    #mainNav.navbar-shrink .logo-img {
        content: url(../img/logo/logo_color.png)
    }
}

.logo-img {
    content: url(../img/logo/logo_white.png);
    width: 300px
}

@media (max-width:992px) {
    .logo-img {
        content: url(../img/logo/logo_color.png)
    }
}

.realization-img {
    width: 100%
}

.nav-animated {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.nav-animated::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s
}

.nav-animated:hover::after {
    width: 100%
}

div.header-layer {
    background: url(../img/header.jpg) round
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    background-color: rgba(0, 0, 0, .3) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }
}

@media (min-width:992px) {
    header.masthead {
        height: 50vh;
        min-height: 350px;
        padding-top: 0;
        padding-bottom: 0
    }

    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem
    }
}

#contact {
    background-repeat: no-repeat;
    background-position: center
}

#contact .section-heading {
    color: #fff
}

#contact .form-group {
    margin-bottom: 25px
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px
}

#contact .form-group input.form-control {
    height: auto
}

#contact .form-group textarea.form-control {
    height: 248px
}

#contact .form-control:focus {
    border-color: #555555;
    box-shadow: none
}

#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da
}

#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da
}

#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da
}

#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da
}

.help-block {
    padding: 5px;
    height: 10px;
    margin-left: -35px
}

.help-block>ul {
    list-style-type: none
}

.text-primary {
    color: #434547 !important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: Montserrat, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #434547;
    border-color: #000000
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #555555 !important
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important
}

.mt-10 {
    margin-top: 10rem !important
}

.text-black {
    color: #000
}

.h-100 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0
}

#blog .blog-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    transition: .2s
}

#blog .blog-card:hover {
    transform: scale(1.02);
    transition: .2s;
    cursor: pointer
}

#blog .blog-card .content .title {
    font-weight: 700;
    font-size: medium
}