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

@font-face {
     font-family: 'GothamBold';
     src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
     src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'GothamThin';
     src: url('fonts/gotham-book.eot'); /* IE9 Compat Modes */
     src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/gotham-book.woff') format('woff'), /* Modern Browsers */
     url('fonts/gotham-book.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/gotham-book.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'GothamMedium';
     src: url('fonts/gotham-medium/gotham-medium.eot'); /* IE9 Compat Modes */
     src: url('fonts/gotham-medium/gotham-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/gotham-medium/gotham-medium.woff') format('woff'), /* Modern Browsers */
     url('fonts/gotham-medium/gotham-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/gotham-medium/gotham-medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}/* CSS Document */
		

		p{
			 font-family: "GothamThin" !important;
		}
div {
	
	font-family: "GothamThin" !important;
}





form, input, select, textarea {
		  width:  600px;
		  margin: auto;
		  
	  }

input[type="time"]::-webkit-calendar-picker-indicator {
    width:  600px;
		  margin: auto;
}




	#container {
    min-height: 100%;
    position: relative;
 
    margin: auto;
    max-width: 1430px;
	

	}

	.container-independent a{
	text-decoration: none;
	color: black;
	font-weight: bolder;
	}
	.container-independent {

 
    position: relative;
   
    margin: auto;
    
	}



.spacing {
	line-height: 1;
	letter-spacing: -.07em;
}
.line-height {
	margin: 0px;
	line-height: 1;
	letter-spacing: -.09em;
}

.align-mid {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

#copyright {
padding-top: 20px;
text-align: right;
}

.popup {
	
	padding: 20%;
}

/* Laptop */
@media screen and (max-width: 1380px) {

.popup {
	padding: 20%;
}


}

	/* Laptop */
@media screen and (max-width: 980px) {
	
.icon-bar a:link, .icon-bar a:visited {
	float: left;	
		background-color: white;
	}
	
	.icon-bar {
		margin-top: 0;
		position: relative;
		display: block;
	}



}

/* Mobile */
@media screen and (max-width: 770px) {
	
	form, input, select, textarea {
		  width:  100% !important;
	  }
	
  #copyright {
  text-align: left;
  padding-top: 20px;
  }

  .mobile-align-center {	
  text-align: center;
  }
	

.popup {
	padding: 5%;
}

}
