/* ==================================================
   CSS Imports
================================================== */

@import url("reset.css");

/* ==================================================
   Icon Fonts
================================================== */

@import url("fonts/fontawesome/font-awesome.css");

/* ==================================================
   Google Fonts
================================================== */

@import url("http://fonts.googleapis.com/css?family=Ruda:400,700,900");
@import url("http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");

/* ==================================================
   Global Styles
================================================== */

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "Ruda", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	background: #FFF;
	
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: #cc16a8;
	color: #222;
}

::-moz-selection
{
	background: #cc16a8;
	color: #222;
}

a
{
	color: #cc16a8;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
}

/* ==================================================
   Images
================================================== */

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

/* ==================================================
   Background Images
================================================== */

.fp-tableCell
{
	background: url("../images/overlay.png") repeat fixed;
}

#section0
{
	background-image: url("../images/gold1.gif");
	background-size: cover;
}

	#slide1
	{
		background-image: url("../images/gold1.gif");
		background-size: cover;
	}
	
	#slide2
	{
		background-image: url("../images/gold2.gif");
		background-size: cover;
	}
	
	#slide3
	{
		background-image: url("../images/gold3.gif");
		background-size: cover;
	}
	
	#slide4
	{
		background-image: url("../images/goldpic6.gif");
		background-size: cover;
	}
	
	#slide4
	{
		background-image: url("../images/logodrak.gif");
		background-size: cover;
	}

#section2
{
	background-image: url("../images/goldcoin.gif");
	background-size: cover;
}

#section3
{
	background-image: url("../images/fire.gif");
	background-size: cover;
}

/* ==================================================
   Fade Elements
================================================== */
	
.fadeElement
{
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

	.fadeElement.toggleHide
	{
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}

/* ==================================================
   Layout Styles
================================================== */

.container
{
	width: 100%;
	padding: 0 50px;
	min-width: 280px;
	line-height: 30px;
}

	.container .bodycontainer
	{
		margin: 0 auto;
		width: 100%;
	}
	
/* ==================================================
   Sections
================================================== */

#toggleButton
{
	position: fixed;
	top: 0;
	right: 50px;
	z-index: 101;
	line-height: 70px;
	cursor: pointer;
	font-size: 14px;
	color: #cc16a8;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
}

#headercont
{
	position: fixed;
	top: 0;
	z-index: 100;
	background: #111;
	height: 70px;
}

	#headercont h1 a
	{
		font-size: 28px;
		line-height: 70px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: -0.4px;
	}
	
		#headercont h1 a span
		{
			font-weight: 300;
			color: #FFF;
		}

#footercont
{
	position: fixed;
	bottom: 0;
	z-index: 100;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(0,0,0,0.3);
}

	#footercont #socialmedia
	{
		float: left;
	}
	
		#footercont #socialmedia ul
		{
			margin: 0;
		}
	
		#footercont #socialmedia ul li
		{
			float: left;
			list-style-type: none;
			margin: 0 12px 0 0;
			padding: 0;
		}
	
			#footercont #socialmedia ul li a
			{
				float: left;
				font-size: 18px;
				line-height: 18px;
				color: #FFF;
			}
			
			#footercont #socialmedia ul li a:hover
			{
				color: #EE2552;
			}
	
	#footercont p
	{
		float: right;
		line-height: 24px;
		font-size: 13px;
		letter-spacing: 1px;
		color: #FFF;
		font-weight: 300;
		text-transform: uppercase;
		margin: 0;
	}

#fullpage
{
	line-height: 30px;
}

.section
{
	color: #FFF;
}

	.section .container
	{
		width: 100%;
		padding: 0 50px;
		min-width: 280px;
	}

		.section .container .inner
		{
			margin: 0 auto;
			width: 100%;
		}
		
			.section .container .inner h3
			{
				display: inline-block;
				font-size: 46px;
				line-height: 46px;
				padding: 8px 12px 12px 12px;
				font-weight: 300;
				text-transform: uppercase;
				letter-spacing: 0.6px;
				font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
				background: #cc16a8;
				color: #FFF;
			}
			
			.section .container .inner p
			{
				font-family: "Droid Serif";
				font-style: italic;
				padding: 10px;
			}


/* ==================================================
   Media Queries - Small Desktop
================================================== */

@media only screen and (max-width: 1200px)
{

	

}

/* ==================================================
   Media Queries - Tablet - Landscape
================================================== */

@media only screen and (max-width: 1048px)
{
	
	
	
}

/* ==================================================
   Media Queries - Mobile - Landscape
================================================== */

@media only screen and (max-width: 768px)
{
	
	#toggleButton
	{
		right: 30px;
	}
	
	.container
	{
		padding: 0 30px;
	}
	
	.section .container
	{
		padding: 0 30px;
	}
	
		.section .container .inner h3
		{
			font-size: 38px;
			line-height: 38px;
		}
	
	#footercont
	{
		text-align: left;
	}
	
		#footercont #socialmedia
		{
			float: left;
			width: 100%;
			margin: 5px 0 10px 0;
		}
		
		#footercont p
		{
			float: left;
			width: 100%;
		}
	
}

/* ==================================================
   Media Queries - Mobile - Portrait
================================================== */

@media only screen and (max-width: 480px)
{
	
	#toggleButton
	{
		display: none;
	}
	
	.container
	{
		padding: 0 20px;
	}
	
	.section .container
	{
		padding: 0 20px;
	}
	
		.section .container .inner h3
		{
			font-size: 28px;
			line-height: 28px;
			padding: 6px 10px 10px 10px;
		}
	
}

/* ==================================================
   Click me - tree


html,
body {
    padding: 0;
    margin: 0;
}

.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040229;
}

.title {
    position: fixed;
    top: 75%;
    left: 50%;
	 transform: translate(-50%, -50%);
    font-family: monospace;
    user-select: none;
    pointer-events: none;
    color: white;
}

================================================== */