* {
    box-sizing: border-box;
}

body {
		font-family: "Century Gothic";
		font-size: 20px;
    color: white;
    background-color: #c9c6c4;
    margin: 25px;
    padding: 0;
}

#bannerAnchor {
    height: 40px;
}

#banner {
    border-radius: 5px;
    margin: 20px 0px 10px 0px;
    box-shadow: 10px 10px 5px grey;
    padding: 0px;
}

#banner img {
    border-radius: 5px;
}

#playStore {
    max-width: 20%;
    height: auto;
    position: absolute;
    bottom: 2%;
    right: 2.5%;
}

#intro {
		margin: 20px 0px 10px 0px;
    background-color: #444344;
    border-radius: 10px;
		box-shadow: 10px 10px 5px grey;
		font-size: 20px;
}


.iframe {
	border: 0px;
}

#trailer {
    padding: 0 0 10px 10px;
}

@media only screen and (max-width: 767px) {
    #trailer {
        padding: 0 10px 0 10px;
    }
    #playStore {
        right: 4%;
    }
}
#screenshots {
    margin: 20px 0px 10px 0px;
    background-color: #444344;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 5px grey;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#slideshow {
	padding: 0px 5px 15px 5px;
}

#team {
    margin: 20px 0px 10px 0px;
    background-color: #444344;
    border-radius: 10px;
    box-shadow: 10px 10px 5px grey;
}

#teammembers {
    text-align: center;
}

#portal {
		margin: 20px 0px 10px 0px;
		padding: 25px;
    background-color: #444344;
    text-align: center;
    border-radius: 10px;
		box-shadow: 10px 10px 5px grey;
		font-family: "Copperplate Gothic Light";
}

#footer {
    margin: 20px 0px 10px 0px;
    background-color: #444344;
    border-radius: 10px;
    box-shadow: 10px 10px 5px grey;
}

#footertext {
    margin: 20px 0px 10px 0px;
    text-align: center;
}


a:link {
    text-decoration: none;
    color: #f6d318;
}

a:visited {
    text-decoration: none;
    color: #e8bb13;
}

a:hover {
    text-decoration: underline;
    color: #97d2ff;
}

a.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}