@import url("Slabo27px_Regular/stylesheet.css");
/* CSS Document */

body{
    background-color: #080303;
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

.menu {
    top: 0;
    width: 93%;
    z-index: 999;
    background-color: transparent;
    height: 125px;
    overflow: hidden;
    transition: 0.3s;
    position: absolute;
	padding: 3% 3%;
}

.pinedrakelogosideways {
	width:auto;
	height:115px;;
}

.social-media-bar {
    width: 30%;
    height: 115px;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

.social-media-button {
    margin-left: 2%;
    margin-right: 3%;
	width:15%;
	height: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);
}



.title-page{
	height: inherit;
    display: block;
    /*position: relative;*/
    text-align: center;
    top: 100%;
}
.title-image {
	width:50%;
	height:auto;
}

.title-text {
    color: #AE7E50;
    font-family: 'Slabo27px Regular';
    font-size: 3vw;
    text-align: center;
}

.description-text {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
	font-size: 1.8vw;
}

.presskit-description-text {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
    font-size: 1.8vw;
    margin-left: 200px;
    margin-right: 200px;
}

.presskit-list-text {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
    font-size: 1.8vw;
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 200px;
    text-align: left;
}

.profile-image-left {
    display: block;
    width: 10%;
    height: auto;
    text-align: left;
    margin-left: 150px;
    float: left;
}

.profile-image-right {
    display: block;
    width: 10%;
    height: auto;
    text-align: right;
    margin-right: 150px;
    float: right;
}

.employee-description-text-left {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
    font-size: 1.6vw;
    float: none;
    top: auto;
    text-align: left;
    margin-left: 350px;
    margin-right: 200px;
    padding-top: 27px;
}

.employee-description-text-right {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
    font-size: 1.6vw;
    float: none;
    top: auto;
    text-align: right;
    margin-right: 350px;
    margin-left: 200px;
    padding-top: 27px;
}

.wishlist-button{
    width: 50%;
    background-color: transparent;
    border-color: transparent;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

.wishlist-button-image{
	width:50%;
}
.wishlist-button-image:hover{
    background-image:url("Assets/WishlistNow_Button_GLOW.png");
	background-size:cover;
}

.trailer {
	width: 900px;
	height: 506px;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: black;
    clear: both;
}

.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;
}
