* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Font rendering in Chrome on Mac */
	-moz-osx-font-smoothing: grayscale; /* Font rendering in Firefox on Mac */
}

a, 
a:link, 
a:active { 
  color: #0066cc; 
  text-decoration: none; 
}
a:hover{
  text-decoration: underline;
  color: #0066cc;
}

ol, ul {
padding-left: 1.25rem;
}

ul {
	line-height: 2rem;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––
TEXT AND TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  /*hyphen on small screens*/
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: initial;
}
h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
h5 {
  font-size: 1rem;
  margin-bottom: .25rem;
}
h6 {
  font-size: .875rem;
  margin-bottom: .25rem;
}
h3 + h4 {
  margin-top:.75em;
}
p {
  font-weight: 400;
  line-height: 1.5;
}
img + p, img + h2, img + h3, img + h4, video + p {
  margin-top: 1.5rem;
}
p + h2, p + h3, p + h4 {
  margin-top: 1.5em;
}

p.ingress {
	font-size:  1.125rem;
	line-height: 1.3;
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
}
ul.col.service-col {
	list-style-type: none;
}

/* text-blue-color */
.text-blue-color {
	color: #458fe4;
}

.bg-blue {
	background-color: #458fe4;
	height: auto;
}

#logo {
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.logo-p {
	font-weight: 100;
}

.animate__fadeInLeft {
	font-style: italic !important;
}

#logo .navbar-brand {
	color: #458fe4;
}

.navbar {
	border-bottom: 0.1rem solid silver;
}

.navbar ul li a {
	text-transform: uppercase;
}

ul.navbar-nav li.active a {
	/* color: #458fe4 !important; */
	color: #458fe4!important;
  }

.navbar-light .nav-item > .nav-link {
	color: #222;
}

ul {
	line-height: 2em;
}

p.italic {
	font-style: italic;
	font-weight: 300;
}

/* scroll-menu */
.scroll-menu {
	background-color: rgb(111, 112, 111);
	color: white;
}

#header {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 80vh;
	position: relative
	background-attachment: fixed;
}

#header-content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery {
	background-color: #eef5fa;
}


/* gallery-section */

.gallery-images .img-fluid {
	width: 100%;
	padding: 0.5rem;
}


/* info */
.info-header {
	background-image: url("../images/broby_glimminge.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 60vh;
	position: relative
}

.info-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	color: inherit;
	padding: 0;
	position: relative;
  }    

  .panel-heading .panel-title > a {
	background-color: #458fe4;
	border: medium none;
	color: #ffffff;
	display: block;
	font-family: "Roboto", sans-serif;
	padding: 1rem 3rem 1rem 2rem;
	word-wrap: break-word;
  }
	  
  .panel-heading .panel-title > a::after {
	bottom: 0;
	content: "▲";
	font-family: "Roboto",sans-serif;
	letter-spacing: -1px;
	line-height: 3rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 4rem;
  }  
  .panel-heading .panel-title > a.collapsed::after {
	content: "▼";
  }   

  .panel-body{
	height: 6em;
	overflow: auto;
  }

/* food section */
.content-top-margin {
	margin-top: 8rem;
}
.info-content-top-margin {
	margin-top: 2rem;
}

#food-header {
	background-image: url("../images/dressin_romeleasen.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 60vh;
	position: relative
}

#food-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Var */
#where-header {
	background-image: url("../images/dressin_romeleasen.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 60vh;
	position: relative
}

#where-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Historik sida */
blockquote {
	margin: 0;
}

blockquote p {
	padding: 15px;
	background: #eee;
	border-radius: 5px;
}

blockquote p::before {
	content: "\201C";
}

/* map */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.main-footer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	background-attachment: fixed;
	position: relative;
}

.col.main-footer-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0rem;
}

.main-footer .row {
	width: 70%;
	margin: 0 auto;
}

.main-footer .row .col p {
	color: white;
	opacity: 0.8;
}

.bottom-menu {
	display: flex;
}

.bottom-menu .list-group li {
	background-color: #343a40 !important;
}

p.mb-2 {
	text-transform: uppercase;
	font-weight: 100;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #458fe4;
	text-decoration: none;
}

a.navbar-brand.py-0 {
	color: #458fe4 !important;
	font-weight: 700;
	margin-top: -0.5rem;
	font-size: 1.5em;
	text-transform: uppercase;
}

a.navbar-brand.py-0:hover {
	color: #0069d9 !important;
}

.copyright {
	border-top: 1px solid silver;
}

div#logo-bottom {
	border-bottom: 1px solid silver;
}

div.col.logo-bottom {
	padding-right: 2rem;
	padding-bottom: 2rem;
}

.bottom-menu .list-group li {
	padding-top: 0.75rem;
	padding-right: 1.25rem;
	padding-bottom: 0.75rem;
	padding-left: 0rem;
}

.col.bottom-links {
	padding-bottom: 2rem;
}

form .form-group .form-control {
	background-color: transparent;
	color: white;
}



/* media query */

@media (min-width: 576px) {
	h1,h2,h3,h4,h5,h6 {
	  -webkit-hyphens: manual;
	  -ms-hyphens: manual;
	  hyphens: manual; /*hyphen only at &hyphen; or &shy; (if needed)*/
	}
}

@media (min-width: 992px) { 
	h1 { 
	  font-size:2rem;
	}
	h2 {
	  font-size:1.5rem;
	}
	h3 {
	  font-size:1.25rem;
	}
	h4 {
	  font-size:1.125rem;
	}
	p.ingress { 
	  font-size: 1.25rem;
	}
}

/* @media (min-width: 1200px) { 
	h1 { 
	  font-size:2.5rem;
	}
} */
	

@media (min-width: 768px) {
	#service-boxes {
		width: 60%;
		margin-top: -8%;
	}

	#service-boxes .card {
		height: 16rem;
	}

	.home-content {
		width: 65%;
	}

	/* info sida */
	#info-section {
		width: 70%;
		margin: 8rem auto 0 auto;
	}

	#footer .row {
		width: 70%;
		margin: 0 auto;
	}

	#footer .icons {
		background-color: transparent;
	}

	#footer .icons i {
		border-radius: 10rem;
		font-size: 2.5rem;
	}
}

@media (max-width: 768px) {
 
	
	.info-header {
		height: 60vh;
	}

	.main-footer {
		height: 30vh;
	}
	
}

@media (max-width: 375px) {
	.main-footer {
		height: 60vh;
	}
	.scrollable-menu {
	    height: auto;
	    max-height: 100px; 
	    overflow-x: hidden;
	}
}

@media (max-width: 992px) {
	.navbar-collapse{
		flex-direction: row !important;
	}
	.navbar-nav {
		flex-direction: column !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
#header, .main-footer {
        background-attachment: scroll !important;
    }
}

.last-content{
	width: 100%;
	max-width: 100%;
	    text-align: center;
}
