/*!
 * Suter Marcel Website
 * Author: Sabrina Suter, Thalwil
 */

/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lora:wght@400;700&display=swap');


html,
body {
    height: 100%;
	font-family: 'Lora', sans-serif;
	font-size: 18px;
	color: #444444;
}
h1, h2, h3, h4, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.7;
	font-weight: normal;
}

h1, .h1 {
	font-family: 'Fjalla One';
	font-size: 45px;
	line-height: 1.4;
}

h2, .h2 {
	font-family: 'Fjalla One';
	font-size: 35px;
	line-height: 1.4;
}

h3, .h3 {
	font-family: 'Fjalla One';
	font-size: 35px;
	line-height: 1.4;
}

h4, .h4 {
	font-family: 'Fjalla One';
	font-size: 23px;
	font-weight: normal;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    line-height: 1.6;
}

strong {
	font-weight: 700;
}

.navbar-brand {
	font-family: 'Fjalla One';
	font-size: 24px;
}

ul.nav.navbar-nav.navbar-right {
	font-family: 'Fjalla One';
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

h2 {
	margin-bottom: 30px;
}

h3 {
	line-height: 1.4thumb;
}

h4 {
	line-height: 1.5;
}
.thumbnail {
	border: none;
}


/* Startpage */

.big {
	font-family: 'Fjalla One', Arial, cursive;
	font-size: 28px;
	line-height: 1.5;
}

.sidebar {
	border: 1px solid #f4f4f4;
	padding: 10px 15px;
	margin-top: 0px;
}

.cursive {
	font-family: 'Fjalla One', Arial, cursive;
	border-bottom: none;
	font-size: 48px;
	color: #63ACFB;
}

.grey-cta {
	background-color: #f4f4f4;
	padding-bottom: 20px;
	margin-top: 40px;
}

.grey-cta h3 {
	color: #303b61;
	line-height: 1.4;
	font-weight: bold;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 2px;
}
.btn {
    border-radius: 0px;
    padding: 10px 26px;
}

.btn-default, .btn-default:focus {
	color: #f4f4f4;
	border: none;
	background-color: #eeaf27;
	outline: 0;
}

a:hover.btn-default, .btn-default:hover  {
	background-color: #163559;
	color: #f4f4f4;
	border: none;
	transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
	transition-property: color, background-color;
	transition-duration: 0.25s, 0.25s;
	transition-timing-function: ease, ease;
	transition-delay: 0s, 0s;
}

/* Navigation */
.navbar-inverse {
	background-color: #163559;
	border-color: #63acfb;
}
.navbar-inverse .navbar-brand {
	color: #f2f2f2;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #63acfb;
}
.navbar-inverse .navbar-nav > li > a {
	color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #63acfb;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #f2f2f2;
	background-color: #163559;
}

ul.dropdown-menu {
	font-size: 16px;
}

/* Home Page Carousel */

header.carousel {
    height: 60%;
	margin-bottom: 40px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.carousel-caption {
	top: 30px;
	left: 35%;
	text-align: left;
}

.slide2, .slide3 {
	top: 50px;
	left: 4.2%;
	right: 5%;
	text-align: left;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-indicators .active {
	background-color: #63ACFB;
}

.carousel-indicators li {
	border: 1px solid #63ACFB;
}

span.slide {
	font-size: 52px;
	color: #ffffff;
}

.fontblue {
	background-color: rgba(255,255,255,0.5);
	color: #163559;
	padding: 0px;
	margin-top: 20px;
}


/* Breadbrumb Styles */

.breadcrumb {
    padding: 4px 0px;
    margin-bottom: 20px;
    list-style: outside none none;
    background: none;
	font-size: 12px;
}

.breadcrumb > li + li::before {
    padding: 0 3px;
    color: #ccc;
    content: "|\00a0";
}

/* Form Styles */

.form-control {
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    height: 34px;
    font-size: 16px;
    color: #555;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #d6d6d6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-horizontal .control-label {
  	text-align: left;
  	padding-top: 0px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

footer .blue {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
}

footer .blue h4 {
	border-bottom: 1px solid #9d9d9d;
	padding-bottom: 5px;
	width: 80%;
}

footer .blue ul {
	list-style: none;
}

footer p {
	font-size: 16px;
}
footer .greyblue p {
	font-size: 12px;
}

footer a {
    color: #eeaf27;
    text-decoration: none;
}

footer a:hover {
    color: #eeaf27;
    text-decoration: underline;
}

footer .greyblue {
	font-size: 12px;
	padding-top: 10px;
}

.blue {
	background-color: #163559;
	color: #f4f4f4;
}

.greyblue {
	background-color: #1d2b42;
	color: #f4f4f4;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
	.navbar-inverse .navbar-toggle {
		border-color: #f2f2f2;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #163559;
	}
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.carousel-caption {
		left: 5%;
		right: 30%;
		top: 0px;
	}
	header.carousel .fill {
		background-position: left center;
		background-position-x: 0%;
	}
	.slide2, slide3 {
		text-align: left;
	}
	span.slide {
		font-size: 42px;
	}
	.fontblue {
		margin: 0px;
		padding-top: 0px;
	}

}

@media screen and (min-width : 321px)
and (max-device-width : 480px)  {

	header.carousel {
		height: 300px%;
	}
	h2 {
		font-size: 35px;
	}
	span.slide {
		font-size: 38px;
	}
}

@media (max-width: 480px) {

	.navbar-inverse .navbar-toggle {
		border-color: #f2f2f2;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #163559;
	}
  	h1 {
  		font-size: 35px;
  		line-height: 1.4;
  	}
    h2 {
  		font-size: 22px;
  		margin-bottom: 15px;
  		word-wrap: break-word;
  	}
	span.slide {
		font-size: 30px;
	}
	header.carousel .fill {
		background-position: left center;
		background-position-x: 6%;
	}
	.carousel-caption {
		left: 5%;
		right: 5%;
		top: 35%;
	}
	.cursive {
		font-size: 42px;
	}
}