/* Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*overflow-x: hidden;  did this ruin shit and add scroll mid-div?*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Anna's CSS starts here..*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	color: #666666;
	padding-bottom: 0.3em;
	padding-top: 0.5em;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #666666;
	padding-bottom: 0.5em;
}

p.moresection {
	padding-bottom: 1.7em;
}

p.copyright {
	font-size: 0.6em;
	position: absolute;
	bottom: 0;
	right: 1%;
}

a {
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}

a.menulink {
	border-bottom: 1px solid currentColor; /* Or whatever color you want */
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

a.morebutton {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #666666;
}

a.contactlink:hover {
	opacity: 0.3;
}

a.copyrightlink {
	color: #666666;
}

a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

a.morebutton:hover {
	color: #BBBBBB;
	text-decoration: none;
}

a:visited:hover {
	color: #666666;
	text-decoration: none;
}

.headertext {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.annadahlin {
	font-family: 'Raleway', sans-serif;
	font-size: 5em;
	color: #FFFFFF;
	display: block;
}

.soundengineer {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	color: #FFFFFF;
	display: block;
}

.touringmachinetext {
	font-family: 'Raleway', sans-serif;
	font-size: 12em;
	color: #FFFFFF;
}

.image {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 2em;
}

.imgmap {
	top:0px; 
	left:0px; 
	z-index:1;
}

.imgcities {
	top:0px; 
	left:0px; 
	z-index:2;
}

.sectiontitleimage {
	max-width: 100%;
	height: auto; 
	display: block;
	padding: 0.2em;
}

.contactimage {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0em;
	float: left;
}

.contacticon {
	max-width: 100%;
	height: auto;
	display: inline;
	margin: 0 auto;
	padding: 0em;
}

.logofadeup {
}

.fadein {
}

.hidden {
     opacity:0;
}

.visible{
     opacity:1;
}

.menubar {
	background-color: #DADADA;
	flex: 1;
}

.div-content{
	flex: 9;
}

.headersection {
	background-color: #000000;
	background: url(images/header.jpg) no-repeat left center;
	background-size: cover;
	height:100vh;
	position: relative;
}

.whosection {
	background-color: #FFFFFF;
	position: relative;
	display: flex;
}

.wheresection {
	background-color: #FFFFFF;
	position: relative;	
	display: flex;
}

.mapcontainer {
    position:relative;
}

.mapcontainer img {
	position: absolute;
}

.shrinkh1 {
	max-width: 100%;
}

.moresectionwrap {
	display: none;
}

.moresection {
	background-color: #FFFFFF;
	position: relative;	
	display: flex;
}

.morebuttonsection {
	background-color: #FFFFFF;
	position: relative;	
	display: flex;
}

.morebutton {
	float: right; 
	padding-right: 5%; 
}

.nowsection {
	background-color: #FFFFFF;
	position: relative;
	display: flex;
}

.twitter {
	max-width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.techsection {
	background-color: #000000;
	background: url(images/touringmachinescreen.png) no-repeat center center;
	background-size: cover;
	height: 100vh;
	position: relative;
	display: flex;
}

.relposdiv {
	position: relative;
}

.touringmachine {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.contactsectionmobile {
	background-color: #000000;
	position: relative;
	display: flex;
}

.contactsection {
	background-color: #000000;
	position: relative;
}

.showborder {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}



