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

*, *:after, *:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

::selection
{
	background: #7C3E66;
	color: #FFF;
}

::-moz-selection
{
	background: #7C3E66;
	color: #FFF;
}

a
{
	color: #7C3E66;
	text-decoration: none;
}

a:hover
{
	color: #222;
}

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

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

/* ==================================================
   Colours
================================================== */

.bg1
{
	background: #424242;
}

/* ==================================================
   Buttons
================================================== */

.button
{
	display: inline-block;
	padding: 16px 24px 14px 24px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	font-family: "Poppins";
	color: #FFF;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	outline: 0;
	border: 0;
	letter-spacing: -0.2px;
	cursor: pointer;
	background: #7C3E66;
		
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

	.button:hover
	{
		color: #7C3E66;
		background: #FFF;
	}

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

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

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

#headercont
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

	#headercont a img
	{
		display: inline-block;
		width: 100%;
		max-width: 300px;
	}
	
	#headercont h1
	{
		font-family: "Poppins";
		font-weight: 400;
		font-size: 32px;
		line-height: 32px;
		letter-spacing: -1.5px;
		margin-bottom: 20px;
	}
	
		#headercont h1 a
		{
			font-weight: 600;
		}
	
	#headercont p
	{
		margin-bottom: 30px;
	}
		
#ctacont
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
}

	#ctacont h3
	{
		font-family: "Poppins";
		letter-spacing: -1px;
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 26px;
		font-weight: 700;
	}
	
	#ctacont p
	{
		line-height: 22px;
	}

		#ctacont .row
		{
			display: table;
		}
			
			#ctacont .dwdgrid-8
			{
				float: none;
				display: table-cell;
			}
			
			#ctacont .dwdgrid-4
			{
				float: none;
				display: table-cell;
				text-align: right;
				vertical-align: middle;
			}
			
#footercont
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
}

	#footercont #socmedia
	{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
		#footercont #socmedia ul
		{
			width: auto;
			margin: 0;
		}
		
			#footercont #socmedia ul li
			{
				display: inline-block;
				margin: 0 10px;
			}
			
				#footercont #socmedia ul li a
				{
					font-size: 28px;
					color: #999;
				}
				
					#footercont #socmedia ul li a:hover
					{
						color: #7C3E66;
					}

	#footercont p
	{
		margin: 0 0 10px 0;
	}
	
		#footercont p:last-child
		{
			margin: 0;
		}

	#footercont p strong
	{
		font-weight: 600;
		font-size: 16px;
		letter-spacing: -0.2px;
	}
	
	#footercont hr
	{
		float: left;
		clear: both;
		width: 100%;
		border: 0;
		height: 0;
		margin: 20px 0 30px 0;
		border-top: 1px dashed #CCC;
	}

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

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

	body
	{
		line-height: 28px;
	}

}

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

@media only screen and (max-width: 1048px)
{
	
	body
	{
		line-height: 27px;
	}
	
}

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

@media only screen and (max-width: 960px)
{
	
	body
	{
		line-height: 26px;
	}
	
	.container
	{
		padding: 0 20px;
	}
	
	#ctacont
	{
		padding-top: 40px;
		padding-bottom: 40px;
		color: #FFF;
	}
	
		#ctacont h3
		{
			letter-spacing: -0.4px;
			font-size: 26px;
			line-height: 26px;
		}
		
		#ctacont p
		{
			line-height: 22px;
		}
	
			#ctacont .row
			{
				display: table;
			}
				
				#ctacont .dwdgrid-8
				{
					display: block;
					padding-bottom: 15px;
					text-align: center;
				}
				
				#ctacont .dwdgrid-4
				{
					display: block;
					text-align: center;
				}
	
}

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

@media only screen and (max-width: 768px)
{
	
	body
	{
		line-height: 26px;
	}
	
}

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

@media only screen and (max-width: 480px)
{
	
	body
	{
		line-height: 25px;
	}
	
}

