@charset "utf-8";

@media (orientation:portrait){

/*NAV*/	
.nav-button {
	padding-top:5px;
	padding-bottom: 5px;
	color: hsla(262,100%,27%,1.00);
	font-size:100%;
	margin-top: 5px;
}

.nav-button-docked {
	padding-top:5px;
	padding-bottom: 5px;
	color: black;
	font-size:100%;
	margin-top: 2px;
}

.menu { 
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	height: 40px;
	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: 35px;
	overflow: hidden;
	margin: auto;
	position: sticky;
	transition: 0.3s;
}
/*WELCOME*/
.splash-image {
	width: 70%; 
	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: 5vw;
    font-style: italic;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 45px;
}

/*EMPLOYEES*/

.employees {
	background-color: #9C7BD7;
	position: relative;
	width:100%;
	height:900px;
	clear: both;
}

.card-carousel {
	width: 80%;
	height: 650px;
	margin: 0 auto;
}

.employee-card {
    background-color: white;
    width: 100%;
    float: left;
    height: 250px;
    border-radius: 20px;
    border-spacing: 30px 0px;
    border-style: none;
    padding-top: 0px;
    margin-left: 1.66%;
    margin-right: 1.66%;
    margin-top: 10px;
    -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: 5px;
    margin-bottom: 0px;
}

.profile-image {
	display:block;
	margin: 0 auto;
	width:128px;
	height:128px;
	
}

.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: 0px;
    margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.employee-card-description {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 0vw;
    margin-right: 0px;
    margin-left: 0px;
	
}

.portfolio-button {
    display: block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 0%;
    height: 0px;
    border-radius: 0px;
    font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 0vw;
    background-color: hsla(0,0%,85%,0.00);
    border-color: hsla(0,0%,0%,0.00);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: hsla(0,0%,0%,0.00);
    text-decoration: none;
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
}

.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: 5px;
	padding-bottom: 5px;
    text-align: center;
}

	/*GAMES*/
.games {
	position: relative;
	background-color: #6639B9;
	height: 700px;
	width: 100%;
}

.game-carousel {
	width: 80%;
	height: 600px;
	margin: 0 0;
}

.game-card {
    background-color: #4D535C;
    width: 95%;
    float: left;
    height: 275px;
    border-radius: 20px;
    border-spacing: 30px 0px;
    border: 30px none hsla(0,0%,52%,1.00);
    padding-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 10px;
    -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);
}
	
.apotheker-game-card {
	background-color:#080303;
    width: 95%;
    float: left;
    height: 275px;
    border-radius: 20px;
    border-spacing: 30px 0px;
    border: 30px none hsla(0,0%,52%,1.00);
    padding-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 10px;
    -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: 5px;
    font-size: 6vw;
    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: 4vw;
    line-height: 50px;
    color: hsla(0,0%,100%,1.00);
    font-style: italic;
    text-shadow: 0px 0px 21px hsla(0,0%,0%,1.00);
}

.game-card-description {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 3vw;
    margin-right: 30px;
    margin-left: 30px;
}

.games-title {
	font-family: almendra;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 10px hsla(0,0%,0%,0.35);
    color: hsla(0,0%,100%,1.00);
    padding-top: 20px;
	padding-bottom: 5px;
    text-align: center;
}

.promo-image {
    width: 256px;
    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: 3vw;
    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: 3vw;
    font-style: normal;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
    color: #AE7E50;
    font-family: "Slabo27px Regular";
}
	.phantoms-description {
    text-align: center;
    margin-top: 15px;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    font-family: "Slabo27px Regular";
}

/*CONTACT US*/

.contact {
	background-color: hsla(262,100%,27%,1.00);
	height: 750px;
	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: 66px;
}

.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: 80%;
    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: 7vw;
    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: 12px;
    color: hsla(0,0%,100%,1.00);
    margin-left: 30px;
    padding-top: 10px;
}	
	
/*SOCIAL MEDIA*/

.social-media-bar {
    width: 75%;
    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);
}
	
}
