/* CSS Document */

html { 
  background: url(../images/SunsetVia.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:100%;
}

a {
    color:#FFF;
}



textarea {width:250px;
          height:150px;
}

input{width:250px;
}

#button1{ height:50px;
width:250px;
}

.center {
    display: block;
    margin: 0 auto;
}

.container{
	overflow:hidden;
	list-style:none;
}

.container li { display:inline-block;
				text-align:center;
				margin:20px;
}

.container img {
	display:block;
}

.container span { color: #FFF;
font-size:22px;
font-weight: bolder;
}

#AddressLeft{ text-align:left;
color:#FFF;
}


.adv{  width: 90%;
    display: block;
    margin: 0 auto;
	 background: rgba(0, 0, 0, 0.5);
	min-width:300px;
	
}



.buttonwrapper{
	width: 90%;
	 display: block;
    margin: 0 auto;
	
  height: auto;
 
  background: rgba(0, 0, 0, 0.5);
  min-width:300px;
  


}

.buttonwrapper2{ text-align:center;
width: 90%;
 display: block;
margin: 0 auto;
height: auto;


min-width:300px;


}

.button2{ display: inline;

}

.button3{ display: inline;
}

.button4{ display: inline;
}


.Tnumbers{ text-align:center

}
.Tnumbers1{  
    display: inline-block;
	
	margin:30px;
	text-align:center;

}

.Tnumbers2{ 
   
    display: inline-block;
	margin:30px;
	text-align:center;


}



P{color:#FFF;
padding:30px;
}

h2{ color:#F00;
padding:25px;
}

h1{ text-align:center
}


.button100  { text-align:left;
              
}


.button200  {
  display: inline-block;
  width: 270px;
  height:auto;
  text-align:left;
  vertical-align:top;


	  
  }
  
  .button200 ul  {
	  list-style:none;
	  color:#FFF;
	  text-align:left;
	  margin: 5px; 
	  padding: 0;
	  
  }

.button400{ text-align:left;
			  display: inline-block;
			   
}


#Send{ width:5em;
	   height:3em;
}

#Reset{ width:5em;
	   height:3em;
}

.nbrdr{ margin:0;
border:0;
padding:0;
}

.map{border:#F00 3px solid;
}



#rotating-item-wrapper {
	
	position: relative;
	margin: 0 auto;
	min-width:300px;
	height:200px;
	

}


.rotating-item {
	display: none;
	position: absolute;
    top: 0;
    left:0;
	
	
	
}



/* Add a black background color to the top navigation */
.topnav {
	
   background: rgba(0, 0, 0, 0.8);

    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
	color:#F00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
	
	
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: block;
	
	
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 2000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 2000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}







