::selection {
	background-color: #37474F;
	color: #fff;
}

input::placeholder, textarea::placeholder {
  color: rgba(62,69,81,0.5);
}

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}
body {
  /* Margin bottom by footer height */
  	/*background-color: #212121;*/
	margin-bottom: 91px;
}

/* HEADER */

header {
	/*color: #fff;*/
}

/* NAVBAR */

.nav-link, .nav-link:visited {
	color: #fff;
}

.nav-link:hover {
	transition: ease-in .2s;
	/*color: rgba(200,200,200,1.0);*/
	color: #263238;
}

.nav-item {
	transition: ease-out .3s;
}

.nav-item:hover {
	/*background-color: rgba(17,24,36,0.7);*/
	background-color: #fff;
	transition: ease-in .2s;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 } 

.navbar-toggler {
  border-color: none;
} 

.navbar {
	/*min-height: 80px;*/
}

/* INPUTS */

textarea {
	resize: none;
	padding: 5px;
}

input {
	/*display: block;*/
}

.contact-input {
	width: 15em;
	height: 2.2em;
	padding: 5px;
}

label {
	/*display: block;*/
	text-align: left;
	/*background: red;*/
}

button:hover {
	color: rgba(200,200,200,1.0) !important;
	outline: 0 none !important;
	box-shadow: 0 0 3px rgba(62,69,81,0.7);
}

input:focus, textarea:focus {
	outline: 0 none !important;
	border-color: rgba(62,69,81,0.4) !important;
	box-shadow: 0 0 3px rgba(62,69,81,0.7);
}

/* CONTENT */

.main-container {

}

.carousel-item img {
	min-width: 100%;
	min-height: 300px;
	max-height: 500px;
}

p {
	line-height: 2em;
}

.wrapper {
	width: 100%;

}

.inner-container {
	/*width: 400px;*/
	/*display: flex;*/
	padding-left: 50px;
	padding-right: 50px;
	background:white;
	/*min-width: 489px;*/
	/*max-width: 489px;*/
}

.inner-container-1 {
	/*width: 400px;*/
	/*display: flex;*/
	word-break: break-word;
	padding-left: 50px;
	padding-right: 50px;
	background:white;
	min-width: 489px;
	max-width: 489px;
}
/* FOOTER */

.footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.container {	
	max-width: 100%;
}

/*max-width: 100%;*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.container {
		/*max-width: 100%;*/
	}
	.carousel-item img {
		min-width: 100%;
		min-height: 350px;
		max-height: 400px;
	}
}

/*/ Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
	.carousel-item img {
		min-width: 100%;
		min-height: 400px;
		max-height: 550px;
	}
}

/*/ Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

/*/ Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.carousel-item img {
		min-width: 100%;
		min-height: 450px;
		max-height: 550px;
	}
}