body > div {
    font-size: 0.875rem;
}
body {
    background-color: #fff;
    color: #626262;
    font-family: "Poppins",sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171c24;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -1px;
    line-height: 1.16;
    margin-bottom: 12px;
}
h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.14;
    margin-bottom: 0.625rem;
}
h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 8px;
}
h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 7px;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 4px;
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

a {
    color: #000;
    text-decoration: none;

}
a:focus, a:hover {
    color: #0db0ee;
    text-decoration: none;
}
.navbar-brand {
    padding-top: 0.25rem;
}
.navbar-brand > a {
    color: #232525;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
#masthead .navbar-nav > li a {
    border-bottom-width: 0;
    color: #232525;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 10px;
    text-transform: uppercase;
}
#masthead .navbar-nav > li > a:focus, #masthead .navbar-nav > li > a:hover {
    color: #00c2e5 !important;
}
div#page-sub-header h1 {
    font-family: "Poppins",sans-serif;
    font-size: 62px;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: none;
}
div#page-sub-header p {
    max-width: 100%;
    font-size: 22px;
    font-size: 1.4rem;
}
.page .entry-title, .single .entry-title, .blog .entry-title {
    font-size: 33px;
    font-size: 2.063rem;
    font-weight: 600;
    letter-spacing: -1px;
}
#secondary {
    font-size: 13px;
    font-size: 0.813rem;
}
#secondary .widget-title {
    font-family: "Poppins",sans-serif;
    color: #101010;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    margin-bottom: 1.563rem;
}
#secondary ul li a{
    color:#444;
}

.entry-meta {
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    color: #a1a5ad;
}
.entry-meta a {
    color: #00c2e5;
}
.post-thumbnail {
    margin-bottom: 1.875rem;
}
.form-control {
    font-size: 1rem;
}