/* html elements */
body{
    background-color: rgba(15, 106, 152,.05) !important;
}

* {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.alignright {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.h1, .h2, .h2, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

a{
    text-decoration: none;
}

footer a,
.start-widgets a{
    color: rgba(15, 106, 152,.8) !important
}

p{
    margin: 4px 0;
}
.border-orange{
    border-color: rgba(15, 106, 152,1) !important;
}

.text-orange{
    color: rgba(15, 106, 152,1) !important;
}

.bg-orange{
    background-color: rgba(15, 106, 152,1) !important;
}

.btn.btn-dark,
.btn.btn-primary,
.btn.btn-dark:hover,
input[type="submit"] {
    border: solid 1px rgba(15, 106, 152,1);
    background-color: rgba(15, 106, 152,1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0rem;
}

/* navbar */
nav .banner{
    width: 60px;
}
nav .navbar-nav .menu-item a {
    font-weight: bolder;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: rgba(15, 106, 152,1) !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: inherit;
}

main {
    min-height: 709px;
}

/* homepage */
/* widgets */


/* footer */
footer a {
    color: rgba(255, 255, 255, 1);
}

/* blog cards on the homepage */
.blogCard .blogCardImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.blogCard .blogCardImageContainer img {
    object-fit: cover;
}

/* google recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* contact form 7 */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-form-control-wrap textarea {
    height: 100px;
}

/* blog template */
/* pagination */
.blog-pagination span,
.blog-pagination a {
    text-decoration: none;
    border: solid 1px rgba(15, 106, 152,1);
    background-color: rgba(15, 106, 152,1);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    cursor: pointer;
}

.page-link {
    color: rgba(15, 106, 152,1);
}

.active > .page-link, .page-link.active {
    border: solid 1px rgba(15, 106, 152,1);
    background-color: rgba(15, 106, 152,1);

}






