@charset "UTF-8"; 

body{
	font-family: 'Raleway', 'Raleway', sans-serif;
}

html, body {
  	height: 94%;
  	margin: 0px;
  	box-sizing: border-box;
}

#my-own-main-div{
	min-height: 100%;
	margin-bottom: -230px;
}

#my-own-space-div{
	height: 230px;
}
#cookie-box{
	margin-bottom: 0 !important;
}

.header-background {
	background-color: black;
	height: 300px;
	z-index: -990;
}

.card-header{
	background-color: #23286b;
}

.content{
	margin-top: 80px;
}

.my-font-name{
	font-family: "Dancing Script";
}

.my-background{
	height: 75vh;
	top: 0px;
	left: 0px;
	display: flex;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	align-items: center;
}

.navbar{
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
	padding: 0.2rem 1rem !important;
	overflow: visible;
}
.navbar.scrolling{
	box-shadow: 0 4px 18px 0 rgba(0,0,0,.12),0 7px 10px -5px rgba(0,0,0,.15);
	background-color: var(--primary);
}

.my-label{
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}
.content {
	margin-top: -80px;
	position: relative;
	border: 0.5px solid;
	border-color: gray;
	background-color: var(--my-own-third);
	padding: 10px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 40px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	z-index: 3;
	box-shadow: 0 4px 18px 0 rgba(0,0,0,.12),0 7px 10px -5px rgba(0,0,0,.15);
}

.my-own-label-xl{
	display: none;
}

.my-fading-element{
	opacity: 0;
}
.my-fading-element-active:nth-of-type(1){
	opacity: 1;
	transition: opacity 2s ease 0.2s;
}

.my-fading-element-active:nth-of-type(2){
	opacity: 1;
	transition: opacity 2s ease 0.5s;
}
.my-fading-element-active:nth-of-type(4){
	opacity: 1;
	transition: opacity 1s ease 3.5s;
}


.my-form-required{
	float: right;
	color: var(--primary);
}


@media only screen and (min-width: 1200px) {
	.content {
		margin-top: -80px;
		position: relative;
		border: 0.5px solid;
		border-color: gray;
		background-color: var(--my-own-third);
		padding: 10px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 40px;
		margin-left: 1%;
		margin-right: 1%;
		border-radius: 5px;
		z-index: 3;
	}
	.my-background{
		width: 100%;
		height: 70vh;
		top: 0px;
		left: 0px;
		display: flex;
		background-position: 70%;
		align-items: center;
	}
	.navbar.scrolling{
		box-shadow: none;
	}
	.navbar{
		background: inherit;
	}
	.my-own-label-xl{
		cursor: default;
		display: inherit;
	}
	.my-own-label{
		display: none;
	}
	.my-own-center-label{
		line-height: 2;
		font-size: 4rem;
	}
	.nav-link{
		position: relative;
	}
	.nav-link::before{
		content: "";
		background-color: #E4A84E;
		position: absolute;
		visibility: hidden;
		height: 1px;
		width: 100%;
		left: 0;
		bottom: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s
	}
	.nav-link:hover::before{
		visibility: visible;
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	<!--.navbar{
		background-color: transparent !important;
	}-->
}

.image-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.image-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.image-gallery > a {
	border: 2px solid #000;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.image-gallery > a .image-gallery-search {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.image-gallery > a .image-gallery-search > i {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	color: black;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.image-gallery > a:hover .image-gallery-search {
	background-color: rgba(0, 0, 0, 0.2);
}
.image-gallery > a:hover .image-gallery-search i {
	opacity: 1;
}
