*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Mono', monospace;
}

.smNav {
    height: 180px;
    background-color: #ebf3aa;
    position: relative;
    color: brown;
}

.smNav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 1em;
}

.top-nav {
    width: 70%;
}

.top-nav-text {
    line-height: 25px;
}

.top-text, .bottom-text {
    font-weight: 500;
}

.mainNav ul li a {
    color: red;
    font-weight: bold;
    font-size: .95rem;
    font-weight: 400;
    margin: 0;
    padding: 0.5em 1em;
}

.mainNav ul li a:hover {
    background: rgba(240, 229, 229, 0.298);
}

.imgContainer {
    width: 100%;
    padding: 0;
    position: relative;
}

.img1 {
    background-image: url("/images/1.jpg");
    height: 85%;
    background-size: cover;
}

.mainTxt {
    font-size: 30px;
    line-height: 36px;
}

a {
    text-decoration: none;
}

.cardContainer img {
    background-size: cover;
}

.card {
    border: none;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}

.cta_item_content h3 {
    font-size: 34px;
    line-break: 38px;
}

.cta_item_content p {
    font-size: 23px;
    line-break: 38px;
    max-width: 800px;
}

.cta_item_content a {
    background-color: rgba(51,51,51,.3);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.24px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 1.228em 2em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
}

.cta_item_content a:hover {
    background-color: rgba(0,0,0,.4);
}

.footer {
    width: 100%;
    background: #ebf3aa;
    color: brown;
    min-height: 270px;
    padding: 2em 1em 0 2em;
    bottom: 0;
}

.footer .container {
    font-size: 18px;
}

.nav h2 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}

.nav ul li {
    list-style: none;
}

.nav ul li a{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    color: brown;
}

.nav ul li a:hover {
    color: hsla(0,0%,100%,.8);
}

.signNewsletter {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.24px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 1.228em 2em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
}

.terms {
    color: hsla(0,0%,100%,.5);
    display: inline-block;
    font-size: 12px;
}

.terms a {
    margin: 0 5px;
    color: hsla(0,0%,100%,.5);
}

.terms a:hover {
    color: hsla(0,0%,100%,.8);
}

.socialIcons a {
  padding: 20px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.topics-body {
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
}

.topics-header {
    background-color: #0084b4;
    margin: 0;
    padding: 0;
}

.topics-header-content {
    margin: 0 auto;
    max-width: 1240px;
    padding: 4.8611% 0;
}

.topics-header-content p {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 65px;
}

.topics {
    margin: 0 auto;
    max-width: 1240px;
}

.topics p {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 46px;
}

.topics-heading {
    min-height: 4rem;
    background-color: #f2f2f2;
}

.topics-heading a{
    font-size: 1.5rem;
}

.post-img-container {
    height: 650px;
}

.post-img {
    background-color: rgba(0, 0, 0, .4);
    background-image: url('/images/post-header.jpg');
    background-size: cover;
    height: 100%;
}

.post-second-img {
    width: 75%;
}

.post-second-img em {
    font-size: .7rem;
}

.tags {
    font-size: .7em !important;
}

.tag-links {
    font-size: .9rem;
}

.topic-title {
    color: #00abf1;
}

.mng-pic {
    max-height: 190px;
}

.projects img {
    height: 170px;
}

.pr-name {
    font-size: 4em;
}

.gallery img {
    height: 200px;
    max-width: 100%;
    cursor: pointer;
}

#showImgBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
}

.closeImg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    cursor: pointer;
}

.comm-img img{
    width: 300px;
    height: 300px;
}

.home-carousel img{
    max-height: 800px;
}

/* USER LIST TABLE */
.user-list tbody td > img {
    position: relative;
	max-width: 50px;
	float: left;
	margin-right: 15px;
}
.user-list tbody td .user-link {
	display: block;
	font-size: 1.25em;
	padding-top: 3px;
}
.user-list tbody td .user-subhead {
	font-size: 0.875em;
	font-style: italic;
}

/* TABLES */
.members-table {
    border-collapse: separate;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #eee;
}
.members-table thead > tr > th {
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 0;
}
.members-table tbody > tr > td {
	font-size: 0.875em;
	background: #f5f5f5;
	border-top: 10px solid #fff;
	vertical-align: middle;
	padding: 12px 8px;
}
.members-table tbody > tr > td:first-child,
.members-table thead > tr > th:first-child {
	padding-left: 20px;
}
.table thead > tr > th span {
	border-bottom: 2px solid #C2C2C2;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.members-table thead > tr > th > a span {
	color: #344644;
}
.members-table thead > tr > th > a span:after {
	content: "\f0dc";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-left: 5px;
	font-size: 0.75em;
}
.members-table thead > tr > th > a.asc span:after {
	content: "\f0dd";
}
.members-table thead > tr > th > a.desc span:after {
	content: "\f0de";
}
.members-table thead > tr > th > a:hover span {
	text-decoration: none;
	color: #2bb6a3;
	border-color: #2bb6a3;
}
.table.table-hover tbody > tr > td {
	-webkit-transition: background-color 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s;
}
.members-table tbody tr td .call-type {
	display: block;
	font-size: 0.75em;
	text-align: center;
}
.members-table tbody tr td .first-line {
	line-height: 1.5;
	font-weight: 400;
	font-size: 1.125em;
}
.members-table tbody tr td .first-line span {
	font-size: 0.875em;
	color: #969696;
	font-weight: 300;
}
.members-table tbody tr td .second-line {
	font-size: 0.875em;
	line-height: 1.2;
}
.members-table a.table-link {
	margin: 0 5px;
	font-size: 1.125em;
}
.members-table a.table-link:hover {
	text-decoration: none;
	color: #2aa493;
}
.members-table a.table-link.danger {
	color: #fe635f;
}
.members-table a.table-link.danger:hover {
	color: #dd504c;
}

.table-products tbody > tr > td {
	background: none;
	border: none;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: background-color 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s;
	position: relative;
}
.table-products tbody > tr:hover > td {
	text-decoration: none;
	background-color: #f6f6f6;
}
.table-products .name {
	display: block;
	font-weight: 600;
	padding-bottom: 7px;
}
.table-products .price {
	display: block;
	text-decoration: none;
	width: 50%;
	float: left;
	font-size: 0.875em;
}
.table-products .price > i {
	color: #8dc859;
}
.table-products .warranty {
	display: block;
	text-decoration: none;
	width: 50%;
	float: left;
	font-size: 0.875em;
}
.table-products .warranty > i {
	color: #f1c40f;
}
.members-table tbody > tr.table-line-fb > td {
	background-color: #9daccb;
	color: #262525;
}
.members-table tbody > tr.table-line-twitter > td {
	background-color: #9fccff;
	color: #262525;
}
.members-table tbody > tr.table-line-plus > td {
	background-color: #eea59c;
	color: #262525;
}
.table-stats .status-social-icon {
	font-size: 1.9em;
	vertical-align: bottom;
}
.table-stats .table-line-fb .status-social-icon {
	color: #556484;
}
.table-stats .table-line-twitter .status-social-icon {
	color: #5885b8;
}
.table-stats .table-line-plus .status-social-icon {
	color: #a75d54;
}

.w-lg-75 {
    width: 50%;
}

.bdrh {
    max-width: 790px;
}

.social-links ul li a{
    color: brown;
}

@media screen and (max-width: 1350px) {
    .mainNav ul li a {
        font-size: .9em;
    }

    .footer .container {
        font-size: 15px;
    }

    .topics-header-content p {
        font-size: 2.7rem;
    }

    .topics p {
        font-size: 1.3rem;
    }

    .topics-heading a{
        font-size: 1.2rem;
    }

    .post-img-container {
        height: 500px;
    }

    .post-second-img em {
        font-size: .6rem;
    }

    .top-text, .mid-text, .bottom-text {
        font-size: 1.2em;
    }


}

@media screen and (max-width: 1000px) {
    .top-nav {
        width: 90%;
    }
    .top-text, .mid-text, .bottom-text {
        font-size: 1.2em !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }
}

@media screen and (max-width: 790px) {
    .top-text, .mid-text, .bottom-text {
        font-size: 1.1em !important;
    }
}

@media screen and (max-width: 715px) {
    .cta_item_content h3 {
        font-size: 28px;
    }

    .cta_item_content p {
        font-size: 20px;
    }

    .topics-header-content p {
        font-size: 2.2rem;
    }

    .topics p {
        font-size: 1.6rem;
    }

    .topics-heading a{
        font-size: 1.2rem;
    }

    .post-img-container {
        height: 300px;
    }

    .page-title {
        font-size: .9rem !important;
    }

    .date {
        font-size: .8rem !important;
    }

    .post-second-img {
        width: 100%;
    }

    .post-second-img em {
        font-size: .5rem;
    }

    .pr-name {
        font-size: 3em;
    }

    .top-nav {
        width: 100%;
    }

    .top-text, .mid-text, .bottom-text {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 560px) {
    .imgTxtHeading {
        font-size: 1.2rem !important;
    }

    .cta_item_content h3 {
        font-size: 20px;
    }

    .cta_item_content p {
        font-size: 16px;
    }

    .topics-header-content p {
        font-size: 1.9rem;
    }

    .topics p {
        font-size: 1.4rem;
    }

    .topics-heading a{
        font-size: 1rem;
    }

    .post-title {
        font-size: 1.2rem !important;
    }

    .pr-name {
        font-size: 2em;
    }

    .top-text, .mid-text, .bottom-text {
        font-size: .9em !important;
    }
}

@media screen and (max-width: 450px) {
    .top-nav {
        height: auto !important;
    }

    .top-text, .mid-text, .bottom-text {
        font-size: .8em !important;
    }

    .searchbtn {
        width: 80%;
    }
}
