@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root{
  --primary: #1a4189;
  --primaryDark: #143167;
  --primaryMed: #219ebc;
  --primaryLt: #8ecae6;
  --primaryBg: #dde3ef;
  --secondary: #DC902C;
  --secondaryDark: #ba7418;
  --secondaryLt: #f4b768;
  --secondaryBg: #f6eee3;
  --tertiary: #342a21;
  --quartary: #af7a6d;
  --quintary: #7cbf1d;
  --text: #222222;
  --mainFont: "Quicksand", sans-serif;
  --headingFont: "Quicksand", sans-serif;
}



body {
    font-family: var(--mainFont);
    overflow: hidden;
    overflow-y: scroll;
    font-size: 17px;
    color: var(--text);
}

p {
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

a {
  color: var(--primary);
}

.zoom:hover,
.zoom:focus {
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
}

.primaryBg {
  background: var(--primaryBg);
}

.secondaryBg {
  background: var(--secondaryBg);
}

/*#############################
# HEADER STYLES
##############################*/

header {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(143,161,195,1) 20%, rgba(255,255,255,1) 60%);
  font-weight: 700;
}

.header-col {
    width: 100%;
}

.page-hero img {
    height:450px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
}

.dropdown-item i {
  width: 24px;
  text-align: center;
}

/*#############################
# BODY STYLES
##############################*/

.homepage-trip-planner{
  background: var(--primary);
  color: #FFFFFF;
}

.home-parallax {
    width: 100%;
    position: relative;
    color: #FFFFFF;
}

.home-honor {
  border: 4px solid #DC902C;
  border-radius: 10px;
  padding: 15px;
  background: #FFFFFF;
}

.parallax-inline-image {
    background-attachment: fixed;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: #555555;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}

.parallax-content {
  position: relative;
  z-index: 2;
}

/*#############################
# BOOTSTRAP OVERRIDE STYLES
##############################*/

.btn {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

/*#############################
# LISTING STYLES
##############################*/

.listing-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 0 0 20px #999999;
}

.listing-logo {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: -20px;
  height: 100px;
  width: 100px;
  padding: 2px;
  background: #e8e8e8;
  border-radius: 50%;
  border: 5px solid rgba(26, 65, 137, 0.5);
  /*box-shadow: 0 0 10px #999999;*/
  overflow: hidden;
}

.listing-logo-lg {
  height: 160px;
  width: 160px;
  padding: 2px;
  background: #e8e8e8;
  border-radius: 50%;
  margin-left: 10px;
  border: 5px solid rgba(26, 65, 137, 0.5);
  /*box-shadow: 0 0 10px #999999;*/
  overflow: hidden;
}

.listing-logo-mid {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -20px;
  height: 100px;
  width: 100px;
  padding: 2px;
  background: #e8e8e8;
  border-radius: 50%;
  border: 5px solid rgba(26, 65, 137, 0.5);
  /*box-shadow: 0 0 10px #999999;*/
  overflow: hidden;
}

.listing-logo img,
.listing-logo-lg img,
.listing-logo-mid img {
  object-fit: contain;
}

.listing-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.listing-image img {
    height:230px;
    width: 100%;
    object-fit: cover;
}

.listing-hed {
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2em;
  padding: 5px 15px;
}

.listing-desc {
  font-weight: 400;
  font-size: 0.9em;
  padding: 15px;
  margin-bottom: 45px;
}


.home-listing-box {
  margin: 50px auto 20px auto;
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 0 0 20px #999999;
}

.home-listing-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.home-listing-image img {
    height:230px;
    width: 100%;
    object-fit: cover;
}

.home-listing-hed {
  display: block;
  width: 100%;
  position: absolute;
  min-height: 40px;
  bottom: 0;
  left: 0;
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 1.2em;
}


/*#############################
# MY TRIP STYLES
##############################*/

.home-show-hed {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 700;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 1.2em;
}

.home-show-preview {
  width: 100%;
  height: 265px;
  background-color: #CCCCCC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-show-header {
	display: block;
	padding: 8px 5px;
	background: #194fb3;
	color: #FFFFFF;
	font-weight: bold;
}

.home-show-pinned {
	display: block;
	padding: 8px 5px;
	background: #2d0b5c;
	color: #FFFFFF;
	font-weight: bold;
}

.home-show-cta {
	font-size: 1.2em;
	display: block;
	background: #194fb3;
	padding: 10px;
}

.mytripdates {
	background: #D4CCCB;
	padding: 10px 0 5px 0;
	color: #000000;
	margin-bottom: 50px;
}

.listing-grid-link,
.listing-grid-link:hover {
	text-decoration: none;
	color: #1a4189;
}

.listing-grid-link:hover {

}

.listing-grid-card {
	width: 100%;
	height: 225px;
	overflow:hidden;
	margin-bottom: 20px;
	font-size: 14px;
}

.listing-grid-card:hover {
	-webkit-filter: drop-shadow(0 0 5px #1a4189);
	filter: drop-shadow(0 0 5px #1a4189);
}

.listing-grid-img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.listing-preview-logo {
	max-height: 200px;
	width: auto !important;
	-webkit-filter: 
			drop-shadow(3px 3px 3px #222222) drop-shadow(0 0 5px #FFFFFF) drop-shadow(0 0 7px #FFFFFF);
		filter: 
			drop-shadow(3px 3px 3px #222222) drop-shadow(0 0 5px #FFFFFF) drop-shadow(0 0 7px #FFFFFF);
}

.listing-inline-logo {
    max-height: 120px;
	max-width: 150px;
    float: right;
	margin-left: 10px;
}

.listing-grid-card .card-header {
	font-size: 1.3em;
	font-weight: bold;
}


.custom-card {
  border: solid 2px #FFFFFF;
  margin-bottom: 50px;
  border-radius: .25rem;
  color: #FFFFFF;
  background: #111111;
}

.custom-card-white {
  border: solid 2px #CCCCCC;
  margin: 50px auto;
  border-radius: .25rem;
  color: #000000;
  background: #FFFFFF;
}

.custom-card-pmt {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	max-width: 625px;
	margin: 50px auto;
	border-radius: 1rem;
	color: #000000;
	background: #eaf1ff;
}
.custom-card-pmt .card-header {
	color: #FFFFFF;
	background: #194fb3;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.custom-card .card {
  background: #333333;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

.custom-card .card-header {
  color: #0e0834;
  background: #CCCCCC;
}

.custom-card .table {
  background: #FFFFFF;
}


/*#############################
# ARTICLE STYLES
##############################*/

.article-card {
    text-decoration: none;
    min-height: 340px;
}

.article-card img {
    height: 225px;
    width: auto;
    object-fit: cover;
}

.article-card h4 {
    font-size: 20px;
    color: var(--primary);
}


/*#############################
# FOOTER STYLES
##############################*/

footer {
    position: relative;
    padding: 50px 0;
    color: #FFFFFF;
    background-color: var(--primary);
    font-size: 14px;
}

footer a {
    color: #FFFFCC;
    text-decoration: none;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

footer .social-list {
    margin-bottom: 30px;
}

.footer-logo {
	display: inline-block;
  	max-width: 200px;
  	height: auto;
}

.social-list {
    position: relative;
    padding: 0;
    text-align: center;
}

.social-list li {
    display: inline-block;
    list-style: none;
}

.social-list li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--secondary);
    border-radius: 50%;
}

.btn-primary {
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: var(--primaryDark);
    --bs-btn-hover-border-color: var(--primaryDark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
}


/*#############################
# RESPONSIVE 
##############################*/

@media (min-width: 576px) {
    .header-col {
        width: 33%;
    }
}
