@media only screen and (min-width:481px) {
	.mobile_menu {
		background-color: transparent;
	}
	
	.mobile_menu_item{
	width:75px;
	height:75px;
	border-radius:50%;
	font-size:0.85em;
	color:#fff;
	line-height:75px;
	text-align:center;
	}
}

.home 	{
	background-color:rgba(250,116,62,0.8);
}

.events {
	background-color: #FF6961;
}

.eventsContent {
background-color:rgba(255, 105, 97, 0.8);
}


.performance {
	background-color: #B19CD9;
}

.performanceContent {
	background-color: rgba(177, 156, 217, 0.8);
}

.writing {
	background-color: #FFB347;
}

.writingContent {
	background-color: rgba(255, 179, 71, 0.8);
}

.radio {
	background-color: #779ECB;
}

.radioContent {
	background-color:rgba(119, 158, 203, 0.8);
}

.video {
	background-color: #77DD77;
}

.videoContent {
	background-color:rgba(119, 221, 119, 0.8);
}


body {
	background-color: #f2f2f2;
	background-image: url(images/graphy.png);	
	margin:0;
	min-width:320px;
	
}

@font-face {
	font-family: Audimat;
	src: url(font/AUdimat-Bold.otf);
}

@font-face {
	font-family: Audimat-Reg;
	src: url(font/AUdimat-Regular.otf);
}

.title, .subtitle, .location{
	font-family: Audimat;
}

.mobile_menu {
	font-family: Audimat-Reg;
}

.indexImage {
	background-image: url('images/TimandraMain.jpg');
}

.eventsImage {
	background-image: url('images/TimandraEvents.jpg');
}

.onstageImage {
	background-image: url('images/TimandraOnStage.jpg');
}

.writingImage {
	background-image: url('images/TimandraWriting.jpg');
}

.radioImage {
	background-image: url('images/TimandraRadio.jpg');
}

.videoImage {
	background-image: url('images/TimandraVideo.jpg');
}

.bookImage{
	background-image: url('images/timandraBook.jpg');
}

#pageWrapper {

margin-bottom: 2em;
}

#pageWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.titleText  a {
color: black;
text-decoration: none;
}

.mobile_menu a {
color: white;
text-decoration: none;
}

.active {
color: black !important;

}

.homeContent {
	margin-top:1em;
	}
.location {
text-align: right;
margin-top:1em;
}

.social {
	text-align: center;
	box-sizing: border-box;
	margin-top:1em;
	float:left;
	clear:both;
	width:100%;
}

.social:after {
	content: "";
	width: 100%;
	display: inline-block;
    }

.socialButton {
	width:30%;
	display: inline-block;
}

.firstSocial {
	margin-right:0.4em;
}

.quotes {
	font-family: 'Source Sans Pro';
	float:left;
	clear:both;
	margin-top: 1em;	
	padding: 0 1em;
	
}

.qstart {
    float: left;
    font-family: Audimat-Reg;
    
    margin-left: -0.5em;
    
}

.qend {
	float: right;
    font-family: Audimat-Reg;
    
    margin-top: -0.1em;
}

.quoteSource {
	margin-top:0.5em;
	font-weight: 600;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:2em;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content a {
text-decoration: none;
color:black;
font-weight: 600;
}

.sidebar a {
text-decoration: none;
color: black;
}

#footer {

    font-family: 'Source Sans Pro';
    font-size: 0.7em;
    width: 66.66666%;
    margin-left: 33.33333%;
    text-align: center;
}

.book {
	width:100%;
	text-align:center;
}

.bookdate {
	font-weight: 600;
	font-family: Audimat-Reg;
	padding-bottom: 0.1em;
}

.bookimage {
	width:75%;
	max-width:150px;
}



