/* Some CSS Setup - nothing to do with flexbox */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}
.Question {
    color: #B62127;
    font-weight: bold;
}

.links {
	font-size: 1.25rem;
	font-weight: bold;
}

.answer {
	text-indent: 25px;
}

.contact {
	color: #693923;
	border-top: 2px solid #B62127;
}

.featured {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.5rem;
	color: #B62127;
}

.NamesSpread {
	letter-spacing: 0.1rem;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}

body h1 {
	color: #B62127;
}

.grid .box h1 {
	color: hsla(358,69%,42%,1.00);
	font-size: 1.5em;
}

.box {
    width: auto;
    background-repeat: repeat;
    font-size: 1.25rem;
    margin-left: 10px;
}
.bio {
    /* [disabled]width: 100%; */
    font-size: 1.25rem;
    margin-left: 10px;
}
.boxLeft2 {
	padding-right: 20px;
	
}
.boxLeft2 img {
	max-width: 400px;
	height: auto;
}
.boxRight2 {
	width: 75%;
	align-content: center;
}
.Red {
	color: #B62127;
	font-weight: bold;
}
.subHD {
	color: #B62127;
	font-size: 40px;
}


.header {
	text-align: center;
	width: auto;
}
.subtitle {
}
.subname {
	color: #693923;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}
.publisher {
	font-size: 1rem;
}

.boxLeft {
	flex: 1 1 auto:
	height: auto;
	flex: 1 1 auto;
	align-content: flex-start;
	width: auto;
}
.boxCenter {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	margin-left: 10px;
	margin-right: 10px;
	
}
.boxRight {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: flex-start;
	max-height: 420px;
}
.Events {
	flex: 1 1 auto:
	height: auto;
	flex: 1 1 auto;
	/* [disabled]padding-right: 20px; */
	margin-right: 20px;
	min-width: 200px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	/* [disabled]background-color: #F8F8EC; */
}
a {
	color: #B62127;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	transition: all 0.5s;
	text-align: center;
}
a:hover {
	text-decoration: underline;
}
.boxRight p a:link {
	color: #B62127;
	text-decoration: none;
	color: #B62127;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	text-align: center;
}
.boxRight p a:hover {
	text-decoration: underline;
}


.box p a:link {
	color: hsla(358,69%,42%,1.00);
	text-decoration: none;
}
.box p a:hover {
	text-decoration: underline;
}
.box p a:visited {
	color: hsla(358,69%,50%,1.00);
}



.buy {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul li a:hover {
	text-decoration: underline;
}

.social .icon a:hover {
	opacity: 0.75;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
footer p a:link {
	color: #F8F8EC;
}
footer p a:hover {
	text-decoration: underline;
}
footer p a:visited {
	color: #FFFFEE;
}
.toggleNav {
  display: none;
}

img {
	/* [disabled]width: 100%; */
}
.letter {
}

.RRpic img {
	max-width: 200px;
	height: auto;
}

.grid .boxRight img {
	max-height: 420px;
	width: auto;
}
.grid .boxRight .bio {
	-webkit-box-shadow: 5px 5px 5px hsla(0,0%,0%,0.69);
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.69);
	border-radius: 20px;
}

.boxRight bio a img {
	
}
.boxCenter p img {
	min-width: 100px;
	width: auto;
}

.column img {
	max-width: 80px;
	width: auto;
}

.social .icon img {
	height: 35px;
	width: auto;
	text-align: center;
}


.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.64);
}

input {
  padding:10px;
  border:0;
}
.Rand {
	display: flex;
	flex-direction: column;
}

section, footer {
	text-align: center;
	background-color: #B62127;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	color: #f8f8ec;
	font-weight: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.name {
	font-family: 'Anton', sans-serif;
	color: #B62127;
	font-size: 60px;
	margin-bottom: 0px;
	line-height: 35px;
}
.ArtistsName {
	color: hsla(358,69%,42%,1.00);
	font-size: 2em;
}

.by {
	font-size: 30px;
}

.name img {
	max-width: 80px;
	height: 100%;
	min-width: 80px;
}
.column {
	flex: 1 1 0px;
}
.wrapper .top h1 {
	color: #b62127;
	font-family: 'Anton', sans-serif;
	text-align: center;
	font-size: 80px;
	font-weight: 600;
	line-height: 40px;
}

.top h1 a:link {
	color: #B62127;
}
.top h1 a:hover {
	text-decoration: underline;
}
.top h1 a:visited {
	color: #B62127;
}

.social {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	min-height: 35px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
}
.icon {
	flex-basis: 9%;
	max-height: 35px;
	width: auto;
}
.credits {
	flex-direction: column;
	width: 100%;
}
.container {
	display: flex;
	height:100vh;
}



.grid {
	/*  As of August 2012, only supported in Chrome 21+ */
	display: -webkit-flex;
	display: flex;
}



/* Flex Container */
.flex-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	max-width: 100%;
}

/* Flex Item */
.flex-nav li {
	flex: 1;
	font-family: 'Anton', sans-serif;
	font-size: 0.9rem;
	text-align: center;
}

.flex-nav .social {
  flex:1;
	flex-wrap: wrap;
}


@media all and (max-width:1000px) {
  
  .flex-nav ul {
	flex-wrap: wrap;
  }

  .flex-nav li {
	flex: 1 1 50%;
  }

  .flex-nav .social {
    flex:1 1 25%;
  }
	
	
.grid {
	/*  As of August 2012, only supported in Chrome 21+ */
	display: -webkit-flex;
	display: flex;
		flex-direction: column;
		align-items: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
	.boxLeft2 {
	text-align: center;		
}
.boxLeft2 img {
	max-width: 80%;
	height: auto;
}
.boxRight2 {
	width: 100%;
}

}


/* This is where the magic Happens */

@media all and (max-width:500px) {
  
  .flex-nav li {
    flex-basis:100%;
  }
  

  /* Turn on flexbox */
  .wrapper {
    display:flex;
    flex-direction:column;
  }

  /* Reorder items */
  .wrapper > * {
    order:999;
  }
  
  /* Nav */
  .flex-nav {
    order:1;
  }

  .toggleNav {
    display: block;
  }

  .flex-nav ul {
    display: none;
  }
    .flex-nav ul.open {
      display:flex;
    }
  
  /* Header */
  .top {
  }

  /* Details */
  .details {
   
  }

  /* Sign Up */
  .signup {
  }
	.grid {
	/*  As of August 2012, only supported in Chrome 21+ */
	display: -webkit-flex;
	display: flex;
		flex-direction: column;
		align-items: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
	.boxLeft2 {
	text-align: center;		
}
.boxLeft2 img {
	max-width: 80%;
	height: auto;
}
.boxRight2 {
	width: 100%;
}
	.letter {
		width: 300px;
}
.social {
	flex-direction: column;
	flex-wrap: wrap;
	flex: 1 1 auto;
	/* [disabled]width: 100%; */
}
.icon {
	flex: 1 2 auto;
	flex-wrap: nowrap;
	
	}
.name {
	color: #B62127;
	font-size: 48px;
}
.social .icon img {
	text-align: center;
	max-height: 35px;
	height: auto;
}
	
	
}
