h2 {
    font-size: 38px;
    font-family: Cormorant Garamond,"Open Sans","Arial",sans-serif;
}

.most-pop-articles h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 1.2em;
    text-align: center;
    font-family: Cormorant Garamond,"Open Sans","Arial",sans-serif;
}

.category-list h3 {
    color: #333;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 24px;
    font-family: Cormorant Garamond,"Open Sans","Arial",sans-serif;
}

.category-list p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-list p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.most-pop-articles .popArticles a {
    font-family: Open Sans, sans-serif;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-left: -22px;
}

.collection-category h2 {
    font-weight: 400;
    padding: 0 0 40px 0;
    text-align: center;
    margin: 0;
    padding-left: .65%;
}

.most-pop-articles {
    max-width: 900px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

p.article-count {
    color: #929073!important;
    font-weight: 800!important;
    font-family: Open Sans, sans-serif!important;
}


#docsSearch h1 {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-top: 0.4em;
    padding-bottom: 15px;
    font-family: Cormorant Garamond,"Open Sans","Arial",sans-serif;
}

#docsSearch {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 0em;
    padding: 9em 0;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://newlynamed.com/wp-content/uploads/2019/04/Newly_Named-FAQ-Hero.jpg);
}

#searchBar .search-query {
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  border: 1px solid #ffffff;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    border-color: #9e9e9e00!important;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px #9e9e9e3b!important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.025),0 0 8px rgba(82,168,236,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px #9e9e9e78!important;
}

textarea, input[type=text] {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

#searchBar button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,.2);
    background: #929073;
    border-radius: 0 5px 5px 0;
    border: 1px solid #929073;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 1.5em;
    height: 40px;
    position: absolute;
    top: 24px;
    right: -1px;
}

#searchBar button:hover {
    background: #79775f;
}

.container-fluid {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    position: relative;
}

.category-list .category {
    text-align: center;
    display: inline-block;
    width: 29%;
    border: 1px solid #e0e0e0;
    margin: 0 .8% 20px;
    padding: 1.5em 1em;
    cursor: pointer;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    vertical-align: top;
}

footer.center {
    padding-top: 50px;
}

.navbar .brand {
    line-height: 32px;
    max-width: 200px;
    text-shadow: none;
    color: #fff;
    margin-left: 0;
    padding-left: 0;
}

.navbar .nav>li>a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    padding: 20px 15px;
    font-family: open sans, sans-serif;
    font-weight: 400!important;
    color: #232323;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

/* Article body links — easier to read */
.article-body a,
.article-content a,
article a {
    color: #79775f;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.article-body a:hover,
.article-content a:hover,
article a:hover {
    color: #232323;
}
@media (max-width: 1028px){
.category-list .category {
    text-align: center;
    display: inline-block;
    width: 44%;
    border: 1px solid #e0e0e0;
    margin: 0 1% 20px;
    padding: 1.5em 1em;
    cursor: pointer;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    vertical-align: top;
}
}

@media (max-width: 768px){
.navbar .btn-navbar {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 16px;
    width: 38px;
    height: 40px;
    text-shadow: none;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#searchBar button {
    top: 18px!important;
}
.category-list h3 {
    font-size: 17px!important;
}
#docsSearch h1 {
   font-size: 32px!important;
 }
 .category-list p {
     font-size: 13px!important;
}
.collection-category h2 {
  font-size: 30px!important;
}
.category-list .category {
    text-align: center;
    display: inline-block;
    width: 27.5%;
}

.category-list .category {
    text-align: center;
    display: inline-block;
    width: 94%;
  }
  #docsSearch {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 0em;
    padding: 4em 1em;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://newlynamed.com/wp-content/uploads/2019/04/Newly_Named-FAQ-Hero.jpg);
}
}

@media (max-width: 480px) and (max-width: 768px) {
#searchBar button .icon-search {
    display: block;
    text-shadow: none;
    padding-top: 10px;
    color: #fff!important;
}
}

@media (max-width: 580px) {
.category-list .category {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
}
