html{
    height:100%;
}

body{
    height:100%;
    margin:0px;
    display: flex;
    background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 300px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#logo{
    position: absolute;
	top: 50px;
	left: 20px;
	margin: auto;
    padding: 10px 10px;
}

#ticket{
    position: absolute;
	top: 296px;
	left: 20px;
	margin: auto;
    padding: 10px 10px;
}

#ticket:hover{
	/*box-shadow: 0px 0px 10px 1px #000000;*/
}

#social{
	position: absolute;
	top: 1070px;
	left: 20px;
	margin: auto;
    padding: 10px 10px;
}
#SocialIcons{
    flex-direction: row;
	width: 92px;
	margin: 0px 0px;
}
.socialicon{
    margin: 10px;
}
.socialicon a img{
	width:32px;
	height:32px;
}

#container{
    position: absolute;
	top: 20px;
	right: 20px;
	margin: auto;
    padding: 0px 0px;
}
/*Panels*/
.Panel{
    display: flex;
    flex-direction: column;
    justify-content: right;
    max-width: 500px;
}
#Icons{
    float: right;
	flex-direction: column;
	flex-wrap: wrap;
    width: 116px;
	margin: 0px;
}
/*Tiles*/
.tile{
    display: flex;
	/*padding: 10px;*/
    margin: 10px;
	width: 96px;
	/*background-color:#FFFFFF;*/
    /*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);*/
    transition: box-shadow 0.2s ease-in-out;
}
.tile:hover{
    box-shadow: 0px 0px 10px 1px #000000;
}
.searchBar{
    display: flex;
	padding: 10px;
	width: 480px;
    margin: 10px 10px;
    background-color: rgba(0, 0, 0, 0.2);
}
.boxed{
	display: flex;
	padding: 10px;
	width: 480px;
	margin: 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active {
  color: rgba(0,0,0,0);
}
a.boxed:link, a.boxed:visited, a.boxed:hover, a.boxed:active {
  color: #cf102d;
}
/*Images in Icon Tiles*/
.icon a img{
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 96px;
}
/*Images in Search Tiles*/
.searchBar a img{
  width: 48px;
  height: 48px;
}
/*Search Bars*/
input{
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #000000;
    margin: auto 10px;
    color: #231F20;
	background-color: #FFFFFF;
    width: 40px;
	height: 18px;
	/*transition: box-shadow 0.2s ease-in-out;*/
}
input:hover{
	/*box-shadow: 0px 0px 10px 2px #C72034;*/
}
