/* ------------------------------------------------ */
/* GLOBAL TYPOGRAPHY */
/* ------------------------------------------------ */

body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#333;
line-height:1.7;
}

h1,h2,h3,h4,h5{
font-weight:600;
letter-spacing:.5px;
}

p{
font-size:15px;
color:#444;
}


/* ------------------------------------------------ */
/* HERO SECTIONS */
/* ------------------------------------------------ */

.hero-section{
min-height:320px;
padding-top:120px;
padding-bottom:80px;

background-image:url('/assets/images/Orange-Blue.jpg');
background-size:cover;
background-position:center;
background-repeat:no-repeat;

text-align:center;
}

.hero-title{
font-size:36px;
font-weight:400;
letter-spacing:1px;
}

.hero-subtitle{
font-size:14px;
margin-top:10px;
}


/* ------------------------------------------------ */
/* SECTION COLORS */
/* ------------------------------------------------ */

.section-soft{
background:#b7d0c7;
}

.section-light{
background:#f4f4f4;
}

.section-white{
background:#ffffff;
}


/* ------------------------------------------------ */
/* CONTENT WIDTH */
/* ------------------------------------------------ */

.text-narrow{
max-width:750px;
margin:auto;
}


/* ------------------------------------------------ */
/* TEAM MEMBERS */
/* ------------------------------------------------ */

.team-photo{
max-width:180px;
border:4px solid #fff;
-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
        box-shadow:0 2px 6px rgba(0,0,0,.2);
}

.team-icons{
margin-top:8px;
}

.team-icons i{
font-size:16px;
margin:0 6px;
color:#444;
cursor:pointer;
}

.team-icons i:hover{
color:#000;
}


/* ------------------------------------------------ */
/* SERVICE CARDS */
/* ------------------------------------------------ */

.service-img{
border:2px solid #fff;
-webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);
        box-shadow:0 2px 6px rgba(0,0,0,.15);
margin-bottom:15px;
}

.service-card{
text-align:center;
padding:10px;
}


/* ------------------------------------------------ */
/* BUTTON STYLE */
/* ------------------------------------------------ */

.btn-dark{
background:#111;
border:none;
padding:10px 26px;
font-size:13px;
letter-spacing:1px;
}

.btn-dark:hover{
background:#000;
}


/* ------------------------------------------------ */
/* DIVIDER LINE */
/* ------------------------------------------------ */

.section-divider{
height:1px;
background:#d7d7d7;
margin:40px 0;
}


/* ------------------------------------------------ */
/* NAVBAR STYLE */
/* ------------------------------------------------ */

.navbar{
-webkit-transition:all .3s ease;
transition:all .3s ease;
padding:18px 0;
}

.navbar.scrolled{
background:rgba(0,0,0,.85);
-webkit-backdrop-filter:blur(5px);
        backdrop-filter:blur(5px);
padding:12px 0;
}

.navbar .nav-link{
letter-spacing:1px;
margin-left:20px;
color:#fff;
}

.navbar .nav-link.active{
border:1px solid rgb(255, 255, 255);
padding:6px 14px;
}

/* BLOG */

.blog-post{
padding-bottom:25px;
border-bottom:1px solid #e5e5e5;
}

.blog-title{
font-size:18px;
font-weight:600;
}

.blog-meta{
font-size:13px;
color:#777;
}

.blog-image{
margin-top:15px;
border:1px solid #ddd;
}

.sidebar-widget{
margin-bottom:30px;
}

.sidebar-title{
font-weight:600;
margin-bottom:10px;
}

.sidebar-list{
list-style:none;
padding:0;
}

.sidebar-list li{
font-size:14px;
margin-bottom:6px;
}
/* ------------------------------------------------ */
/* MOBILE */
/* ------------------------------------------------ */

@media (max-width:991px){

.hero-title{
font-size:28px;
}

.team-photo{
max-width:140px;
}

.navbar .nav-link{
margin-left:0;
padding:10px 0;
}

}