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

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}




h2 {
	width:500px;
	margin:auto;
	text-align:center;
	font-size: 25px;
	color: #fff;
	margin-top:25px;
	margin-bottom:15px;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* haw.ai css */

body {
	background-image:url(../images/bg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family: 'Lato', sans-serif;
	height: 100vh;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#headline {
	width:100%;
	height:28px;
	background-color: #222;
}

#cube {
	margin-top: 65px;
	right:0;
	left:0;
	margin-right: auto;
	margin-left: auto;
}

#response {
	
	width:500px;
	margin:auto;

	right:0;
	left:0;
	
	margin-right: auto;
	margin-left: auto;
}

#shorturl {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	right:0;
	left:0;
	margin-right: auto;
	margin-left: auto;
}

#legal-text {
	color: #fff;
}

.navbar {
	margin-right: 32px;
}

.navbar ul a {
	display: block;
	line-height:28px;
	color: #9d9d9d;
	font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration:none;
}

.navbar a {
	margin-right : 0;
	margin-left: auto;
	text-align: right;
}

.navbar ul a:hover {
	color: #fff;
}

.navbar-wrap {		
	
}

#wrap {
	position: fixed;
	left:0;
	right:0;
}

#form-label {
	width:500px;
	margin:auto;
	text-align:center;
	font-size: 50px;
	color: #fff;
	margin-top:260px;
	margin-bottom:20px;
}

#shortenform {
	width:500px;
	margin:auto;
}




.form-input {
    width: 374px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}

.form-btn {
	width:100px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 -webkit-font-smoothing: auto;
	 font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.form-btn-success:hover, .form-btn-success:focus, .form-btn-success:active, .form-btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}


@media only screen and (max-width: 1081px) {
	.navbar {
		margin-right:0;
	}    
	.navbar a {
		margin-right : auto;
		margin-left: auto;
		text-align: center;
	}
}

