/* CSS Document */

body {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	background: #000;
  font-family: Arial, Verdana, sans-serif;
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 100%;
}
h1 {
	color: #09ccfb;
	font-size: 3.3em;
	font-weight: bold;
	line-height: 1.2;
	font-family: Tangerine, cursive;
	margin: 24px 0 48px 0;
}
h2 {
	color: #cea4e6;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.7;
	font-style: italic;
	max-width: 620px;
	margin: 0 auto;
}
h3 {
	color: #09ccfb;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.3;
}
p {
  color: #cea4e6;
  font-size: 1em;
  line-height: 1.5;
}
a:link, a:visited {
  color: #aa72e3;
  text-decoration: none;
  border-bottom: #4d06cc 1px solid;
  transition: 1s ease;
}
a:hover, a:active {
  color: #cea4e6;
  border-bottom: #000 1px solid;
  transition: 1s ease;
}
.galaxy-image {
	width: 300px;
	max-width: 100%;
	margin: -40px 0 12px 0;
}
.galaxy-facts {
	color: #aa72e3;
	font-size: .8em
}
.galaxy-facts a {
	/*! text-decoration: underline; */
	/*! border-bottom: 0px; */
}
.galaxy-facts a:hover {
	text-decoration: none;
}
.flex-container {
  padding: 0;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.flex-item {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.flex-item .certificate-612w {
	width: 612px;
	max-width: 100%;
}
.vert-center-container {
	position: relative;
}
.vertical-center {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.disclaimer p {
	font-size: .8em;
	text-align: left;
	color: #555;
	margin: 0 auto;
	padding: 24px 0 0 0;
	width: 60%;
}
.caption {
	font-size: .8em;
	margin-top: -6px;
}
.vert-space-12 {
	height: 12px
}
.vert-space-24 {
	height: 24px
}
.vert-space-36 {
	height: 36px
}
.vert-space-48 {
	height: 48px
}
.vert-space-60 {
	height: 60px
}
.vert-space-90 {
	height: 90px
}
#footer ul {
  margin: 0 auto;
  padding: 0;
}

#footer ul li {
  list-style: none;
  display: inline;
  padding: 0 8px 0 8px;
}
#footer {
  margin: 48px 0 0 0;
  padding: 36px 0 24px 0;
}

@media screen and (max-width:1300px) {  
	h1 {
		font-size: 3em;
	}
	.flex-item .certificate-612w {
		width: 550px;
	}	
	.vertical-center {
		padding: 0 5% 0 0;
	}
}

@media screen and (max-width:1024px) {  
   .flex-container, #name-a-galaxy .flex-container {
    display: block;
  }
  .vertical-center {
    position: static;
    top: 0;
    margin: 0 auto;
    padding: 48px 0 0 0;
    width: 80%;
    -ms-transform: translateY(0%);
      transform: translateY(0%);
  }
	.galaxy-image {
		margin: 12px 0 12px 0;
	}
}

@media screen and (max-width:800px) {  
	.disclaimer p {
		width: 80%;
		text-align: center;
	}
  #footer ul {
    margin: 0 0 36px 0;
  }
  #footer ul li {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
		line-height: 1.6;
		font-size: .8em;
  }
}

@media screen and (max-width:415px) { 
	.dedication-820w {
		display: none;
	}
	.dedication-415w {
		display: block;
	}

	h1 {
		color: #09ccfb;
		font-size: 2.2em;
		font-weight: bold;
		line-height: 1.4
	}
	h2 {
		color: #cea4e6;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.4
	}
	h3 {
		color: #666;
		font-size: .8em;
		font-weight: normal;
	}	
	#footer ul {
		padding: 0
	}
	#footer ul li {
		display: block;
		padding: 0;
	}
}




