html {
  scroll-behavior: smooth;
}

/* Main styling */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}

a:hover {
	cursor: pointer;
}

.none {
	display: none;	
}

.break {
	display: none;
}	

/* this prevents all images from being dragabble */
.img, .main-image, .main-image-phone, dark-background, .about img {
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;	
}

.social {
	float: left;
	position: fixed;
	margin-top: 300px;
	width: 50px;
	z-index: 3;
	background-color: none;
}

.li {
	color: rgb(255, 255, 255);
	width: 100%;
	text-decoration: none;
}

.ig {
	color: rgb(255, 255, 255);
	width: 100%;
	text-decoration: none;
}

.dark-background {
	display: none;	
}

.img {
	width: 100%;
	float:left;
	display: block;
	z-index: 0;
	position: absolute;
}

.main-image {
	position: relative;
	margin-top: 150px;
	width: 44%;	
	border-radius: 30px;
	float: right;
	z-index: 1;
	border-radius: 20px;
	border: 4px solid rgb(216, 202, 174);
}

.main-image-phone {
	display: none;
}

/* Top navigation */
.top-navigation {
	overflow: hidden;
	height: 80px;
	position: fixed;
	z-index: 3;
	width: 100%;
	transition: 0.5s ease-in-out;
}

.top-navigation-strip {
	overflow: hidden;
	height: 80px;
	position: fixed;
	z-index: 2;
	width: 100%;
	transition: 0.5s ease-in-out;	
}

.top-navigation .links a {
	color: rgb(178, 143, 74);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin-left: 1.8%;
	margin-right: 1.5%;
	transition: color 0.5s;
}

.top-navigation .links {
	margin-right: 2%;
	margin-top: 33px;
	float: right;
	text-align: right;
	width: 100%;;
}

.top-navigation .mojetema {
	float: left;
	color: rgb(178, 143, 74);
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top: 24px;
	margin-left: 3%;
	transition: color 0.5s;
	position: absolute;
}

.top-navigation a:hover {
	color: rgb(216, 202, 174);
}

.top-navigation .icon {
	display: none;
}

.white-background {
	background-color: rgb(255, 255, 255);
	box-shadow: 5px -1px 12px -5px grey;
	transition: 0.5s ease-in-out;
}

/* Header on the left */
.heading {
	margin-left: 14%;
	margin-top: 150px;
	position: absolute;
	padding: 50px 50px;
	color: rgb(178, 143, 74);
	z-index: 1;
	float: left;	
}

.heading h1 {
	font-size: 3.5em;
}

.heading h2 {
	font-size: 20px;
}

.heading p {
	font-size: 20px;
}

.heading a {
	font-size: 15px;
	padding: 15px 30px;
	color: rgb(255, 255, 255);
	border: none;
	background-color: rgb(178, 143, 74);
	transition: background 0.5s;
	text-decoration: none;
}

.heading a:hover {
	cursor: pointer;
	background-color: rgb(216, 202, 174);
	color: rgb(255, 255, 255);
}

/* section 1 */
.about {
	color: rgb(178, 143, 74);
	float: left;
	width: 66%;
	text-align: center;
	margin-left: 17%;
	margin-right: 17%;
	margin-top: 200px;
	font-size: 22px;
	position: relative;
}

.about h1 {
	font-size: 43px;
}	

.about h2 {
	font-size: 23px;
	text-align: left;
}	

.about p {
	color: rgb(178, 143, 74);
	font-size: 20px;
	text-align: justify;
}	

.about .basic {
	text-align: center;
}

.about img {
	display: none;
}

/* section 2 */
.offers h1 {
	text-align: center;
	font-size: 43px;
	position: relative;
}

.offers h2 {
	text-align: center;
	font-size: 23px;
	margin-top: 12px;
	margin-bottom: 7px;
}

.offers {
	color: rgb(178, 143, 74);
	margin-right: 17%;
	margin-left: 17%;
	text-align: center;
	float: left;
	position: relative;
	width: 66%;
}

.offers .card {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	float: left;
	border: 4px solid rgb(216, 202, 174);
	height: auto;
	border-radius: 20px;
	position: relative;
}

.offers hr {
	border: none;
	border-top: 1px solid rgb(216, 202, 174);
}

.offers .card p {
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	font-size: 20px;	
}

.offers span {
	display: none;	
}

.offers .content span {
	background: none;
	color: rgb(178, 143, 74);
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 12px;
	margin-right: 12px;
	font-size: 18px;
	border: 2px solid rgb(216, 202, 174);
	border-radius: 10px;	
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.expand {
	display: block;	
}

/* Section 3 */
.meeting {
	color: rgb(178, 143, 74);
	margin-right: 17%;
	margin-left: 17%;
	width: 66%;
	text-align: center;
	float: left;
	position: relative;
}

.meeting a {
	color: rgb(178, 143, 74);
}

.meeting h1 {
	text-align: center;
	font-size: 43px;
}

.meeting h2 {	
	text-align: justify;
	font-size: 23px;
}

.meeting p, .meeting li {
	text-align: justify;
	font-size: 20px;	
}

.meeting table td {
	text-align: left;
	font-size: 20px;
	border: 1px solid rgb(178, 143, 74);	
}

/* Section 4 */
.contact {
	color: rgb(178, 143, 74);
	float: left;
	text-align: center;
	width: 66%;
	margin-right: 17%;
	margin-left: 17%;
	position: relative;
}

.contact h1 {
	font-size: 43px;
}

.contact p {
	font-size: 20px;
}

.contact a {
	color: rgb(178, 143, 74);
}

/* Section 5 */
.bottom {
	background-color: rgb(178, 143, 74);
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: rgb(255,  255,  255);
	
}

.bottom .main-link {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 17%;
	margin-right: 17%;
}

.bottom .main-link a {
	text-decoration: none;
	color: rgb(255,  255,  255);	
	font-size: 30px;
	margin-bottom: 5px;
}

.bottom-navigation {
	margin-left: 17%;
	margin-right: 17%;
}

.bottom-navigation a {
	font-size: 22px;
	color: rgb(255,  255,  255);	
	margin: 0;
}

.bottom-navigation a:hover, .main-link a:hover {
	text-decoration: underline;
}

.bottom hr {
	border-top: 1px solid rgb(255,  255,  255);
	margin-left: 17%;
	margin-right: 17%;	
}

.bottom p {
	text-align: center;
	font-size: 12px;
}

.bottom .bottom-link {
	text-decoration: none;
	color: rgb(255,  255,  255);		
}

.show {
	display: block;	
}

@media only screen and (max-width:1350px) {

/* Main styling */
.about, .offers, .meeting, .contact {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.about p, .offers .card p, .meeting p, .meeting table td, .meeting ol li, .contact p {
	font-size: 19px;
}

.about h1, .offers h1, .meeting h1, .contact h1 {
	font-size: 38px;
}
.about {
	margin-top: 100px;
}

.top-navigation {
	height: 60px;
}

.top-navigation-strip {
	height: 60px;	
}

.top-navigation .links {
	margin-top: 21px;
}

.top-navigation .links a {
	font-size: 15px;
}

.top-navigation .mojetema {
	font-size: 17px;	
	margin-top: 21px;
}

.bottom .main-link, .bottom-navigation, .bottom p, .bottom hr {
	margin-left: 10%;
	margin-right: 10%;	
}

.offers .card span {
	font-size: 16px;
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.card h2 {
	margin-bottom: 0;
	margin-top: 8px;
}

/* Heading on the left */
.heading {
	margin-left: 12%;
	margin-top: 100px;	
}

.heading h1{
	font-size: 40px;
}
  
/* Top navigation changes to three lines in the upper right corner */

}

@media screen and (max-width: 1200px) {
	

.about p, .offers .card p, .meeting p, .meeting table td, .meeting ol li, .contact p {
	font-size: 18px;
}

.about h1, .offers h1, .meeting h1, .contact h1 {
	font-size: 36px;
}

.about h2, .card h2, .meeting h2, .contact h2 {
	font-size: 23px;
}

.offers h2 {
	margin-top: 8px;
	margin-bottom: 0;	
}

.offers .card span {
	width: 160px;
	margin-top: 8px;
	margin-right: 8px;
}

.bottom .bottom-navigation a {
	font-size: 20px;
}	
}

@media screen and (max-width: 1050px) {

/* Main styling */
.social {
	display: none;
}

.main-image {
	width: 50%;
}

.top-navigation .links {
	margin-top: 20px;
}

.top-navigation .links a {
	font-size: 13px;
}

.top-navigation .mojetema {
	font-size: 15px;	
}

.about p, .offers .card p, .meeting p, .meeting table td, .meeting ol li, .contact p {
	font-size: 16px;
}

.about h1, .offers h1, .meeting h1, .contact h1 {
	font-size: 34px;
}

.about h2, .card h2, .meeting h2, .contact h2 {
	font-size: 21px;
}

/* Header on the left */
.heading {
	margin-left: 10%;
	margin-top: 80px;	
}

.heading h1 {
	font-size: 27px;
}

.heading a {
	padding: 12px;
	font-size: 12px;
}

.main-image {
	margin-top: 120px;
	width: 45%;	
}

/* Section 1 */
.about {
	margin-top: 100px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	margin-bottom: 25px;
}

.about p {
	margin: 0;	
}

.about .basic {
	margin-top: 10px;	
}

/* Section 2 */
.offers {
	margin-left: 5%;
	margin-right: 5%;	
	width: 90%;
}

.offers .card span {
	margin-top: 8px;
	margin-right: 8px;
}

/* Section 3 */
.meeting {
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
}

/* Section 4 */
.contact {
	margin-left: 5%;
	margin-right: 5%;	
	width: 90%;
}

/* Section 5 (footer) */
.bottom .main-link, .bottom-navigation, .bottom p, .bottom hr {
	margin-left: 5%;
	margin-right: 5%;	
}

.bottom .bottom-navigation a {
	font-size: 20px;
}

.bottom .main-link a {
	font-size: 24px;
}

/* Other */
.show {
	display: block;
}

}

@media screen and (max-width: 900px) {

/* Main styling */
.top-navigation .links {
	margin-top: 19px;
}

.top-navigation .links a {
	font-size: 11px;
}

.top-navigation .mojetema {
	font-size: 14px;	
}
	
.heading {
	margin-top: 60px;
}

.main-image {
	margin-top: 110px;
}

.about p, .offers .card p, .meeting p, .meeting ol li, .meeting table td, .contact p {
	font-size: 14px;
}

.about h1, .offers h1, .meeting h1, .contact h1 {
	font-size: 28px;
}

.about h2, .card h2, .meeting h2, .contact h2 {
	font-size: 18px;
}

/* Section 2 */
.card h2 {
	margin-bottom: 0;
}

.offers .card span {
	font-size: 14px;
	width: 140px;
	margin-top: 6px;
	margin-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Section 5 */
.bottom .main-link a {
	font-size: 18px;
}

.bottom .bottom-navigation a {
	font-size: 14px;
}

.bottom p {
	font-size: 10px;	
}

.bottom hr {
	margin-left: 5%;
	margin-right: 5%;	
}

}

@media only screen and (max-width:750px) {

.heading {
	margin-left: 5%;
	margin-top: 40px;
}

.heading h1 {
	font-size: 23px;
}

.heading h2 {
	font-size: 17px;
}

.heading a {
	font-size: 10px;
	padding: 9px;
}
	
.main-image {
	margin-top: 90px;
}

}

@media only screen and (max-width:650px) {

/* Main styling */
.top-navigation {
	height: 60px;
}

.top-navigation-strip {
	height: 60px;	
}

.top-navigation .links a {
	display: none;
}

.top-navigation .links {
	margin: 0;
}

.top-navigation a {
	color: rgb(255,  255,  255);
}

.top-navigation a.icon {
	display: block;
	color: rgb(255,  255,  255);
	float: right;
	text-align: center;
}

.top-navigation.responsive {
	position: fixed;
	height: auto;
	background-color: rgb(255,  255,  255);
	box-shadow: 5px -1px 12px -5px grey;
	transition: none;
}

.bar1, .bar2, .bar3 {
	width: 31px;
	height: 4px;
	background-color: rgb(178, 143, 74);
	margin: 6px 0;
	transition: 0.4s;
	margin-left: 13px;
}

.bar1 {
	margin-top: 17px;
}

.change .bar1 {
	transform: translate(0, 10px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: translate(0, -10px) rotate(45deg);
}

.bars {
	display: inline-block;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
}

.top-navigation.responsive .icon {
	position: fixed;
	right: 0;
	top: 0;
}

.top-navigation.responsive .links a {
	float: none;
	display: block;
	text-align: left;
	z-index: 3;
	font-size: 17px;
	padding: 20px;
	background-color: rgb(255,  255,  255);
	margin: 0;
}

.top-navigation.responsive .links {
	float: left;
	margin: 0;
	width: 100%;
}

.top-navigation .mojetema {
	font-size: 16px;
	margin-top: 21px;
	margin-left: 4%;
}

.main-image {
	display: none;
}

.main-image-phone {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	float: left;
	display: block;
}

.dark-background {
	opacity: 0;
	position: absolute;
	width: 100%;	
	float: right;
	z-index: 1;
	margin: 0;
	display: block;
	background-color: black;
	transition: opacity 1s ease;
}

.visible {
	opacity: 0.4;
	transition: opacity 1s ease;
}

.about, .contact, .offers, .meeting {
	width: 92%;
	margin-left: 4%;
	margin-left: 4%;
}

.about p, .contact p, .offers .card p, .meeting p, .meeting ol li, .meeting table td {
	font-size: 17px;
}

.about h1, .offers h1, .contact h1, .meeting h1 {
	font-size: 34px;		
}

.about h2, .contact h2, .meeting h2, .card h2 {
	font-size: 21px;		
}

/* Header on the left */
.heading {
	width: 90%;
	height: 570px;
	color: rgb(255,  255,  255);
	margin-top: 60px;
	margin-left: 10%;
	padding: 0;
	opacity: 0;
	transition: opacity 1s ease;
}

.heading a {
	position: absolute;
	bottom: 0;
	font-size: 30px;
	float: left;
	width: 90%;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

.heading h1 {
	font-size: 40px;
}

.heading h2 {
	font-size: 24px;
}

/* Section 1 */
.about {
	margin-top: 0;
}

.about img {
	display: block;
	width: 100%;
	border: 4px solid rgb(216, 202, 174);
	border-radius: 20px;
	margin-top: 20px;	
}

/* Section 2 made for phones */

.offers {
	display: none;	
}

.card .content {
	display: none;
}

.card hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid rgb(216, 202, 174);
}

.card.expanded {
	height: auto;
}

.card.expanded .content {
	display: block;
}

.offers {
	display: block;	
	float: left;
}

.offers .card {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	border: 4px solid rgb(216, 202, 174);
	height: auto;
	border-radius: 20px;
	position: relative;
	transition: height 0.5s ease;
}

.offers hr {
	border: none;
	border-top: 1px solid rgb(216, 202, 174);
}

.offers .card h2 {
	text-align: center;
	font-size: 19px
}

.offers p {
	text-align: justify;
	margin-right: 6%;
	margin-left: 6%;
	margin-bottom: 8px;
}

.offers .card span {
	background: none;
	color: rgb(178, 143, 74);
	right: 0;
	top: 0;
	width: 0;
	margin-right: 25px;
	margin-top: 3px;
	font-size: 22px;
	position: absolute;
	float: right;
	text-align: center;
	display: block;
}

.offers .content span {
	background: none;
	color: rgb(178, 143, 74);
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	border: 2px solid rgb(216, 202, 174);
	border-radius: 10px;	
	position: relative;
	float: right;
	text-align: center;
	display: block;
}


/* other */
.visibletwo {
	opacity: 1;
	transition: opacity 1s ease;
}

.bottom .main-link a {
	font-size: 20px;
}

.bottom .bottom-navigation a {
	font-size: 17px;
}

.bottom p {
	font-size: 11px;	
}

.about img, .offers .card {
	border: 3px solid rgb(216, 202, 174);
}	
}

@media only screen and (max-width:380px) {

.top-navigation {
	height: 50px;
}

.top-navigation-strip {
	height: 50px;

}

.top-navigation.responsive .links a {
	padding: 15px;
	font-size: 17px;
}


.top-navigation .mojetema {
	font-size: 14px;
	margin-top: 17px;
}

.bar1, .bar2, .bar3 {
	width: 27px;
	height: 3px;
} 

.bar1 {
	margin-top: 13px;
}

.change .bar1 {
	transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: translate(0, -9px) rotate(45deg);
}

.about p, .contact p, .offers .card p, .meeting p, .meeting ol li, .meeting table td{
	font-size: 16px;
}

.about h1, .offers h1, .contact h1, .meeting h1 {
	font-size: 30px;		
}

.about h2, .contact h2, .meeting h2, .offers .card h2 {
	font-size: 18px;		
}	

.heading h1 {
	font-size: 29px;
}	

.heading h2 {
	font-size: 21px;
}	

.heading a {
	font-size: 18px;
	padding: 20px 0px 20px 0px;
}	

.offers .card h2 {
	font-size: 16px;
}	

.offers .card span {
	margin-top: 4px;
	margin-right: 24px;
	font-size: 18px;
}

.about img, .offers .card {
	border: 2px solid rgb(216, 202, 174);
}	

.bottom .main-link a {
	font-size: 20px;
}

.bottom .bottom-navigation a {
	font-size: 15px;
}
}

@media only screen and (max-width:320px) {

.break {
	display: block;
}	
}