@charset "utf-8";
/* CSS Document */
html { 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background:#FFE152;
	margin-bottom: 150px;
	overflow-x: hidden;
}

a{
	padding:0;
	margin:0;
	border: none;
	color:black
}
a:hover,visited,active{
	text-decoration: underline;
	font-weight:500;
	color:black;
}

h1{
	margin: auto;
	font-family: houschka-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32pt;
	color: black;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}

.row {
	max-width: 1920px;
}

.cloud1 {
	display: block;
	position: absolute;
	top: 7%;
	right: 8%;
	z-index:-4;
}

.cloud2 {
	display: block;
	position: absolute;
	top: 0%;
	left: 5%;
	z-index: -6;
}

.cloud3 {
	display: block;
	position: absolute;
	top: 30%;
	right: 15%;
	z-index: -5;
}

.cloud4 {
	display: block;
	position: absolute;
	top: 26%;
	left: 8%;
	z-index: -5;
}

.header {
	background-color: transparent;
	margin: auto;
	text-align: center;
	width: auto;
	height:auto;
	padding: 0;
}

.content {
	background-color: transparent;
	margin: auto;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	padding: 0;
	padding-top: 90px;
}

.contenthome {
	width: 80%;
}

.imagelink {
	width: 100%;
	min-width: 100%;
}

.logo {
	width: 22%;
	min-width: 350px;
}

.footer{
	position: fixed;
	display: block;
    bottom:0;
	background-color: #6745B9;
	background-image: url("footer-background.png");
	background-attachment: local;
	padding: 25px;
	height: 100px;
	width:100%;
	border-top: 3px solid black;
}

.footer p{
	margin: auto;
	font-family: houschka-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12pt;
	color: black;
	padding: 10px 5px;
	width: 200px;
	text-align: center;
	background-color: #7D57D9;
	border: 3px solid black;
}

.content img{
	border: 3px solid black;
	margin-bottom: 35px;
}

.content img:last-child{
	border: 3px solid black;
	margin-bottom: 135px;
}

.content p {
	max-width: 500px;
	margin: auto;
	padding-bottom: 50px;
}
.carousel-inner {
	min-width: 80%;
	height:auto;
}

.socials {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.peek {
	position: absolute;
	height: 82px;
	width: 241px;
	background-image: url('footer-peek.png');
	left: 18%;
	bottom: 55px;
}

.socialicons {
	height: 2%;
	width:auto;
}

.container {
		font-family: houschka-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
  position: relative;
	padding:0;
}

.image {
  display: block;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: hsla(258,46%,50%,0.80);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}

.row {
    margin-right: inherit;
    margin-left: inherit;
	text-align:center;
}

ol {
	padding-inline-start: 20px;
	padding-inline-end: 20px;
}

.row-fluid{text-align:center;}
.img-fluid{
	margin: auto auto;
	width: 75%;
	min-width: 300px;
	height:auto;
}