/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 50px 0 50px 0;
}
.row {
    background-color: black;
    border-radius: 15px;
		padding: 2px;
}
.col-md-5 {
    background-color: grey;
    border-radius: 15px;
}
.col-md-7 {
    background-color: black;
    border-radius: 15px;
}
.col-2021 {
    background-color: #668c69;
	border:  2px solid coral;
    border-radius: 15px;
	padding-top: 18px;
}
.col-2024 {
    background-color: #668c69;
	border: 2px solid coral;
    border-radius: 15px;
	padding-top: 18px;
}
.row-height {
    height: 700px;
    text-align: left;
    padding-top: 0px;
		padding-bottom: 10px;
}
/*! top backpacker text */
.ultimate {
	color: white;
  padding: 5px 0 5px 0;
}
/*! not in use */
.full-img {
    background-image: url('images/main1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*! front page teasers text */
.teasers {
		font-style: italic;
    margin: 10px;
		color: white;
		font-weight: bold;
	  font-size: 28px;
		padding: 10px 0px 0px 0px;
}
/*! Styling of the headers text */
.headers {
		font-style: italic;
    text-align: right;
    margin: 10px;
		color: #FFC108;
		font-weight: bold;
	  font-size: 30px;
		padding: 10px 0px 0px 0px;
}
/* Styling of Tourist info Wells */
	.well {
	  background: rgba(137, 178, 141, 0.3);
	  color: white;
	  text-align: center;
		margin: 5px 0px 15px 0px;
	  padding: 12px 0px 12px 0px;
	  font-size: 18px;
	  border: 2px solid green;
		border-radius: 5px;
	}
/* Styling of main info Wells */
	.well2 {
	  background: rgba(137, 178, 141, 0.5);
	  color: white;
	  text-align: center;
	  margin: 15px 0px 15px 0px;
	  padding: 12px 5px 12px 5px;
	  font-size: 20px;
	  border: 2px solid green;
	  border-radius: 5px;
		
	}	
.zoom:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}
a:link {
  color: #ffc108;
}
a:visited {
  color: #ffc108;
}
