@import url("Slabo27px_Regular/stylesheet.css");
#heading {
    font-family: almendra;
    color: #FF0004;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

html {
	scroll-behavior: smooth;
}

body {
		padding: 0;
		margin: 0;
		background-color: #f2eefa;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

* {
	padding:0px;
	margin:0px;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	color:inherit;
}


/*.placeholder {
	background-color: red;
	height: 5000px;
}*/

/*NAV*/

#nav a {
    float: left;
    display: block;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    text-decoration: none;
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border-radius: 15px;
    width: auto;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#nav a:hover {
	background-color: white;
	color: black;
}


.nav-button {
	padding-top:14px;
	padding-bottom: 14px;
	color: hsla(262,100%,27%,1.00);
	font-size:200%;
	margin-top: 14px;
}

.nav-button-docked {
	padding-top:5px;
	padding-bottom: 5px;
	color: black;
	font-size:150%;
	margin-top: 2px;
}

.menu { 
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	height: 100px;
	overflow: hidden;
	margin: auto;
	position: sticky;
	transition: 0.3s;
}

.menu-docked { 
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: hsla(262,53%,66%,1);
	height: 50px;
	overflow: hidden;
	margin: auto;
	position: sticky;
	transition: 0.3s;
}

.menu-social { 
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	height: 100px;
	overflow: hidden;
	margin: auto;
	position: sticky;
	transition: 0.3s;
}

.menu-social-docked { 
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: hsla(262,53%,66%,0.75);
	height: 50px;
	overflow: hidden;
	margin: auto;
	position: sticky;
	transition: 0.3s;
}

/*WELCOME*/
.welcome-block {
    height: inherit;
    display: block;
    /*position: relative;*/
    text-align: center;
    top: 100%;
	padding-top: 100px;
}

.splash-image {
	width: 30%; 
	height: auto;
}

.sky {
	position: relative;
    width: 100%;
    height: 1000px;
    object-fit: auto;
    background-image: url("Assets/Sky_FINAL.png");
	background-repeat: no-repeat;
}

.foreground-trees {
    position: absolute;
    width: 100%;
    height: 1000px;
    object-fit: auto;
    background-image: url("Assets/Foreground_Trees_FINAL.png");
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.midground-trees {
	position: absolute;
	width: 100%;
	height: 1000px;
	object-fit: auto;
	background-image: url("Assets/Midground_Trees_FINAL.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
}

.buffer-div {
	background-color: hsla(262,100%,27%,1.00);
	width:100%;
	height:100px;
}

/*MISSION*/

.mission {
	position: relative;
	background-color:hsla(262,100%,27%,1.00);
	width: 100%;
	height: 600px;
}

.mission-text-box {
    background-color: black;
    height: 500px;
    /*margin-top: 50px;*/
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 15px 20px 10px hsla(0,0%,0%,0.40);
    box-shadow: 0 15px 20px 10px hsla(0,0%,0%,0.40);
	/*data-aos-offset: 300;*/
} 

.mission-title {
    color: hsla(0,0%,100%,1.00);
    padding-left: 25px;
    padding-top: 25px;
    font-size: 72px;
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    text-shadow: 0 0 30px hsla(0,0%,100%,1.00);
    text-align: center;
}

.mission-body {
    color: hsla(0,0%,100%,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-align: center;
    font-size: 2.2vw;
    font-style: italic;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 78px;
}

/*EMPLOYEES*/

.employees {
	background-color: #9C7BD7;
	position: relative;
	width:100%;
	height:1000px;
	clear: both;
}

.card-carousel {
	width: 80%;
	height: 700px;
	margin: 0 auto;
}

.employee-card {
    background-color: white;
    width: 30%;
    float: left;
    height: auto;
    border-radius: 20px;
    border-spacing: 30px 0px;
    border-style: none;
    padding-top: 0px;
    margin-left: 1.66%;
    margin-right: 1.66%;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
}

.employee-card-name {
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.profile-image {
	display:block;
	margin: 0 auto;
	width:85%;
	height:auto;
	
}

.employee-card-jobtitle {
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    color: hsla(0,0%,42%,1.00);
    font-style: italic;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.employee-card-description-container{
	display: table;
	width: 100%;
}

.employee-card-description {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	display: table-cell;
	width: 100%;
	font-size: auto;
    margin-right: 30px;
    margin-left: 30px;
}

.portfolio-button {
    display: block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    height: 60px;
    border-radius: 45px;
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    background-color: hsla(0,0%,85%,1.00);
    border-color: hsla(0,0%,0%,1.00);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: hsla(0,0%,0%,1.00);
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.portfolio-button:hover {
	background-color: white;
	border-color: grey;
	border-bottom-color: grey;
	border-right-color: grey;
}

.employees-title {
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    text-shadow: 0px 0px 10px hsla(0,0%,0%,0.35);
    color: hsla(0,0%,100%,1.00);
    padding-top: 25px;
	padding-bottom: 25px;
    text-align: center;
}

/*GAMES*/
.games {
	position: relative;
	background-color: #6639B9;
	height: auto;
	width: 100%;
}

.game-carousel {
	width: 90%;
	height: 700px;
	margin: 0 auto;
}

.apotheker-game-card {
	background-color:#080303;
    width: 27%;
    float: left;
    height: auto;
    border-radius: 20px;
    border-spacing: 20px 30px;
    border: 30px none hsla(0,0%,52%,1.00);
    padding-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
}
.game-card {
	background-color:#4D535C;
    width: 27%;
    float: left;
    height: auto;
    border-radius: 20px;
    border-spacing: 20px 30px;
    border: 30px none hsla(0,0%,52%,1.00);
    padding-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 20px 10px hsla(0,0%,0%,0.40);
}

.game-card-title {
    text-align: center;
    margin-top: 15px;
    font-size: 3.5vw;
    font-style: normal;
    font-family: almendra;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
}

.game-card-description-teaser {
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 3vw;
    line-height: 135px;
    color: hsla(0,0%,100%,1.00);
    font-style: italic;
    text-shadow: 0px 0px 21px hsla(0,0%,0%,1.00);
	margin-bottom: 10px;
}

.game-card-description {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 1vw;
    margin-right: 30px;
    margin-left: 30px;
	margin-bottom: 10px;
}

.games-title {
	font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    text-shadow: 0px 0px 10px hsla(0,0%,0%,0.35);
    color: hsla(0,0%,100%,1.00);
    padding-top: 25px;
	padding-bottom: 25px;
    text-align: center;
}

.promo-image {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-media-follow {
	text-align: center;
    margin-top: 15px;
    font-size: 2vw;
    font-style: normal;
    font-family: almendra;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
}
.apotheker-description {
    text-align: center;
    margin-top: 15px;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
    color: #AE7E50;
    font-family: "Slabo27px Regular";
	margin-bottom: 10px;
}

.phantoms-description {
    text-align: center;
    margin-top: 15px;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    font-family: "Slabo27px Regular";
	margin-bottom: 10px;
}

/*CONTACT US*/

.contact {
	background-color: hsla(262,100%,27%,1.00);
	height: 800px;
	position: relative;
}
.contact-header {
    text-align: center;
    color: hsla(0,0%,100%,1.00);
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
}

.contact-button {
    display: block;
    vertical-align: middle;
    margin: auto;
    width: 20%;
    height: 100px;
    border-radius: 45px;
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 400%;
}

.contact-body {
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: hsla(0,0%,100%,1.00);
    font-size: 32px;
    margin-top: 10px;
}

.contact-address {
    text-align: left;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: hsla(0,0%,100%,1.00);
    font-size: 24px;
    margin-top: 10px;
}

.mailinglist {
    width: 50%;
    text-align: center;
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(0,0%,7%,1.00);
    border-radius: 40px;
    display: block;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

.emailaddress {
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    color: hsla(0,0%,100%,1.00);
    font-size: 3.4vw;
    text-shadow: 0px 0px 30px hsla(0,0%,0%,1.00);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*LEGAL*/

.footer {
	width:100%;
	height: 50px;
	background-color:black;
}

.legal-text {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-size: large;
    color: hsla(0,0%,100%,1.00);
    margin-left: 30px;
    padding-top: 10px;
}

/*SOCIAL MEDIA*/

.social-media-bar {
    width: 50%;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.social-media-button {
    margin-left: 5%;
    margin-right: 4%;
	width:15%;
	heigh:auto;
	-webkit-translation:0.3s;
	translation:0.3s;
}

.social-media-button:hover {
	width:20%;
}

.social{
	opacity: 1;
	filter: alpha(opacity=100);
}

.social:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


















