/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */

/* General Content
–––––––––––––––––––––––––––––––––––––––––––––– */
.main{padding-top:1%;}
.green{background-color:#34a0ae;}
.purple{background-color:#9F34A6;}
.fillwidth {
    min-width: 100%;
    height: auto;
}
.fillheight {
    min-height: 100%; 
    width: auto;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––– */
body{
	font-family: 'Abel',sans-serif;
	font-size: 1.5em;
	color: #000;
}
h2{
	font-family: 'Satisfy', cursive;
	font-size: 3em;
	margin: 0.67em;
}
h2.bio{color:#3f7f7c;}
p.bio{color: #fff;}
i.fa{padding-right: 0.6em}
i.fab{padding-right: 0.6em}
i.far{padding-right: 0.6em}

/* Section
–––––––––––––––––––––––––––––––––––––––––––––– */
section {
  padding: 1% 0;
}

/* Header & Navigation
–––––––––––––––––––––––––––––––––––––––––––––– */
.headerlogo { 
	height:150px;
	background-image: url(https://www.costumebay.com.au/ebay/Costume/Templates/costume-banner.gif);
	background-repeat: no-repeat;
}
.logo{
	margin: 5% auto;
	text-align: center;
}
.logo a{
	font-size: 3em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #fff;
	color: #7accc8;
}
/* Images & Media
–––––––––––––––––––––––––––––––––––––––––––––– */
.thumbnail {
  border: none;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */
p.footer{
	/*color: #FFFFFF;*/
	font-size: 1em;
	margin-bottom: 0px;
}

p.footer-header{
	/*color: #FFFFFF;*/
	font-size: 1.1em;
	margin-bottom: 0px;
}

p.copyright{
	text-align: center;
	color: #666;
	font-size: 1em;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––– */
