@charset "utf-8";
/* CSS Document */

html, body {
  font-family: montserrat;
}

body {
  font-size: 0.8rem;
}

div.nav {
  white-space: nowrap;
  overflow-x: auto
}

div.nav a {
  display: inline-block;
  float: none;
}

.col-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.166666%;
  flex: 0 0 4.166666;
  max-width: 4.166666%;
}

.col-md-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.166666%;
  flex: 0 0 4.166666;
  max-width: 4.166666%;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1e4b61;
}

#weevo {
  font-weight: 600;
}

.nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: -2px
}

.navbar {
  padding: 0rem 1rem;
  border-bottom: 2px solid #f2cf56;
  background-color: #1E4B61;
}

.navbar-toggler {
  border: 0px solid transparent;
}

.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.nav-tabs>li {
  float: none;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-right: 2px;
}

.nav-tabs .nav-link {
  border: 3px;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 3px solid #1e4b61;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-bottom-color: rgba(30,75,97,0.80);
  color: rgba(30,75,97,0.80);
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-bottom: 3px solid #f2cf56;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}


h1, .h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

a {
  color: #1e4b61;
}

.btn-primary {
  background-color: #1e4b61;
  border-color: #1e4b61;
}

.btn-primary:hover {
  background-color: rgba(30,75,97,0.80);
  border-color: rgba(30,75,97,0.80);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(30,75,97,0.80);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgba(30,75,97,0.80);
  border-color: rgba(30,75,97,0.80);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30,75,97,0.80);
}

.culture-badge{
    position: absolute;
    background-color: tomato;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:3.8rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.environment-badge{
    position: absolute;
    background-color: forestgreen;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:6.1rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.issues-badge{
    position: absolute;
    background-color: dodgerblue;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:3.4rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.feature-badge{
    position: absolute;
    background-color: rebeccapurple;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:3.8rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.editorial-badge{
    position: absolute;
    background-color:#E3B953;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:4.2rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.sponsored-badge{
    position: absolute;
    background-color:seagreen;
    height:1.5rem;
    top:0.5rem;
    left:0.5rem;
    width:5.1rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 0.8rem;
    border-radius: 5%;
    color:white;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-inner > .carousel-item > picture { 
	text-align: center;
}

.carousel-caption-article p {
	color: #6c757d;
}

.carousel-caption-article-long p {
	color: #6c757d;
}
	
article p {
	font-size: .9rem;
}

#footer {
  font-size: 1.25rem;
}

.fab, .far {
  padding: 9px;
  font-size: 18px;
  width: 37px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fab:hover, .far:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.fa-envelope {
  color: white;
  background: #0078d7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #bc2a8d;
  color: white;
} 

.fa-youtube {
  background: #ff0000;
  color: white;
}

#wkwsci-logo {
	margin: -6% 0% -3% -6.5%;
}

@media screen and (min-width: 0px) {
	#weetrip-team {
		border-top: 1px solid #CCC;
		padding-top: 1rem;
	}
	#carouselPhotoSlideshow {
		background-color: #DDD;
		height: 330px;
		overflow: hidden;
		border-bottom: #DDDDDD solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article p {
		padding: 15px 15px 80px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	#carouselPhotoSlideshowLong {
		background-color: #DDD;
		height: 435px;
		overflow: hidden;
		border-bottom: #DDDDDD solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article-long p {
		padding: 15px 15px 185px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	.slideshow-photo{
		width: auto; 
		height: 215px;
		background-color: #DDD;
	}
}

@media screen and (min-width: 768px) {
	#carouselPhotoSlideshow {
		background-color: #DDD;
		height: 356.25px;
		overflow: hidden;
		border-bottom: #DDDDDD solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article p {
		padding: 15px 15px 40px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	#carouselPhotoSlideshowLong {
		background-color: #DDD;
		height: 416.25px;
		overflow: hidden;
		border-bottom: #DDDDDD solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article-long p {
		padding: 15px 15px 100px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	.slideshow-photo{
		width: auto; 
		height: 281.25px;
		background-color: #DDD;
	}
}

@media screen and (min-width: 992px) {
	#weetrip-team {
		border-left: 1px solid #CCC;
		border-top: 0px;
		padding-top: 0rem;
	}
	#carouselPhotoSlideshow {
		background-color: #DDD;
		height: 458.75px;
		overflow: hidden;
		border-bottom: #ccc solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article p {
		padding: 15px 15px 60px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	#carouselPhotoSlideshowLong {
		background-color: #DDD;
		height: 498.75px;
		overflow: hidden;
		border-bottom: #ccc solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article-long p {
		padding: 15px 15px 100px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	.slideshow-photo{
		width: auto; 
		height: 363.75px;
		background-color: #DDD;
	}
}

@media screen and (min-width: 1200px) {
	#carouselPhotoSlideshow {
		background-color: #DDD;
		height: 508.75px;
		overflow: hidden;
		border-bottom: #ccc solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article p {
		padding: 15px 15px 40px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	#carouselPhotoSlideshowLong {
		background-color: #DDD;
		height: 553.75px;
		overflow: hidden;
		border-bottom: #ccc solid thin;
		margin-bottom: 15px;
	}
	.carousel-caption-article-long p {
		padding: 15px 15px 85px 15px;
		margin-bottom: 0px;
		background-color: white;
	}
	.slideshow-photo{
		width: auto; 
		height: 438.75px;
		background-color: #DDD;
	}
}