@charset "UTF-8";
/* CSS Document */

html, body {
  	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  	margin: 0;
	width:100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: whitesmoke;
}

.footerBot {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #012c57;
   color: white;
   text-align: center;
}

#container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top:5px;
}

/* Header/Logo Title */
#skyBidHeader-background {
	background:url("../images/header_cloud.png");
	width:100%;
	height: 125px;
}

/* Page Content */
.content {padding:20px;}

* {
	  box-sizing: border-box;
	}

	/* Create three equal columns that floats next to each other */
	.column {
	  float: left;
	  width: 33.33%;
	  padding: 5px 10px 5px 5px;
	}

	/* Clear floats after the columns */
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  	display: block;
	font-size:.1.2em;
  	padding-top: 8px;
  	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-right: 8px;
}

skybid {
  border-collapse: collapse;
  width: 75%;
}

th {
	background-color: #012c57;
	color:white;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

.table2 {
  border-collapse: collapse;
  width: 60%;
}

.table2 th {
	background-color: #012c57;
	color:white;
}

.table2 th, td {
  text-align: left;
  padding: 8px;
}

.table2 tr:nth-child(even) {background-color: #fff;}

.myButton {
		box-shadow: 0px 0px 0px 2px #9fb4f2;
		background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
		background-color:#7892c2;
		border-radius:10px;
		border:1px solid #4e6096;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:Arial;
		font-size:12px;
		padding:12px 37px;
		text-decoration:none;
		text-shadow:0px 1px 0px #012c57;
		&:hover {
		background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
		background-color:#476e9e;
	}
	 &:active {
		position:relative;
		top:1px;
	}
}
.image {
	border:4px solid #012c57;
	height:100%;
	width:100%;
}

.header-area {
	position: relative;
	background: url('../images/2W6B0K5.jpg') no-repeat scroll center center / cover;
	width: 100%;
	height: 100%;
}

