

/* @font-face{
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-style: 'Normal';
  src: url('../fonts/brands/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.woff2') format('woff2'); 
  font-weight: 400;
  font-style: normal;

} */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');


:root{
  --yycNavyBlue:  #002D61;
}

main{
  border: 0px !important;
}

/* COLORS */
.white{
  color: #FFFFFF;
}

.navyBlue{
  color: #002D61;
}
.yycRed{
  color: #D70321;

}
.yycRed-light{
  color:  #ED1C24;
 
}
.yycBlue-light{
  color: rgb(0, 133, 221)
}
.yycYellow{
  color: #FFC762;
}

#park-quote-submit:hover, #park-quote-submit:focus {
    /* box-shadow: #00000029 6px 6px 3px; */
    color: var(--slideTextColor) !important;
    background-position: left !important;
}

/* a.park_signup_fullwidth_button_1 {
    width: 100%;
    height: 50px;
    background-color: var(--unnamed-color-ffffff);
    border-color: var(--unnamed-color-a4a4a8);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    margin: 0px auto 20px auto;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--unnamed-color-4d4d4d);
    text-decoration: none;
    display: inline-block;
    --initialTextColor: #FFFFFF;
    --slideTextColor: #FFFFFF;
    --initialBgColor: #002D61;
    --slideBgColor: #818181;
    color: var(--initialTextColor);
    background: transparent;
    background: linear-gradient(to left, var(--initialBgColor) 50%, var(--slideBgColor) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
} */

.backToYYC{
  padding-left: 20px;
}
.parking_button{
  width: 205px; 
  height: 10px;
  background-color: var(--unnamed-color-ffffff); 
  margin: 32px auto 20px auto; 
  padding: 16px; 
  font-family:'Hanken Grotesk' ,sans-serif !important;
   font-size: 14px; 
   font-weight: 700; 
   line-height: 18px;
    color: var(--unnamed-color-4d4d4d);
     text-decoration: none; 
     border: solid 1px #a4a4a8; 
     border-radius: 2px;
      display: inline-flex; 
      justify-content: space-between;
       align-items: center;
   --initialTextColor: #FFFFFF;
   --slideTextColor: #FFFFFF; 
   --initialBgColor: #002D61; 
   --slideBgColor: #D70321; 
   color: var(--initialTextColor); 
   background: transparent;
    background: linear-gradient(to left, var(--initialBgColor) 50%, var(--slideBgColor) 50%) right; 
    background-size: 200%; transition: .5s ease-out;
}

a:link {
  text-decoration: none;
}

/* Grids */

div#Brands_Pane1 {
    padding-top: 100px;
    height: 4000px !important;
}

.pageSection{
  display: grid;
  grid-template-columns: 1fr .5fr; 
  font-family: 'Hanken Grotesk',sans-serif !important;
 
}
section#page2 {
    display: grid; 
    grid-template-rows: 0fr; 
}
.p1-welcome,  .p3-welcome{
    grid-column: 1 / 2;
    display: grid;
    grid-template-rows: .25fr 1fr .25fr;
  
}
.p2-welcome{
    grid-column: 1 / 2;
    display: grid;
    grid-template-rows: .4fr 1fr ;
}

.p5-welcome{
    display: grid;
    grid-template-rows: .4fr 1fr .5fr ;
}

.p6-welcome{
	 display: grid;
    grid-template-rows: .25fr 1fr .5fr ;
	
}

@media (min-width: 651px) and (max-width: 1000px) {
	.p5-welcome{
    display: grid;
    grid-template-rows: .2fr 1fr .5fr ;
}

.p6-welcome{
	 display: grid;
    grid-template-rows: .2fr 1fr .5fr ;
	
}
	

}

@media (min-width: 350px) and (max-width: 650px) {
.p5-welcome{
    display: grid;
    grid-template-rows: .2fr 1fr .5fr ;
}

}

@media (min-width: 250px) and (max-width: 349px) {
.p5-welcome{
    display: grid;
    grid-template-rows: .1fr 1fr .5fr ;
}

}

.p1-col-2{
    display: grid;
    grid-template-rows: 2fr 1fr .2fr;
}
.mobile{
    display: none;
}
.desktop{
  display: block;
}

.p2-col-2{
    display: grid;
    grid-template-rows: .2fr 1fr .5fr;
	grid-template-columns: 1fr 1fr;
}

.blueLines{ 
  float:right;
}
.pattern2{
  width:200px;
}

.socials{
  width: 50px; 
}
.socials-wrapper {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;

}
.yycIcon{
  width: 200px;
}
.p6-yycIcon{
  width: 80px;
}
.imageWrapper {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-items: center;

}
.p6-imageWrapper{
    grid-row: 1/2;
}

.imagePattern2{
    grid-column: 2/3;
  grid-row: 2/3;
}

.p1-text-row, .p3-text-row{
  grid-row: 2/3;
}
.p5-text-row{
	grid-row: 2/3;
}
.p6-text-row{
   grid-row: 2/3;
    justify-items: center;

}
.p1-text {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-left: 17%;
}
.p4-text.white, .p3-text, .p6-text, .p5-text, .p2-text {
    margin-left: 17%;
}
.p6-col-2{
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
}

.p6-text{
  font-weight: 500;
  width: auto;
  word-wrap: break-word;
    grid-row: 3/4;

}

.h1-p1{
  font-size: 75px;
  margin: 0;
  font-family: 'Hanken Grotesk',sans-serif !important;
}
.h1-p1 > p{
  font-family: 'Hanken Grotesk' ,sans-serif !important;
  font-weight: 600;
  font-style: normal;
}

.p2-text > h1,p{
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 17px !important;

 
}

.fullwidth_button_1 parking_button{
  font-family: 'Hanken Grotesk',sans-serif !important;

}
.p2-text > h1 {
  font-size: 30px !important;
  color: var(--yycNavyBlue);


}

.p3-text > h1, p{
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 17px !important;
 
}
.p3-text > h1 {
  font-size: 30px !important;
  color: var(--yycNavyBlue);


}
.p3-text > h3 {
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 20px !important;

}

.p4-text > h1, p{
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 17px !important;
 
}
.p4-text > h1 {
  font-size: 30px !important;

}
.p4-text > h3 {
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 20px !important;

}

.p5-text > h1, p{
  font-family: 'Hanken Grotesk', sans-serif!important;
  font-weight: 600;
  font-style: normal;
  font-size: 17px !important;
 
}

.downloadButton > h3{
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 22px !important;
  margin-top: 20px;
  color: var(--yycNavyBlue)
 
}
.p5-text > h1 {
  font-size: 30px !important;

}
.p5-text > h2 {
	font-family: 'Hanken Grotesk',sans-serif !important;
  font-size: 25px !important;
  font-weight: 550 !important;

}
.p5-text > h3 {
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 20px !important;

}

.p5-header{
  font-size: 25px;
}

.p6-text > h1 {
  font-size: 30px !important;
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 600;
  font-style: normal;
 

}
.blueLines {
    width: 250px;
    float: right;
}
.forBrandPage{
  height: 300px;
  padding:0px !important;
}

/* Page Height Adjustments */
@media  (max-width: 950px) {
  div#Brands_Pane1 {
    padding-top: 100px;
    height: 5000px !important;
}



}






@media (min-width: 651px) and (max-width: 750px) {
    #page3,  #page5{
        /* height: 150vh !important; */
        display: grid;
        /* grid-template-rows: .7fr 1fr ; */
    }

    .blueLines {
        width: 250px;
        float: right;
    }
    #page2, #page4{
    /* height: 170vh !important; */
    }

}


@media  (max-width: 650px) {

    div#Brands_Pane1 {
        padding-top: 100px;
        height: 7000px !important;
    }
    .pageSection{
        display: grid;
        grid-template-columns: 1fr;
    }
    section#page2 {
        display: grid; 
        grid-template-rows: .25fr 1fr; 
    }
    .text-box {
        font-size: 1rem;
        text-align: center;
    }
    .p1-welcome{
        grid-template-rows: .2fr 1fr .4fr;
    }
    .p2-welcome{
        display: grid;
        grid-template-rows: .5fr 1fr;
    }
  .p1-col-2, .p2-col-2 {
    display: none;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  .p1-mobile-blueLine{
    grid-row: 3/4;
  }
  
  .blueLines{
    width: 200px;
    float: right;
  }
  .mobile-blueVerticalLine{
    position: absolute;
    right: 1em;
    grid-row: 1/2;
    padding-top: 30px;
  }

    .blueVerticalLines.mobile{
        float: right;
    }

    .p3-mobile-blueVerticalLine{        
        right: 1em;
        grid-row: 3 / 4;
        padding-top: 30px;
    }
    .blueVerticalLines{
        width:200px;
    }
    #page2, #page3, #page4{
        /* height: 100vh !important;
        display: grid;
        grid-template-rows: .7fr 1fr ; */
    }
    #page5, #page6{
        /* height: 80vh !important;
        display: grid;
        grid-template-rows: .7fr 1fr ; */
    }


    .p1-text-row {
        justify-items: unset;
        grid-row: 2/3;
    }
    .h1-p1{
      font-size:2em;
    }
    .p1-text{
        width:80%;
        margin: 5%;
    }
    .p2-welcome{
        grid-row: 2/3;
    }

    .p3-welcome{
        grid-row: 1/2;
        grid-template-rows: .2fr 1fr 1fr;
    }
    .p3-text-row{
        grid-row:2/3;
    }
    .p3-text-row, .p6-text-row{
        justify-items: normal;
    }
  .imageWrapper{
    padding-left:0px;
  }



.p2-text.navyBlue, .p3-text, .p4-text, .p5-text, .p6-text {
    margin-left: 5% !important;
    margin-right: 5%;
}
}


@media  (max-width: 450px) {
  div#Brands_Pane1 {
    padding-top: 100px;
    height: 6000px !important;
}



}

/* @media  (max-width: 400px) {

    section#page2 {
     display: grid; 
     grid-template-rows: .25fr 1fr; 
}

  .h1-p1 {
    font-size: 55px;
            padding-left: 5%;
        padding-right: 5%
  }

    #page2, #page3 {
        height: 150vh !important;
        display: grid;
        grid-template-rows: .2fr 1fr;
    }

    #page1,#page4, #page5{
      height: 130vh !important;

    }

.p6-text-contact{
      font-weight: 500;
    width: 200px;
    word-wrap: break-word;
}

.p1-text{
  width:100%;
  margin:0px;
}

.p1-text > p,h1,img, a{
    margin: 20px 
}
.p1-text > h2 {
    margin-left: 20px;
}

} */
