/*SOCIAL MEDIA*/

.social-media {
    background-color: #f5f7fb;
    padding: 10px 40px;
}

.social-media a {
    text-decoration: none;
    color: #506a85;
}

.social-media a:hover {
    color: #00bc9c;
    text-decoration: none;
}

.twitter:hover {
    color: #2fbbed;
    text-decoration: none;
}

.facebook:hover {
    color: #4668b3;
    text-decoration: none;
}

.dribble:hover {
    color: #eb6397;
    text-decoration: none;
}

.behance:hover {
    color: #3079ff;
    text-decoration: none;
}

.pinterest:hover {
    color: #d94348;
    text-decoration: none;
}

.g-plus:hover {
    color: #de5745;
    text-decoration: none;
}

.the-icons {
    display: inline-block;
    margin: 0 10px;
}

.i-name {
    margin: 0 3px;
}

/*NAVBAR*/


.navbar {
    padding: 0 !important;
}

.navbar-brand img {
    height: 50px;
    padding-left: 20px;
}

.nav-item a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #506a85 !important;
    margin: 0 15px;
}


#demo-2 input[type=search] {
    background: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    width: 40px;
    color: transparent;
    cursor: pointer;
    border: 0px;
    border-radius: 50px;
}


#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #e8e8e8;
    border-color: #e8e8e8;
    background-color: #fff;
    cursor: auto;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.nav-item a:hover {
    color: #00bc9c !important;
}


/*BANNER*/

#banner {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;

}


.banner-text h1 {
    font-size: 2.5rem;
    margin: 20% 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 2.5px;
    color: #e8e8e8;
}

.banner-text p {
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #a3b1bf;
}

.btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bolder;
    font-size: 18px !important;
    color: #e8e8e8 !important;
    background-color: #00bc9c !important;
    /*    width: 200px;*/
}

/*FEATURES*/
#features {
    padding: 10% 5%;
}

#features h1,
#features h4 {
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    color: #506a85;
    margin-bottom: 20px;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #73879c;
    margin-bottom: 100px;
}

.f-img img {
    padding-bottom: 140px !important;
}

#features p {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #73879c;
}

/*WORK*/

#work {
    background-color: #f2f5f7;
    padding: 10% 5%;
}

#work h1 {
    font-family: 'Lato', sans-serif;
    color: #506a85;
    margin-bottom: 20px;
}

#work p {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #73879c;
}

.card-effect {
    display: block;
    width: 100%;
    height: 100%;
}

.card-img-top:hover .card-hover {
    opacity: 1;
}

card-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 96%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: #00bc9c;
}

.plus {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
}

/*CONTACT*/

#contact {
    padding: 10% 5%;
}

#contact h1 {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    color: #506a85;
    margin-bottom: 20px;
    text-align: center;
}

#contact p {
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #73879c;
}


/*FOOTER*/

#footer {
    background-color: #2f4052;
    padding: 10% 5% 5%;
}

#footer h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #e8e8e8;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.logo-white {
    margin-bottom: 20px;
}

#footer p {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    color: #a3b1bf;
    font-size: 15px;
}

#footer a {
    font-weight: bold;
    color: #a3b1bf;
    text-decoration: none;
}

#footer a:hover {
    color: #00bc9c;
}

.footer-work {
    margin: 2px 0px;
}

.contact-info {
    position: relative;
    color: #a3b1bf;
    margin: 30px 0px 0px 0;
    left: -15px;
}

.contact-info-hover:hover {
    color: #00bc9c;
    cursor: pointer;
}

.the-icons {
    margin-top: 10px;
}

.form {
    background-color: rgb(255, 255, 255, 0.15);
    padding: 10px 5px;
    border-radius: 5px;
    width: 295px;
}

.form input[type=text] {
    border: none;
    width: 175px;
    background-color: rgb(255, 255, 255, 0);

}

::-webkit-input-placeholder {
    color: #a3b1bf;
}

:-ms-input-placeholder {
    color: #a3b1bf;
}

::placeholder {
    color: #a3b1bf;
}

#footer button {

    background-color: #00bc9c;
    color: #e8e8e8;
    font-weight: bold;
    font-size: 13px;
    width: 100px;
    padding: 5px 0;
    border-radius: 5px;
    border: none;
}

/*COPYRIGHT*/

#copyright {
    background-color: #283645;
    padding: 5% 5% 3%;
}

#copyright p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #707e8c;
}

#copyright a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #707e8c;
    text-decoration: none;
    margin: 0 5px;
}

#copyright a:hover {
    color: #00bc9c;
}
