@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #505962;
}

.offset:before {
    display: block;
    content: "";
    height: 4rem;
    margin-top: -4rem;
}

h3.heading {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.9rem;
}

.heading-underline {
    width: 3rem;
    height: .2rem;
    background-color: #1ebba3;
    margin: 0 auto 2rem;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0, 0, 0, 0.6)!important;
}

.navbar-brand {
    height: 2rem;
}

.navbar-nav li {
    padding-right: .7rem;
}

.navbar-nav a {
    color: white!important;
    padding-top: .8rem;
}

.navbar-nav .active,
.navbar-nav a:hover {
    color: #1ebba3!important;
}


/*--landing page--*/

.home-inner {
    background-image: url("../images/street.jpg");
    filter: brightness(60%);
}

.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}

.caption h1 {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}

.caption h3 {
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
}

.btn-lg {
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.3rem;
    font-size: 1.1rem;
}


/*-- profile--*/

.narrow {
    width: 75%;
    margin: 1.5rem auto;
}

.narrow h1 {
    font-size: 2.4rem;
}

.btn-secondary {
    border-width: medium;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: .6rem 1.2rem;
    margin: 1rem;
    color: white;
    background-color: #1ebba3;
    border-color: #1ebba3;
}

.btn-secondary:hover {
    background-color: #189582;
    border-color: #189582;
}

.feature i {
    color: #1ebba3;
}


/* project section */

.card-deck a {
    color: #505962;
    text-decoration: none;
}


/*-- skills section--*/

.fixed {
    background-image: url("../images/city2.jpg");
    z-index: -1;
}

.dark {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 7rem 2rem;
}

.fixed-background h3 {
    margin-bottom: 2rem;
}

.fixed-background p {
    margin-top: 1.5rem;
}

.imgMe {
    width: 100%;
    border-radius: 50%;
}


/* contact section */

footer {
    background-color: #40474e;
    color: white;
    padding: 2rem 0;
    margin-top: 1rem;
}

footer a {
    color: white;
}

footer a i {
    font-size: 1.6rem;
    margin: 1.2rem .5rem 0 0;
}

footer a i:hover {
    color: #189582!important;
}

.socket {
    width: 100%;
    border-top: .2rem solid #666b71;
    margin-top: 3rem;
}

@media (max-width:767px) {
    .caption h1 {
        font-size: 2.3rem;
        letter-spacing: .15rem;
        padding-bottom: .5rem;
    }
    .caption h3 {
        font-size: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1rem;
    }
    .imgMe {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}