/*
 * Authors: Tyler Chi, Liam Connor, David Isaksen, Nicholas Sukhu, Huy Vu
 * Last Modified:05-09-2018
 * 
 * CSS file for the PlexOrb site for IS448 GroupProject.
 */

html, body{
	background-image: url("https://swe.umbc.edu/~nsukhu1/is448/groupProject2/images/homeBack.jpeg");
	background-size: cover;
	background-color: #BDBDBD;
	padding: 0px;
	margin: 0px;
	height:100%;
}

h2{
	margin-top:10%;
	margin-bottom:10%;
	font-family: Tahoma, Verdana, sans-serif;
}

h3{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 30px;
}


h4{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
}

h5{
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
	text-align: center;
}

input[type=submit],
input[type=reset]{
	background-color: White;
	background-size: cover;
	height: 40px;
	width: 100px;
	padding:10px;
	align-items: center;
	justify-content: center;
	border-top: 2px Black solid;
	border: 2px Black solid;
	font-family: Impact, fantasy, sans-serif;
}

table{
	width: 100%;
	margin: 5px;
	text-align:center;
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
}

th{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
}

.centerForm{
	color:white;
	text-align:center;
	width:30%;
	padding:5px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.9)
}

.heading{
	color:white;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	font-family: Tahoma, Verdana, sans-serif;
}

.blurb{
	color:white;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	font-family: serif;
}

.shade{
	color: white;
	width:55%;
	min-width:400px;
	padding:30px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color: rgba(0,0,0,0.9)
}

.centerText{
	text-align:center;
}

/*----------------------------*/
/* Top CSS */
.left{
  float:left;
  position: relative;
  top: 50%;
  transform: translateY(-100%);
}

.imgFloatLeft{
	float: left;
	width:40px;
	height:40px;
}

.top{
  background-color: #8BC34A;
  background-size: cover;
  height: 40px;
  padding:10px;
  align-items: center;
  justify-content: center;
  border-top: 2px Black solid;
  border-bottom: 2px Black solid;
  font-family: Impact, fantasy, sans-serif;
}

a:link.topButtons, a:visited{
	background-color: #A4CEF0;
	border:2px Black solid;
	color: Black;
	padding: 5px 10px;
	text-align: center; 
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-family: Impact, fantasy, sans-serif;
}

a:hover.topButtons, a:active{
	background-color: #58A5E4;
}

/*----------------------------*/
/* Home CSS */
#homeTop{
	width:55%;
	min-width:400px;
	padding:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top:7.5%;
	text-align:center;
	background-color: rgba(0,0,0,0.9)
}

#homeBottom{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align:center;
	display: inline-block;
	align-items: center;
	justify-content: center;
}

.homeImages{
    display: inline-block;
    height: 500px;
    width:500px;
}

/*----------------------------*/
/* AboutUs CSS */
#aboutBottom{
  display:inline-block;
  align-items: center;
  justify-content: center;
  text-align:center;
}

.aboutImages{
    display: inline-block;
    height: 250px;
    width:300px;
}

/*----------------------------*/
/*Create Account CSS*/
.mainTitle{
	color: white;
	font-size: 1.5em;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	margin-top: 2.5%;
	text-align:center;
}
	
.subtitle{
	color: white;
	font-size: 10pt;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

p.fillOut{
	color: white;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}

/*----------------------------*/
/*User Account CSS*/
.lowContain{
	color:white;
	background-color: rgba(0,0,0,0.9);
	margin-left: 2%;
	margin-right: 2%;
	height: 500px;
}

.containerLeft{
	color:white;
	float:left;
	width:70%;
	margin-left:0px;
	margin-top:0px;
}

#info{
	padding: 10px;
	margin-left: 2%;
	margin-top:0px;
	overflow:auto;
	height:600px;
}

#privacy{
	color:white;
	overflow:auto;
	height: 500px;
	margin-left:0px;
	margin-top:0px;
	padding-left:50px;
	font-size:15px;
	border-left: 2px White solid;
}

.privacyTitle{
	color:white;
	text-align: center;
}

.selectMenu{
	max-width: 200px;
	min-width: 200px;
	width: 200px;
}

/*----------------------------*/
/*Browse Rooms CSS*/
.browseContain{
	color:white;
	background-color: rgba(0,0,0,0.9);
	margin-left: 2%;
	margin-right: 2%;
	height:500px;
}

.searchLeft{
	color:white;
	float:left;
	width:20%;
	margin-left:0px;
	margin-top:0px;
	padding-left:15px;
	font-size:15px;
	border-right: 2px White solid;
	height:500px;
}

.rooms{
	color:white;
	height:400px;
	overflow:auto;
	margin-left:0px;
	margin-top:0px;
	padding:50px;
	font-size:15px;
}

/*----------------------------*/
/*Make Reservation CSS*/
.makeRes{
	font-size:20px;
	font-family: Tahoma, Verdana, sans-serif;
}


