html {
	height: 100%;
}

body {
	 background-color: #121212;
	color: #f5f5f5;
	flex-direction: column;
	min-height: 100%;
	display: flex;
}

a {
	color: #de6f00;
}

a:hover {
	color: #8c4600;
	text-decoration: none;
}

circle {
    height: 175px;
    width: 175px;
    background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	margin: 0x;
	background-size: 175px,175px;
	background-repeat: no-repeat;
}

footer {
	padding: 2em;
	margin: 0px;
}


h1 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: calc(40px + 1vw);
}

h2 {
	font-family: 'Roboto Slab', serif;
}

img {
	height: auto;
	width: 100%;
}


#games, #contact, #about {
	padding-top: calc(2rem + 40px);
	margin-top: calc(-2rem - 40px);
}

#towerdefensetd {
	margin-top: 0px;
	padding-top: 0px;
}


.bg-dark {
	background-color: #090909 !important;
}


.call-to-action-button {
	margin-top: 2em;
	margin-bottom: 2em;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	max-width: 85vw;
}

.content-area {
	padding-bottom: 2em;
	flex: 1;
}

.content-area p {
	font-size: 16pt;
}

.content-area h1 {
	padding: 20px;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	text-align: center;
	font-size: calc(50px + 1vw);
}

.content-area h2 {
	font-family: 'Roboto Slab', serif;
	padding-top: 2em;
	padding-bottom: 2em;
}

.content-area h3 {
	font-family: 'Roboto Slab', serif;
}

.light-content-area {
	background-color: #e8e7e6;
	color: #111111;
}

.dark-content-area {
	background-color: #121212;
	color: #e8e7e6;
}

.featured-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	background-color: #121212;
}

.full-height {
	min-height: 100vh;
	padding-bottom: calc(2em + 40px);
}

.img-logo {
	height: auto;
	max-width: 100%;
}

.intro-area {
	margin-top: calc(2em + 40px);
	height: calc(100vh - 2em - 40px);
	overflow: hidden;
	position: relative;
	/*background: url(../images/banners/Adventure-Dodge-Banner.png) no-repeat center /cover; */
	background: url(../images/IconLogoTransparentBackground.svg) no-repeat center /contain;
}

.intro-area span {
	position: absolute;
	bottom: 2em;
	left: 0;
	padding-left: 2em;
}

.padding-above {
	margin-top: 2em;
}

.padding-below {
	margin-bottom: 2em;
}

.platforms {
	background-color: #dbdbdb;
}

.nav-item {
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}

.nav-item-social {
	margin-left: 2em;
}

.nav-link a:hover {
	color: #8c4600 !important;
}

.nav-link i {
	font-size: 1em;
}

.screenshot {
	width: 100%;
	height: auto;
	padding: 1em;
}

.social {
	padding-top: 2em;
	padding-bottom: 2em;
}

.social a {
	color: rgba(255, 255, 255, 0.5);
}

.social a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.social-email-notice {
	padding: 2em;
	opacity: 50%;
}

.team  {
	text-align: center;
	padding-bottom: 4em;
}

.team h2 {
	padding: 0;
}

.team span {
	opacity: 50%;
	display: block;
}

.team-member {
	padding-bottom: 2em;
}

.text-logo {
	max-width: 200px;
	height: auto;
}




@media screen and (max-device-width: 760px) {

	.content-area p {
		font-size: 12pt;
	}

	.nav-item-social {
		margin-left: 0;
	}

	.social {
	  text-align: center;
	}
  }