@charset "utf-8";
/* CSS Document */
/*colors*
blue: #4cc9f0
pink: #f72585
purple: #7209b7
*/

/*GENERAL STYLES*/
body {
    margin: 0;
    background-color: #090909;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
	font-size:100%;
	line-height:1.5em;
	overflow-x:hidden; 

}

h1{
    color: black;
    font-size: 48px;
    line-height: 1.25em;
}

h1 span{
    font-size: 24px;
    display: block;
    color: black;
    font-weight: lighter;
	margin-top:25px;
	line-height: 1.25em;
	
}

h2{
	font-family: Arial, sans-serif;
	color:#4CC9F0;
	font-size:24px;
	line-height:1em;
	
}

h3{
	font-family: Arial, sans-serif;
	color:#f72585;
	font-size:24px;
	line-height:1em;
	
	
}

.clearfix{
	clear:both;
}

.divider{
	background-color:#7209b7;
	height: 50px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	
}

/*end general*/

/*===============================================header*/

header {
    height: 50%;
    padding: 10px;
    background-color: #000000;
	
}

.logo{
    float: left;
    width: 25%;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center center;
    background-image: url(assets/iceberg_lounge_logo.svg);
}


#headernav{
    float: right;
	padding-right:10px;
}

#headernav ul{
	padding:0;    
	display: inline;
}

#headernav li{
	list-style:none;
	float:left;
	font-size:24px;
	margin-left:35px;
}

#headernav a{
	text-decoration:none;
	color:white;
	
}

#headernav a:hover {
	color:#f72585;
	transition: color .5s; 
}

#hamburger {
	display:none;
}

/*===============================================end header*/

/*===============================================banner*/

#banner{
	background-image:url("assets/banner.jpg");
	height:700px;
	background-repeat: no-repeat; 
	background-size:cover; 
	background-position:center top;
	position:relative;
}

#valueprop{
	background-color:rgba(255,255,255,0.70);
	position:absolute;
	top:20%;
	left:0;
	right:0;
	margin:0 auto;
	transform: translateY(-50%, -50%);
	padding:30px;
	width: 45%;
	max-width: 720px;
}

#valueprop .button {
    text-decoration: none;
    font-size: 24px;
    color: #f72585;
    font-weight: bold;
}
/*===============================================end banner*/

/*===============================================main*/
#main{
    max-width: 100%;
    text-align: center;
	margin-top:50px;
}



.feature  {
    max-width: 20%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
	
}


/*===============================================end main*/

/*===============================================location*/

#location{
    width: 65%;
    margin-left: auto;
    margin-right: auto;

}

#location .map {
    width: 40%;
    float: left;

}
.directions {
    width: 40%;
    float: right;
    margin-left: 100px;
    vertical-align: top;

}

#location .directions h3 {
	font-family: Arial, sans-serif;
	color:#f72585;
	font-size:24px;
	line-height:1em;
	margin-top:0;
}
.address   {
    margin-top: 75px;
}
.bowery {
    margin-top: 75px;
}





/*===============================================end location*/

/*===============================================CTA*/

#cta{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    text-align: center;

	
}
.form fieldset p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


.form fieldset input {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    height: 50px;
    font-size: x-large;
	}

.form input[type=submit] {
    padding: 5px 15px;
    background-color: #4BCFFF;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    width: 400px;
}

/*===============================================end CTA*/


/*===============================================footer*/
footer{
    padding-right: 0;
    padding-left: 0;
	
}

#footernav{
	display:none;
}

p.copyright{
	color:white;
	text-align: center;
	font-size:14px;
}

ul.social{
    padding-left: 0px;
    text-align: center;
    width: 50%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

ul.social li{
    list-style: none;
    margin: 0;
    display: inline-block;
}

ul.social li a{
    text-decoration: none;
    margin: 0;	
}



/*===============================================MEDIA QUERIES */

@media screen and (max-width: 900px) {
	
	
	
	#headernav ul {display:none;
	
	}
	
	#hamburger {
	display:block;
	float:right;
}
	
	.logo{
    width: 50%;
	margin-top:10px;
}
	
	/*end header 900*/ 
	
	
	#valueprop{
	padding:20px;
	width: 75%;
	transform: translateY(-50%, -50%);
	}
	
	/*end value prop 900*/
	
	.feature  {
    max-width: 40%;
    margin-bottom: 30px;
	
}
	/*end of main 900*/
	#location{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
	
	
	#location .map {
	min-width:50%;
	float: left;
	
}
	.directions {
	width: 45%;
	min-width: 40%;
	float: right;
	margin-left: 0px;
	
	}
	
	.address   {
	margin-top: 0px;
	}
	.bowery {
	margin-top: 0px;
	}

	
	
	/*end of location 900*/
	
	#cta{
    width: 90%;
	
}
	
	.form fieldset p {
    width: 80%;

}
	/*end of cta 900*/
	
	#footernav{
	display:block;
}
	
	ul.social{
    width: 60%;
    margin-bottom: 50px;
    padding-left: 0px;
}
	
	#footernav{
    width: 100%;
    text-align: center;
	}

	#footernav ul{
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
	}
	
	#footernav li{
    padding-bottom: 10px;
    width: 100%;
    padding-top: 10px;
    margin: 0;
    background-color: #4CC9F0;
    list-style-type: none;		
	}
	
	#footernav li.odd{
    padding-bottom: 10px;
    width: 100%;
    padding-top: 10px;
    background-color: #0B6886;	
		
		
	}
	
	#footernav a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial;
    font-size: large;
    font-weight: bolder;
	}	
	
/*end footer nav 900*/
	
}

@media screen and (max-width: 706px) {
	
	h1{
    color: black;
    font-size: 36px;
}

	h1 span{
    font-size: 20px;
	
}

@media screen and (max-width: 600px) {
	
	
	#headernav ul {display:none;
	
	}
	
	#hamburger {
	display:block;
	float:right;
}
	
	.logo{
    width: 70%;
	margin-top:10px;
}

	/*end header 600*/ 

.feature  {
    max-width: 75%;
}
	
	/*end of main 600*/
	
	#cta{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: center;

	
}
.form fieldset p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.form fieldset input {
    width: 90%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: x-large;
	}

.form input[type=submit] {
    padding: 5px 15px;
    background-color: #4BCFFF;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    width: 90%;
    font-size: x-large;
}
	/*end of cta 475*/
}

@media screen and (max-width: 475px) {
	

#location .map {
    width: 100%;
    float: left;
	margin-bottom: 10px;

}
.directions {
    width: 100%;
    float: right;
    margin-left: 100px;
    vertical-align: top;

}

.address   {
    margin-top: 10px;
}
.bowery {
    margin-top: 10px;
}
	/*end of location 475*/
	

}

@media screen and (max-width: 390px) {
	#valueprop{
	padding:0px;
	width: 100%;
	left: 0%;
	}
	
	h1{
    font-size: 26px;
    line-height: 1.25em;
    text-align: center;
}

h1 span{
    font-size: 16px;
    font-weight: normal;
	margin-top:25px;
	
}
	/*end value prop 900*/
}
