body{
    font-family: 'Poppins', sans-serif;
    color: #9c9c9c;
    max-width: 100%;
    overflow-x: hidden;
}

iframe{
    width: 100%;
    border: 0;
    height: 100vh;
    box-shadow: 0;
}

.image{
    width: 100%;
    height: 25em;
    object-fit: cover;
    border-radius: 20px;
}

h1, h2, h3{
    color: #13122c;
    font-weight: bold;
}

b{
    color: #13122c;
    font-size: 1.2em;
    font-weight: heavy;
}

.btn{
    border: 0;
    background: #f8fafc;
    border-radius:  20px;
	white-space:normal !important;
    word-wrap: break-word;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #248fc6;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus{
    background: #83bc2c;
}

.btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:focus{
    background: #13122c;
}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(51,51,51,0);
    z-index: 9;
}

.navbar.dark{
    background: rgba(19, 18, 44, 1);
}

.nav-group{
    background: rgba(255,255,255,0.5);
    padding: 7.5px;
    border-radius: 15px;
    color: white;
    margin-left: 1em;
    margin-bottom: 1em;
	line-height: 3em;
}

.fa-star{
    color: gold;
    font-size: 1.1em;
}

.pagination{
    width: 100%;
    overflow-x: scroll;
}

.navbar-brand img{
    height: 4em;
}

.nav-group .nav-item, .nav-group .nav-link{
    color: white;
    display: inline-block;
}

.nav-item .search, .nav-item .search:focus{
    color: #13122c;
    background: transparent;
    border: 0;
    outline: none;
}

.nav-item .search::placeholder{
    color: white;
}

.nav-search{
    background: transparent;
    border: 0;
}

.login{
    background: #13122c;
}

.banner{
    width: 100%;
    background: 
    linear-gradient(
        rgb(19, 18, 44, 0.7), 
        rgb(19, 18, 44, 0.7)
    ),url(/images/DontTravelEmpty.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner .content{
    padding: 10em 2em 10em 2em;
}

.banner .quote{
    max-width: 400px;
    display: inline-block;
}

.quote-body{
    background: white;
    padding: 1.5em;
    border-radius: 7px;
}

.banner .confirmation{
    max-width: 250px;
    display: inline-block;
    vertical-align: bottom;
}

.card-header{
	background: rgba(19, 18, 44, 1);
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

.card-count-4{
	column-count: 4;
}

.banner .confirmation h1, .banner .confirmation h2, .banner .confirmation h3{
    color: white;
}

.confirmation-body{
    background: #13122c;
    color: white;
    padding: 1.5em;
    border-radius: 7px;
}

.dark{
    color:  white;
      display: flex;
      align-items: center;
      justify-content: center;
}

.dark h1{
    color: #248fc6;
}

.dark h2, .dark h3, .dark b{
    color:  #83bc2c;
}

.content{
    padding: 3em 7em;
}

.article{
    border-radius: 15px 15px 7px 7px;
    box-shadow: 1px 1px 45px #bbb;
    border: 1px solid #e2e2e2;
    background: white;
    margin-bottom: 2em;
    word-wrap: break-word;
}

.article img{
        border-radius: 15px 15px 0px 0px;

}

.article .body{
    padding: 1em;
}

form{
    margin: 0;
}

.muted{
    font-size: 0.9em;
}

.list-group{
     flex-direction: row;
 }

 .search_form{
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 1em;
 }

 .search_form input, .search_form .btn{
    border-radius: 20px;
 }

.footer-links{
    list-style-type: none;
}

.footer-links li{
    margin-right: 1em;
}

footer{
    padding: 0 7em 1em 7em;
}

footer a{
    color: #9c9c9c;
}

ul.sitemap li{
    padding: 0.5em;
}

@media only screen and (max-width: 1000px) {
    .navbar{
        background: #13122c;
    }

	.card-count-3{
		column-count: 4;
	}

    .navbar-brand{
        width: 75%;
    }

    .navbar-brand img{
        height: 5em;
        width: 100%;
        object-fit: contain;
    }

    .navbar-collapse.show, .navbar-collapse.collapsing{
        background: #13122c;
        padding: 1em;
    }
    .nav-group .nav-item{
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    .banner{
        background-attachment: initial;
        padding: 10em 2em;
    }

	.card-count-4{
		column-count: 2;
	}

    .banner .quote{
        max-width: 100vw;
    }

    .banner .confirmation{
        margin-top: 1em;
        max-width: 100%;
        width: 100%;
    }

    .content{
        padding: 2em;
        text-align: center;
    }

    .footer-links{
        flex-direction: column;
    }

    .footer-links li{
        margin-right: inherit;
    }

    footer{
        text-align: center;
        padding: 1em;
    }

    footer .text-right{
        text-align: center!important;
    }
}
