/*
Theme Name: A'more Marketing
Theme URI: http://www.amoremarketing.com.au/
Description: The amoremarketing.com.au theme for WordPress.
Author: Plate Media
Author URI: http://platemedia.com/
Version: 1.0
Tags: custom

License:
License URI:

*/

@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* https://fonts.google.com/specimen/Dancing+Script?query=Dancin */

html {
	background-color: #222;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	color: #fff;
}

#main {
	width: 980px;
	margin: 0px auto;
	background-image: url(/amore/wp-content/themes/amore/images/bgr.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: 0px 0px 15px #000;
}

#amoreBrand {
	background-image: url(/amore/wp-content/themes/amore/images/trivia.png);
	background-position: 660px 20px;
	background-repeat: no-repeat;
}

#header {
	padding: 180px 20px 20px 20px;
	background-image: url(/amore/wp-content/themes/amore/images/amore.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#header h1 {
	text-indent: -9999px;
}

#nav {
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;

}

#nav ul {
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

#nav ul li a {
	padding: 10px;
	border-radius: 5px;
	border-bottom: none;
}

#nav ul li a:link, #nav ul li a:visited {

}

#nav ul li a:hover, #nav ul li a:active {
	background-color: rgba(0, 0, 0, 0.85);
}

#content {
	clear: both;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.85);
	line-height: 1.35eml
}


#footer {
	text-align: right;
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}
h3 {
	font-family:"Dancing Script", arial, sans-serif;
	font-size: 40px;
	color: #d528f6;
}



ul.questions li {
	list-style-type: none;
	
}

ul.questions li:before {
	content: "Q: ";
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

a:link, a:visited {
	color: #f90;
	text-decoration: none;
}

a:hover, a:active {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dotted #f90;
}

