<style type="text/css">
	 
    .form-control {
        text-align: center;
    }
    .jumbotron, jumbotron-fluid {
      background-image: url("https://hirewards.edgewiseventures.com/hctf/img/banner.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right bottom;
      margin-top: -10px;
      height: 180px;
      z-index: -10;
    }
    .header-card {
      margin: 0 auto;
      text-align: center;
      background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
      width: 250px;
      height: auto;
      border-style: solid;
      border-width: 2px;
      border-color: black;
      border-radius: 0px;
	  margin-top: 120px;
	  margin-bottom: 20px;
      position: center;
	}
	.firsta {
		margin-top: -60px;
		}
	    .first {
    	background-color: black;
        color: white;
        text-align: center;
        margin: -50px auto 0 auto;
        width: 90%;
        padding: 5px 5px 10px 5px;
        }
        .second{
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 5px 0px 5px;
        }
	 .btn, .btn-lg{
    	margin: 5px;
        border-radius: 0;
     }
	h1{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    }
    .lead{
    	font-family: 'Raleway', sans-serif;
    }
    h2, h3 {
    	color: black;
        margin: 0;
        padding: 0;
        font-family: 'Dancing Script', sans-serif;
    }
    body {
      background-color: white;
      color: #111111;
      text-align: center;
      margin-top: 90px;
    }
    table {
    	text-align: left;
        color: black;
        }
    .container {
     max-width: 720px;
    }

    .center_div {
    margin: 0 auto;
    width:40%;
    }
    h1.logo {
    margin-top: 10px;
    font-size: 80px !important;
    font-weight: normal;
    color: black;
    }
    
	#formbox{
		width: 30%;
		margin: 0px;
		padding: 5px;
		height: auto;
		text-align: center;
	}
    #cardnumber{
      color: #000;
      display: none;
    }
    #cardredeem{
      display:none;
    }
	#resultbox, #rewardbox, #confirmbox, #finalbox{
		text-align: center;
		font-size: 120%;
		padding: 5px;
		height: auto;
		margin-top: 15px;
		margin: 3px auto;
		width:50%;
        border-radius: 5px;
	}
    .transval{
		color:black;
	}
    #redeemcomplete{
		text-align: center;
		font-size: 120%;
		padding: 5px;
		height: auto;
		margin-top: 15px;
		margin: 0 auto;
		width:50%;
        border-radius: 5px;
	}
	#addData, #redeemData, #createData {
		display: none;
		}
	#interests {
		font-size: 120%;
		height:40px;
		border-radius: 0px;
		width: 50%;
		text-align: center;
		border: none;
		border-bottom: 2px solid #888;
		background-color: white;
		}
		.divider
{
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 1px;
}
.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

	.cardid, .cardidid, .cardval, .transval, .saleval {
    font-size: 120%;
		height:40px;
		border-radius: 0px !important;
		width: 20%;
		text-align: center;
		border: none;
		border-bottom: 2px solid #888;
	}
	.cardidlong {
    font-size: 120%;
		height:40px;
		border-radius: 0px !important;
		width: 25%;
		text-align: center;
		border: none;
		border-bottom: 2px solid #888;
		}
  .redeemval {
    height: 40px;
    width: 25%;
    font-size: 30px;
    text-align: center;
    }

	.error{ 
		color: red; 
	}
	.formError{ 
		color: red; 
	}
	.navbar-toggle {
		margin: 25px 25px 0px 0;
		border: none;
}
	.navbar-brand {
		height: 80px;
		}
		.navbar-nav {
		margin: 20px 20px 0px 0px;
		}


	@media screen and (max-width: 610px) {	
		.center_div{
			margin: 0 auto;
			width:70%;
		}
		h1.logo {
		  margin-top: 0px;
		  font-size: 40px !important;
		  font-weight: normal;
		  color: black;
		}
		#formbox{
			width: 50%;
			margin: 0px;
			padding: 5px;
			height: auto;
			text-align: center;
		}
		#resultbox, #rewardbox, #confirmbox, #finalbox{
			text-align: center;
			width: 90%;
            border-radius: 5px;
            margin: 3px auto;
		}
    #redeemcomplete {
	  width: 90%;
      border-radius: 5px;
		}
		.cardid, .cardidid, .cardval, .transval {
			font-size: 2em;
			height:auto;
			border-radius: 0px !important;
			width: 80%;
			text-align: center;
		}
		.cardidlong {
			font-size: 2em;
			height:auto;
			border-radius: 0px !important;
			width: 80%;
			text-align: center;
			}
	}
	</style>
