@import url("https://cloud.typography.com/655080/6542352/css/fonts.css");
@import url("../fonts/MyFontsWebfontsKit.css");
.homepage-hero.hero-container {
  width: 100%;
  background-size: cover !important;
  background-position-y: 0px !important;
  position: relative;
  height: 100vh; }
  @media (max-width: 780px) {
    .homepage-hero.hero-container {
      margin-bottom: 54px; } }
  .homepage-hero.hero-container .hero-title-container {
    height: 100%;
    position: relative; }
    @media (max-width: 480px) {
      .homepage-hero.hero-container .hero-title-container {
        position: initial;
        transform: none; } }
    .homepage-hero.hero-container .hero-title-container h1 {
      color: rgba(255, 255, 255, 0.8);
      font-family: "Knockout 67 A", "Knockout 67 B", Haettenschweiler;
      letter-spacing: 2px;
      font-size: 100px;
      font-weight: 100;
      text-transform: uppercase;
      max-width: 80%;
      margin: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      line-height: 75px; }
      @media (max-width: 480px) {
        .homepage-hero.hero-container .hero-title-container h1 {
          font-size: 62px;
          max-width: 100%;
          line-height: 50px; } }
  .homepage-hero.hero-container .find-club-form {
    display: table;
    background-color: rgba(245, 171, 69, 0.7);
    position: absolute;
    top: 125px;
    right: 100px;
    width: 505px; }
    @media (max-width: 780px) {
      .homepage-hero.hero-container .find-club-form {
        top: 90px;
        bottom: -54px;
        left: 0px;
        top: auto;
        width: 100%;
        display: block;
        background-color: #d7ab4e;
        min-width: initial; } }
    .homepage-hero.hero-container .find-club-form .form {
      margin: 0 auto;
      padding: 10px; }
    .homepage-hero.hero-container .find-club-form input {
      color: white; }
      .homepage-hero.hero-container .find-club-form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .homepage-hero.hero-container .find-club-form input[type="text"] {
        background-color: rgba(149, 91, 12, 0.3);
        border: 0px;
        padding: 8px 10px;
        width: 266px;
        font-style: italic;
        font-size: 16px;
        margin-right: 6px; }
        @media (max-width: 780px) {
          .homepage-hero.hero-container .find-club-form input[type="text"] {
            background-color: rgba(205, 154, 62, 0.8);
            width: 50%; } }
      .homepage-hero.hero-container .find-club-form input[type="submit"] {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        padding: 8px 12px 3px;
        width: 189px;
        letter-spacing: 1.5px;
        cursor: pointer;
        transition: all 0.3s;
        vertical-align: top; }
        .homepage-hero.hero-container .find-club-form input[type="submit"]:hover {
          color: rgba(245, 171, 69, 0.6);
          background-color: white; }
        
		@media (max-width: 380px) {
			.homepage-hero.hero-container .find-club-form input[type="submit"] {
				padding: 8px 3px 3px;
				font-size: 15px;
			}}

		@media (max-width: 780px) {
          .homepage-hero.hero-container .find-club-form input[type="submit"] {
            width: 40%;
            float: right; } }
		
		
