html,body{

}

hr {
  height: 2px;
  width: 95%;
}

.footer{
   width:100%;
   color: #CAAFF9;
   padding-top: 5px;
   background-color: #32008C;
   margin-top: 15px;
}

.footer a{
  color: #CAAFF9;
  text-decoration: underline;
}

.footer .content{
  padding-left: 20px;
  padding-right: 20px;
}

.footer .bottom{
  text-align: center;
  margin-top: -30px;
}

.footer table{
  width: 90%;
}

.footer td:nth-of-type(odd) {
  width: 50%;
  text-align: left;
}

.footer td:nth-of-type(even) {
  width: 50%;
  text-align: right;
}

.footer i{
  padding-right: 4px;
}

#content{
  margin: auto;
  display: flex;
  max-width: 1024px;
}

#content .info{
  margin: 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  padding: 40px;
}

#content .socialmedia{
  float: right;
}

#content .blurb{
  padding-bottom: 20px;
}

#top-header{
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1024px;
}

#top-header ul{
	background: #CAAFF9;
	background: linear-gradient(top, #CAAFF9 0%, #D2BCF9 100%);
	background: -moz-linear-gradient(top, #CAAFF9 0%, #D2BCF9 100%);
	background: -webkit-linear-gradient(top, #CAAFF9 0%,#D2BCF9 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	display: inline-table;
  margin: auto;
}

#top-header ul:after {
		content: ""; clear: both; display: block;
}


#top-header img{
  padding-left: 20px;
  padding-top: 20px;
}

#top-header li{
  list-style-type: none;
  cursor: pointer;
	float: left;
}

#top-header li:hover {
		background: #32008C;
		background: linear-gradient(top, #32008C 0%, #3b00a6 40%);
		background: -moz-linear-gradient(top, #32008C 0%, #3b00a6 40%);
		background: -webkit-linear-gradient(top, #32008C 0%,#3b00a6 40%);
	}
#top-header ul li:hover a {
	color: #CAAFF9;
}

#top-header ul li a {
  display: block; padding: 20px 35px;
  color: #757575; text-decoration: none;
}

#fourofour{
  text-align: center;
  padding: 100px;
}

#instafeed{
  height: 700px;
  overflow: auto;
  border-style: solid;
  border-color: #D3D3D3;
  border-width: .1px;
}

.instaheader .i{
  float: right;
  font-size: 90%;
}

#instafeed img{
  width: 280px;
  padding-top: 10px;
  padding-left: 25px;
}

#instafeed img:hover{
  opacity: .7;
}

#instafeed .like{
  float: right;
}

#instafeed .caption{
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
}

.instaheader{
  display: inline;
  padding-bottom: 2px;
}

.socialmedia .card{
  width: 370px;
}

.card{
  align-content: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.8);
  -webkit-border-radius: 0 !important;
 -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px;
  margin: 20px;
}

.form-info{
  font-size: 20px;
  padding-bottom: 10px;
  margin-left: 20px;

}

#albumList{
  width: 1024px;
  height: 768px;
  margin: auto;
  overflow: auto;
}

#albumList .ng-hide {
  display: block!important;
  visibility: hidden;
}

#albumList li{
  list-style-type: none;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.9);
}

#albumList li:hover{
  box-shadow: 1px 2px 16px rgba(0,0,0,0.9);
}

#albumList .location{
  font-size: 130%;
  border-bottom-style: solid;
  width: 93%;
  padding: 10px;
}

#albumList .title{
   font-size: 50px;
   border-style: solid;
   float: right;
   width: 7%;
   padding: 5px;
   text-align: center;
   margin: auto;
}

#albumList .description{
  font-size: 90%;
  padding: 10px;
}

#photos {
  width: 1024px;
  height: 768px;
  margin: auto;
  background-color: black;
  color: white;
}

#photos img {
  max-width: 857px;
  max-height: 608px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: middle;
  margin: auto;
}

#photos .ng-hide {
    display: block!important;
    visibility: hidden;
}

#photos .imgDisplay{
    width: 857px;
    height: 608px;
}

#photos .photoDisplay{
  display: inline-flex;
}

#photos .photoList{
  white-space: nowrap;
  width: 1024px;
  overflow: auto;
  margin: auto;
}

#photos li{
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 5px;
  margin-left: -5px;
}

#photos  li:hover{
  opacity: 0.75;
}

#photos li img{
  max-width: 150px;
  max-height: 150px;
}

#photos .photoInfo{
  float: right;
  width: 150px;
  height: 608px;
}

#photos .label{
  font-size: 20px;
}
#photos .label .info{
  font-size: 90%;
  padding-bottom: 30px;
}

#photos .photoList {
 padding-left: -20px;
}
