/* FONTS */

/* Applies to the entire document. This is the DEFAULT font */
body {
  font-family: 'Raleway', sans-serif;
}	

/* Different sized headings */
h1, h2, h3, h4, h5, {
 	font-family: 'Special Elite', cursive;
}

/* Paragraph text */
p {
 	font-family: 'Muli', sans-serif;
}




article h3 {
 	font-size: 23px;
  
}

article p {
 	font-size: 14px; 
  margin-bottom: 2px !important;
}

/* LINDA, DO NOT EDIT BELOW HERE */
.framecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.framemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
  background: url('https://www.moonlightmarketbendigo.com.au/wp-content/uploads/2015/05/blurred_background_update.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div .col-md-8 {
 	width: 100%; 
  margin: 0;
  padding-left:5px;
  padding-right:10px;
}

div[role=main] {
 	background-color: rgba(255,255,255,0.9); 
 	border-radius: 10px;
  box-shadow: 2px 10px 15px rgba(0,0,0,0.25);
  padding: 30px;
  margin: 15px;
}

@media (max-width: 600px) {
	div[role=main] {
 	margin:0;
  padding:10px;
  width: 100%;
  border-radius: 0px;
}
.container {
 	padding:0px;
  
}
}

#logo img {
 	max-width: 600px; 
  width: 50%;
}

.menu-item > a {
 	color: white;
  font-size: 18px;
}

header nav {
 	border-top: 0;
    border-bottom: 0;
}

footer p a:last-child {
 	display: none; 
}

.accept {
  font-size: 12px;
  margin-left:-30px !important;
}	

.checkbox label {
 	font-size: 13px; 
}

.checkbox {
 	margin-bottom: 0px; 
}

input[type="file"] {
 	font-size: 13px; 
}

.inline, .checkbox {
 	display: inline !important; 
}

 .checkbox,  input[type="checkbox"] {
 	   margin-left: 0px !important;
}

.form-group .checkbox {
 	display: block !important; 
  margin-left: -20px !important;


}

 input[type="checkbox"] {
	  margin-right: 20px !important;
}