.btn,
.service-icon,
footer.footer .social-link {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

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

body {
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    /*font-weight: 300;*/
    color: #333b42;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1)
}

.btn-xl {
    padding: 1.25rem 2.5rem
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.content-section-heading h2 {
    font-size: 2rem
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase
}

a {
    transition: all .5s ease-in-out;
}

a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700
}

#skills h4 {
    font-size: 1rem;
}

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

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    transition: all .5s ease-in-out;
    line-height: 45px;
    z-index: 99;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #343a40
}

.scroll-to-top i {
    font-weight: 800
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, #ecb807, #ec8607);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.masthead h1 {
    font-size: 2.75rem;
    margin: 0;
    padding: 0
}

#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transform: translateX(250px);
    background: #365d7d;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none
}

.sidebar-nav>.sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, .1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px
}

.sidebar-nav>.sidebar-brand a {
    color: #fff
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: 0 0
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #f8f9fa;
    line-height: 50px;
    z-index: 999
}

.menu-toggle:focus,
.menu-toggle:hover {
    color: #fff
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-10px)
    }
}

.lead span {
    font-weight: 400;
}

.service-icon {
    background-color: #fff;
    color: #365d7d;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem
}

.box-item {
    position: relative;
    border: 1px solid #999;
    background: #365d7d;
}
.box-photo {
    max-height: 100%;
}
.rollover {
    cursor: pointer;
}
.rollover .box-photo {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.rollover:hover .box-photo img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.6;
}
/*.rollover:hover .box-photo img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/
.rollover img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: all 1s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.caption {
    border-top: 1px solid #999;
    background: #fff;
    color: #555;
    padding: 20px;
}

.bg-primary {
    position: relative;
}

.bg-primary:after {
    content:'';
    position: absolute;
    bottom: -49px;
    margin-left: calc(50% - 100px);
    width: 0;
    height: 0;
    border-top: solid 51px #365d7d;
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
}

footer.bg-primary:after {
    content: none;
}

.portfolio-text {
    padding: 1.5rem;
}

.portfolio-text p, .portfolio-text ul {
    color: #fff;
}

.portfolio-item .bg-dark {
    -webkit-transition: -webkit-clip-path .5s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px)
}

.portfolio-item:hover .bg-dark {
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px)
}

.img-border {
    border: 8px solid #dae0e5;
}

.bg-map {
    background: url('../img/map.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-group input,
.form-group textarea,
section#contact .form-group textarea {
    padding: 1rem
}

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

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

.form-group textarea.form-control {
    height: 225px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: all .5s ease-in-out
}

footer.footer {
    padding-top: 5rem;
    padding-bottom: 2rem
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #365d7d;
    transition: background-color .5s ease-in-out
}

footer.footer .social-link:hover {
    background-color: #5588b1;
    text-decoration: none
}

.btn-primary,
.btn-secondary {
    color: #fff!important
}

.btn-primary {
    transition: all .5s ease-in-out;
    background-color: #365d7d!important;
    border-color: #365d7d!important
}

.btn-primary:hover {
    color: #365d7d!important;
    background-color: #365d7d00 !important;
}

.btn-dark {
    transition: all .5s ease-in-out;
    color: #343a40!important;
    background-color: rgba(0,0,0,0) !important;
    border-color: #343a40!important
}

.btn-dark:hover {
    color: #fff !important;
    background-color: #343a40!important;
}

.btn-outline-light {
    transition: all .5s ease-in-out;
}

.btn-outline-light:hover {
    color: #333b42 !important;
}

.btn-secondary {
    background-color: #ecb807!important;
    border-color: #ecb807!important
}

.btn-secondary:hover {
    background-color: #ba9106!important;
    border-color: #ba9106!important
}

.btn {
    border-radius: 0 !important;
    font-weight: 400
}

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

.text-primary {
    color: #365d7d!important
}

.text-secondary {
    color: #ecb807!important
}

.link-dark {
    color: #333b42 !important
}

.link-dark:hover {
    color: #365d7d!important;
    text-decoration: none
}

.tech-logo {
    width: 56px;
}

.service-img {
    width: 180px;
}

@media (min-width:992px) {
    .masthead {
        height: 100vh
    }
    .masthead h1 {
        font-size: 5rem
    }
    #skills h4 {
        font-size: 1.5rem;
    }
    .portfolio-text {
        padding: 2rem 2rem 0;
    }
    .img-odd {
    margin-left: -10px;
    }

    .img-even {
        margin-left: 10px;
    }
}