@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');

@font-face {
    font-family: CardenioModern;
    src: url("fonts/CardenioModern-Regular.otf") format("opentype");
}

@font-face {
    font-family: ThirstyScript;
    font-weight: bold;
    src: url("fonts/ThirstyScriptExtraBold.otf") format("opentype");
}

/*
    =============================================================================================
    Elements
    =============================================================================================
*/

html {
    margin: 0;
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 1.8em;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

hr {
    border-top: 1px solid #c5c5c5;
    padding: 5px auto;
    width: 98%;
}

h1 { 
    font-size: 3.5rem;
    font-family: 'ThirstyScript', sans-serif;
    font-weight: 500;
}

h2 { 
    font-size: 2.8rem; 
    font-family: 'CardenioModern', sans-serif;
    line-height: 1.25; 
    letter-spacing: -.1rem; 
    font-weight: 600;
    color: #000000;

}

h3 { 
    font-size: 2.1rem; 
    font-family: 'ThirstyScript', sans-serif;
    font-weight: 100;
    color: #000000;
}

h4 { 
    font-size: 2.6rem; 
    font-family: 'ThirstyScript', sans-serif;
    line-height: 1.35; 
    letter-spacing: -.08rem; 
}

h5 { 
    font-size: 2.4rem; 
    font-family: 'Ubuntu', sans-serif; 
    line-height: 1.5; 
    letter-spacing: -.05rem; 
}

h6 { 
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
  
  /* Larger than phablet */
  @media (min-width: 500px) {
    h1 { font-size: 3.2rem; } 
    h2 { font-size: 3.0rem; }
    h3 { font-size: 2.0rem; }
    h4 { font-size: 2.6rem; }
    h5 { font-size: 2.0rem; }
    h6 { font-size: 2.3rem; }
  }

.fl-module-content h2 {
	font-size: 3.6rem;
}
  
p {
    margin-top: 0; 
    font-size: 1.8rem;
}

.bold {
    font-weight: 700;
}

a {
    text-decoration: none;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #595959;
}

#content-mobile {display: none;}

@media screen and (max-width: 600px) {

	#content-desktop {display: none;}
	#content-mobile {display: block;}
}

.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.main-section {
    min-height: calc(100vh - 50px);
}

/*
    =============================================================================================
    Navigation
    =============================================================================================
*/

.species-scroller {
    overflow: auto;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {

	.species-scroller {
        display: flex; 
        justify-content: space-between;
    }
}

.species-scroller li {
    display: inline-block;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
}

.species-scroller a {
    color: white;
}

.customize-support .navbar-tsp {
    top: 32px;
}

.customize-support .navbar {
    top: 32px;
}

.search-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.overlay-content {
    border-radius: 5px;
    text-align: center;
    color: white;
}

.overlay-content .search-form {
    border: 3px solid #ffffff;
    height: 40px;
}

.overlay-content .search-field {
    color: #ffffff;
}


/*
    =============================================================================================
    Header Image
    =============================================================================================
*/

.page-header {
    background-color: #000000;
}

.page-header-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-overlay {
    width: 100%;
    height: 100%;
}

.page-header-title {
    width: 100%;
	padding-top: 80px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.birdemon-page .page-header-title {
    width: 100%;
	padding-top: 140px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.page-header-subtitle {
    width: 100%;
    padding: 0 30px;
    text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.page-header-button {
    text-align: center;
}

@media screen and (max-width: 349px) {

    .page-header-title {
		padding-top: 85px;
        font-size: 3.3rem;
    }
}

@media screen and (min-width: 768px) {
    
    .page-header-img {
        width: 100%;
        height: 600px;
        overflow: hidden;
        background-size: cover;
        text-align: center;
    }
    
    .page-header-title {
        height: 300px;
        padding-top: 245px;
    }

    .page-header-subtitle {
        height: 20px;
        font-size: 2.0rem;
    }

    .birdemon-page .page-header-title {
        padding-top: 250px;
    }
}

/*
    =============================================================================================
    Carousel
    =============================================================================================
*/

.carousel {
    background: #000000;
    height: calc(100vh - 50px);
}

.carousel-item {
    height: calc(100vh - 50px);
}

.carousel-image {
    height: 60vh;
    width: 100%;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-content {
	text-align: center;
    padding: 1.0rem;
}

.carousel-content a {
	color: #FFFFFF;
}

.carousel-content p {
    font-weight: 400;
    font-size: 1.7rem;
    margin-bottom: 0;
    color: #ffffff;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .carousel .carousel-item {
        height: calc(100vh - 50px);
        width: 100%;
        overflow: hidden;
    }

    .carousel-image {
        height: calc(100vh - 50px);
    }
    
    .carousel-content h1 {
        font-weight: 200;
        font-size: 4.0rem;
        text-shadow: 2px 2px 2px #292929;
    }

    .carousel-content p {
        font-weight: 600;
        font-style: italic;
        font-size: 3.5rem;
		color: #FFFFFF;
        text-shadow: 2px 2px 2px #292929;
    }

    .carousel-center {
        text-align: center;
    }

    .carousel-right {
        text-align: right;
    }

    .carousel-left {
        text-align: left;
    }

    .carousel-btn {
        font-size: 2.0rem;
        font-weight: 300;
        padding: 6px 10px;
        border-radius: 10px;
        text-shadow: none;
        border: 2px solid #FFFFFF; 
        color: #FFFFFF; 
    }
    
    .carousel-btn:hover { 
        background: #78bf44; 
        border: 2px solid #78bf44; 
        color: #FFFFFF !important; 
    }
}

.carousel .carousel-item img {
    min-height: 100%;
    min-width: 100%;
    opacity: 0.9;
}

.carousel-item a {
    margin: 0;
    padding: 0;
}

.carousel-text {
    padding: 10px 0;
	background: rgba(39, 39, 39, 0.5);
}

.carousel-btn {
    font-size: 1.0rem;
    font-weight: 300;
    padding: 6px 10px;
    border-radius: 10px;
    text-shadow: none;
    border: 2px solid #FFFFFF; 
    color: #FFFFFF; 
}

.carousel-btn:hover { 
    background: #78bf44; 
    border: 2px solid #78bf44; 
    color: #FFFFFF !important; 
}

/*
    =============================================================================================
    Header Video
    =============================================================================================
*/

.page-header-video {
    height: calc(100vh - 120px);
    width: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-header-video {
        height: calc(100vh - 80px);
    }
}    

.page-header-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.video-header-text {
    width: 100%;
    z-index: 10;
}

/*
    =============================================================================================
    Page Elements
    =============================================================================================
*/

.no-show {
    display: none;
}


/*
    =============================================================================================
    Single Post Page
    =============================================================================================
*/

.birdemon-arrows {
    font-size: 5.0rem; 
    font-family: Nata Sans, sans-serif;
}

.birdemon-card {
    text-align: left; 
    margin-top: 1vh; 
	border: 1px solid #292929;
    border-radius: 1.0rem;
}

.birdemon-top {
	display: flex;
	flex-direction: row;
	padding-left: 1.5rem;
	align-items: center;
}

.birdemon-habitat {
	border: 1px solid #292929;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #d3d3d3;
	height: 100px;
	width: 90px;
	border-top: 0;
	text-align: center;
	padding-top: 1.5rem;
}

.birdemon-title {
	flex-grow: 4;
	margin-left: 0.5rem; 
	border: 1px solid #000000;
	border-right: 0;
	text-align: center;
	padding: 5px;
}

.birdemon-pic {
    margin-top: 0.5rem;
	width: 100%; 
    height: 35vh;  
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: cover;
}

.birdemon-description {
	margin-top: 0.6rem;
	padding: 2.0rem 1.5rem 1.5rem 1.5rem;
}

.birdemon-description p {
	font-family: 'CardenioModern', sans-serif;
	font-size: 2.3rem;
	line-height: 1.0;
}

.birdemon-map {
	width: 100%;
	min-height: 50px;
	padding: 0.5rem;

}

@media screen and (min-width: 768px) {
	
	.birdemon-arrows {
		display: inline-block;
		vertical-align: top;
		margin-top: 20vh;
		font-size: 20rem; 
	}
	
	.birdemon-card {
		display: inline-block;
		width: calc(85vh * 0.6);
		margin-top: 2vh;
	}
	
	.birdemon-habitat {
		width: 100px;
	}
	
	.birdemon-pic {
		height: 40vh;  

	}
	
}

/*
    =============================================================================================
    By Date Page
    =============================================================================================
*/

.monthly-archive {
    text-align: center;
}

.bydate-card {
    display: inline-block; 
    text-align: center; 
    vertical-align: top; 
}

.month-pagination {
    padding-bottom: 3.0rem;
}

.month-pagination {
    font-family: 'ThirstyScript', sans-serif;
    font-size: 1.8rem;
}

.month-pagination .page-numbers {
    padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {

    .bydate-card {
        width: 200px
    }

    .month-pagination {
        font-size: 2.5rem;
    }
}

/*
    =============================================================================================
    Search Form
    =============================================================================================
*/

.search-form {
    width: 250px;
    height: 44px;
    margin-top: 0.5rem;
    margin-left: 80px;
    border: 3px solid #292929;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.search-field {
    all: unset;
    color: #292929;
    height: 100%;
    width: 200px;
    padding: 6px 0 6px 10px;
}

@media screen and (min-width: 768px) {

    .search-form {
        margin: 0.5rem auto;
        width: 300px;
    }

    .search-field {
        width: 250px;
    }

}

.btn-search {
    all: unset;
    cursor: pointer;
    width: 50px;
    height: 44px;
    text-align: center;
}

.search-container {
    margin: 0 auto;
    padding: 0;
    width: 300px;
}

.search-page-title {
    padding: 0;
    width: 300px;
    text-align: left;
}

/*
    =============================================================================================
    Footer
    =============================================================================================
*/

.footer {
    margin-top: 50px;
    padding: 10px;
    width: 100%;
}

.footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.footer-title {
    width: 100%;
}

.footer-left a {
    color: #dfdfdf !important;
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
}

.footer-center {
    margin: 0;
    padding: 5px;
    text-align: center;
}

.footer-center ul {
    list-style-type: none;
    padding: 0;
}

.footer-right {
    margin: 0;
    padding: 5px;
    height: 100%;
    text-align: center;
}

.footer-right ul {
    list-style-type: none;
    padding: 0;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.sub-footer {
    background-color: #292929;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px !important;
    }
  }