/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Coolors Exported Palette - coolors.co/dce0d9-92ad94-31081f-503d42-453f3c */

/* $color1: #dce0d9; //rgba(220, 224, 217, 100)
$color2: #92ad94; //rgba(146, 173, 148, 100)
$color3: #31081f; //rgba(49, 8, 31, 100)
$color4: #503d42; //rgba(80, 61, 66, 100)
$color5: #453f3c; //rgba(69, 63, 60, 100) */
body {
	background: #dce0d9;
	font-family: 'Rokkitt', serif;
	
}
.navbar {
	background:#dce0d9;
}

#map-container { height: 350px;}
#map { height: 350px; 
			width: 80%;
			margin:auto;}


#Container .mix{
	display: none;
}



.main-container {
  padding: 10px 15px;
}
.skyblue {

    background-color: #22c8ff;
}
.deepskyblue {
    background-color: #00bfff;
}
.darkerskyblue {
    background-color: #00a6dd;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {

    background-color: #453F3C;
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 

	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 

}

/* Animation delays */
.carousel-caption h3:first-child {

    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
	font-family: 'Holtwood One SC', serif;

}
h2 {
	text-align:center;
}
.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;

	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;

}

.p a {
  text-decoration: underline;
}

p {
		background:#DCE0D9;
		background: rgba(220,224,217,.5);
		font-size: 165%;
}

/* unvisited link */
a:link {
    color: #92AD94;
}

/* visited link */
a:visited {
    color: #92AD94;
}

/* mouse over link */
a:hover {
    color: #503D42;
}

