/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script|Rufina');

@font-face {
	font-family: "Trajan Pro";
	src: url('../fonts/TrajanPro-Regular.otf');
}

a {
	text-decoration: underline;
	text-shadow: 0px 0px;
	color: #D7BDF0;
}
a:hover {
	color: #FFA003;
}
body {
	margin: 0;
	color: white;
	font-family: Arial;
}
table {
	border-collapse: collapse;
}
.bg { 
background-image: url('../images/DSC7123.png');
background-size: cover;
background-position: center;
background-blend-mode: darken;
}
.blogHead {
	border-bottom: medium solid #8560A8;
}

.button { 
	background-color: #fe5162;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 14px 40px;
	margin: 4px 2px;
	cursor: pointer;
}
.button a {
	color: white;
	text-decoration: none;
}
.colored {
	background-color: rgba(0,0,0,0.70);
}
.date {
	text-align: center;
	border-left-style: solid;
	border-left-color: #8560A8;
}
.footer {
	/* [disabled]background-color: #0D4259; */
}
.hdr {
	position: absolute;
	top: 0%;
	text-align: center;
}
.promo-cell {
    vertical-align: top;
    text-align: center;
}
.separated {
	border-collapse: separate;
	border-spacing: 25px;
	padding: 15px;
}
.socialIcon {
	max-width: auto;
	max-height: 100%;
	height: auto;
}
.spacerRow {
	height: 85px;
}
.tour td  {
	border-bottom-color: #8560A8;
	border-top-color: #8560A8;
	border-bottom-style: solid;
	border-top-style: solid;
}
.variable-img {
	width: 80%;
	border: 1px solid white;
}
.ven {
	border-right-style: solid;
	border-right-color: #8560A8;
}
.wide { 
	width: 100%;
}


@media (max-width : 599px ){
body {
	background-image: url(../images/milkyway-qtr.png);
	background-size: cover;
}
.biosPic {
	width: 190px;
}
.contentText {
	font-family: 'Rufina', serif;
	font-size: .8em;
}
.copy {
	font-size: 0.8em;
	height: 32px;
}
.credit {
	font-size: 0.4em;
}
.ico {
	height: 15px;
	}
img.promo {
    height: 52px;
	}
.socialBar {
	height: 25px;
}
.tour td {
	padding: 10px;
	border-width: thin;
	font-size: small;
}
.traBold {
	font-family: 'Trajan Pro';
	font-size: 1em;
	color: #E1C19F;
	}
.var-text {
    font-size: x-small;
}

.venue {
	display: none;
 	}

}
@media (min-width : 600px ) and ( max-width : 1199px ){
body {
	background-image: url(../images/milkyway-hlf.png);
	background-size: cover;
}
.biosPic {
	width: 440px;
}
.blogDate {
	font-size: 0.8em;
}
.blogTitle {
	font-family: 'Petit Formal Script', cursive;
	font-size: 1.5em;
	color: #A3D5E9;
}
.contentText {
	font-family: 'Rufina', serif;
	font-size: 1.1em;
	}
.copy {
	height: 55px;
	border-width: medium;
}
.credit {
	font-size: .8em;
}
.hdrIco {
	width: 115px;
	}
.ico {
	height: 30px;		
	}
img.promo {
    height: 150px;
	}
.socialBar {
	height: 40px;
	padding: 4px;
	display: table-cell;
 	}
.tour td {
	padding: 15px;
	font-size: 1em;
	border-width: medium;
	}	
.traBold {
	font-family: 'Trajan Pro';
	font-size: 2em;
	color: #E1C19F;
	}
.var-text {
    font-size: medium;
    font-weight: bold;
}

}

@media (min-width: 1200px){
body {
	background-image: url(../images/milkway-full.png);
	background-size: cover;
	max-width: 100%;
}
.biosPic {
	width: 550px;
}
.blogDate {
	font-size: .9em;
}
.blogTitle {
	font-family: 'Petit Formal Script', cursive;
	font-size: 2em;
	color: #A3D5E9;
	}
.contentText {
	font-family: 'Rufina', serif;
	font-size: 1.6em;
	}
.copy {
	height: 100px;
	font-size: 2em;
	}
.hdrIco {
	width: 180px;
}
.ico { 
		height: 50px;
	}
img.promo {
    height: 342px;
	}
.socialBar {
	padding: 6px;
	height: 56px;
	}
.tour td {
	padding: 25px;
	font-size: 1.4em;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 7px;
	}

.traBold {
	font-family: 'Trajan Pro';
	font-size: 4em;
	color: #E1C19F;
	
	}
.var-text {
    font-size: x-large;
    font-weight: bold;
}

}
