body {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box; //to account for the border on top
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    position: relative;
}

.bg-primary {
    background-color: var(--main-accent-color) !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 1rem 0;
}

#section-wrapper {
    box-sizing: border-box; //to account for the padding
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

#about {
    background-color: #333333;
    color: white;
    width: 100%;
    padding: 12px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-shrink {
    background-color: rgba(170, 217, 147, 0.5) !important;
    transition: 0.3s;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

/*header.masthead {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 0px;*/
/*    background-position: center center;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    background-color: black;*/
/*    max-height: 600px !important;*/
/*    min-height: auto !important;*/
/*}*/

.header-image {
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    height: 100%;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width: 768px) {
}

@media (max-width: 500px) {
    .carousel-title {
        font-size: 25px !important;
    }
}

@media (min-width: 400px) {
    .carousel-title {
        padding-left: 40px !important;
    }
    .carousel-title h2 {
        font-size: 1em;
    }
    .carousel-title h5 {
        font-size: 0.7em;
    }
}


@media (min-width: 992px) {
    header.masthead {
        min-height: 500px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
    .carousel-title {
        padding-left: 100px !important;
    }
    .carousel-title h2 {
        font-size: 2em;
    }
    .carousel-title h5 {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

#title-header {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
}

.title-header-buttons {
    height: 100%;
    width: 100%;
}

.title-header-buttons div {
    margin: 0 auto;
    margin-top: 250px;
    width: 250px;
    padding: 5px 10px;
    background-color: white;
    color: var(--main-accent-color);
    border: 2px solid var(--main-accent-color);
    text-align: left;
    border-radius: 4px;
}

#search-on-map {
    border: none;
    height: 30px;
    padding-top: 4px;
}

#search-on-map:focus {
    outline: none;
}

#search-on-map::placeholder {
    font-size: 10pt;
    font-style: italic;
}

.icon {
    font-size: 20px;
    font-weight: normal;
}

.title-header-buttons .btn {
    margin-top: 20px;
}

.login-carousel {
    margin-top: 250px !important;
}


.chart-icon-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.fish-icon {
    width: 110px !important;
    height: 110px !important;
    position: absolute;
    margin-top: 40px;
    margin-left: -55px;
}

.bullet {
    width: 130px;
    height: 130px;
    border-radius: 75px;
    border: 1px solid #000;
    position: absolute;
    margin: 0;
    display: none;
    left: 75px;
    top: 30px;

  -webkit-box-shadow:
    0 0 0 5px #ffcc00,
    inset 0 0 0 5px #ffcc00;
  -moz-box-shadow:
    0 0 0 5px #ffcc00,
    inset 0 0 0 5px #ffcc00;
  -o-box-shadow:
    0 0 0 5px #ffcc00,
    inset 0 0 0 5px #ffcc00;
  box-shadow:
    0 0 0 5px #ffcc00,
    inset 0 0 0 5px #ffcc00;
}

.carousel-item {
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease !important;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
    position: relative;
    overflow: hidden;
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: var(--main-accent-color) !important;
}

html, body {
    margin: 0;
    width: 100%;
}

.crab {
    padding: 15px 0;
}

.algae {
    padding: 10px;
}

.donut-chart {
    position: absolute !important;
}

.btn-account {
    background-color: white;
    border-radius: 4px;
    margin: 10px;
    font-weight: normal;
    color: var(--main-accent-color);
    padding: 7px 22px;
    font-size: 11pt;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    border: 2px solid var(--main-accent-color);
}

.btn-account:hover {
    color: white;
    background-color: var(--main-accent-color);
}

.section-heading-container {
    border-bottom: 1px solid var(--main-accent-color);
    padding-bottom: 0;
    margin-bottom: 25px;
}

.section-heading {
    color: var(--main-accent-color);
    font-size: 1.75em !important;
    margin-top: 0;
}

.total-data {
    padding-top: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.total-data-desc {
    font-weight: 100;
    padding-bottom: 65px;
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
}

.kartoza-icon {
    margin: auto auto;
}

.about-links {
    text-align: right;
    border-right: 1px solid #ffcc00;
}

.about-links>p {
    margin: 8px 0;
    font-size: 11pt;
    font-weight: lighter;
}

.about-links a {
    color: white !important;
}

.carousel-title {
    height: 100%;
    padding-left: 200px;
    padding-right: 200px;
    font-size: 30px;
    width: 100%;
    text-align: left;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.dashboard-data, .dashboard-row {
    justify-content: center !important;
}

.dashboard-row {
    margin-top: 20px;
}

.summary-data {
    margin-top: 30px;
    text-align: center;
    color: #263c4c;
    display: flex;
    justify-content: center;
}

.summary-data>.row {
    width: 100%;
    justify-content: center;
}

.module-numbers {
    font-weight: bold;
}

.summary-data .fa {
    font-size: 50pt;
}

.summary-data p {
    margin-top: 20px;
    font-size: 20pt;
    color: var(--main-accent-color);
}

.biodiversity-data-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn-explore-map {
    font-size: 20px;
}
.carousel-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    opacity: 0;
}

.partner-container {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-item {
    margin: auto;
}

.flex-item img {
    max-height: 200px !important;
    max-width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 400px) {
    .flex-item img {
        max-width: 400px !important;
    }
}

.custom-sections .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dis-tab{
	display:inline-block;
}
.dis-tab-cell-top{
	display:table-cell;
	vertical-align:top;
}
.dis-tab-cell-middle{
	display:table-cell;
	vertical-align:middle;
}
.dis-tab-cell-middle1{
	vertical-align:middle;
}
.dis-tab-cell{
	display:table-cell;
}
.icon-width {
    width: 60px !important;
}
.footer-font-size {
    font-size: 35px;
    color: var(--main-accent-color);
}
.footer-icon {
    margin-right: 10px;
    margin-left: 10px;
    width: 50px
}

.module-icon {
    width: 70px !important;
    position: absolute;
}

.module-name {
    margin-top: 15px;
    color: #525351;
}

.module-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.module-container > .chartjs-render-monitor {
    margin-top: -60px;
    z-index: 999;
    position: absolute;
}