html {
	width: 100%;
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1rem;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-size: 0.8rem;
}

a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
}

.wrapper {
	width: 100vw;
	clear: both;
}

section.s1 {
	text-align: center;
	color: #fff;
	}

section.s1 .wrapper {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
}

section.s1 h1 {
    font-weight: 400i;
    /* text-shadow: 0px 0px 5px #63471e; */
    color: black;
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: 0px;
    padding: .5rem 2rem;
    letter-spacing: .3rem;
    font-weight: 400;
    margin-top: 4rem;
}

.arrow {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-top: 90px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	position: absolute;
	margin-left: -46px;
	bottom: 30px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.design {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.design2 {
    margin-top: 7rem;
    margin-bottom: 4rem;
}

.title {
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 50px;
    max-width: 500px;
    text-align: center;
    padding-top: 50px;
    margin: 0 auto;
    font-family: 'Quattrocento Sans', sans-serif;
    font-style: italic;
}

.paragraph {
    font-family: 'Quattrocento Sans', sans-serif;
    font-style: italic;
    font-size: 1rem;
    text-align: center;
}

.paddinger {
    padding: 6rem 1rem 6rem 1rem;
}

.image {
    max-height: 700px;
}

.svg {
    max-width: 300px;
    text-align: center;
}

.form-control {
    background-color: rgba(255,255,255,0.8);
    /* padding: 1rem .75rem */
}

.btn-outline-light:hover {
    color: #B88C49;
    border-radius: 0px;
}

.btn-outline-light {
    border-radius: 0px;
    /* background-color: white; */
    color: white;
}

.space {
    margin-top: 30px;
    margin-bottom: 90px;
}

.darkblue {
    background-color: #132B40;
    padding: 7rem 0 7rem 0;
}

.darkblue2 {
    background-color: #132B40;
    padding: 1rem 0 1rem 0;
}

.white {
    color: white;
}

.small {
    font-size: 0.9em;
    font-weight: 400;
    box-sizing: border-box;
    padding: 70px 10px 10px 10px;
}

.logo {
    max-width: 200px;
    margin-top: 9rem;
    margin-bottom: 5rem;
}

.lang-switcher {
    white-space: nowrap;
}

.responsive {
    width: 100%;
    height: auto;
}

.responsive>img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before{
    color: white;
}

a:hover {
    text-decoration: none;
    color: hsl(36, 44%, 50%);
}

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%; 
}

.slick-slider .slick-slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.floated {
    background-color: #132B40;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floated2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.size {
    text-align: center;
}

.size>img {
    max-width: 800px;
}

.centered {
    color: white;
}

.golden {
    color: #B88C49;
}

.padding {
    padding-right: -15px;
    padding-left: -15px;
}

.imgbottom {
    max-width: 100%;
}

.box {
    margin-bottom: 3rem;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.card {
    display: block;
}

@media screen and (min-width: 480px) {
    
}

/* TEAM PAGE */
.team-member{
    margin-bottom: 4rem;
}

.team-member-img {
    filter: grayscale(1);
    width: 50%;
    min-width: 180px;
    display: block;
}

.team-member .title {
    font-weight: 700;
    font-style: normal;
    text-align: left;
    padding-bottom: 1rem;
}

.team-member .role {
    color: #707070;
    font-size: 1rem;
}

.team-member .blue-bg {
    color: #FFFFFF;
    background-color: #102C3F;
    padding: 1rem;
}

.team-member h3.title {
    font-weight: 700;
    font-size: 1rem;
    padding-top: 0;
}

.team-member ul {
    padding-left: .75rem;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .team-member-img {
        margin: 0 auto;
    }
}
