@font-face {
  font-family: KiaSignatureRegular;
  src: url(fonts/KiaSignatureRegular.woff2);
}

@font-face {
  font-family: KiaSignatureBold;
  src: url(fonts/KiaSignatureBold.woff2);
}

@font-face {
  font-family: KiaSignatureLight;
  src: url(fonts/KiaSignatureLight.woff2);
}



body {
    font-family: "KiaSignatureRegular",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	padding-bottom: 0;
}

.regular-page .content .row {
    color: #000;
    background-color: #fff;
    margin-top: 60px;
    padding: 30px 30px 10px 30px
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:focus, a:active {
	text-decoration: none;
}

/* NAV BAR */

.kialogo { 
	width:55px;
	margin-right: 2.5rem;
	margin-left: 4.5rem;
}

.navbar { 
    font-size: 12px; 
    font-weight: bold;
    font-family: "KiaSignatureBold",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; 
}

.nav-item:not(:last-child){
	padding-right: 40px;
}

.active_page{
	text-decoration: underline;
	text-underline-offset: 5px;
}

.nav-link:hover{
	text-underline-offset: 5px;
}

.top_bar_buffer{
	margin-top: 50px;
}


.bg-dark {
    background-color: #05141f !important;
}

#navbarCollapse ul li a:hover {
       text-decoration: underline
}

.navbar-dark .navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler[aria-expanded="true"] {
  background-color: #fff;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] > .navbar-toggler-icon{
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] > .navbar-toggler-icon:after {
	content: "X";
	color: #000;
}

/* CAROUSEL HOMEPAGE */

.carousel {
    padding-bottom: 2rem;
	margin-bottom: 0;
	background-color: #000;
}

.carousel H1 {
    font-family: "KiaSignatureBold",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; 
    margin-bottom: 50px;
    font-size: 42px
}

.carousel-caption.text-start > h1{
	text-shadow: 4px 1px 16px #000;
}


/* BUTTONS */

.btn-primary { 
    font-family: "KiaSignatureLight",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; 
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0rem;
    font-size: 1rem;
    width: 196px;
    padding: 10px 0px 10px 0px;   
}

.btn-primary.registration { 
    color: #fff;
    background: rgba(0,0,0,0.1);
    border-color: #fff;
    margin-left: 20px
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
   background-color: #fff;
   color: #000;
}

.btn.transparent_button:focus,.btn.transparent_button:active {
	color: #fff;
	background: rgba(0,0,0,0.1);
	border-color: #fff;
}

.btn.black_button:focus,.btn.black_button:active {
	background-color: #000;
	color: #fff;
}

#retailers .btn {
    height: 70px;
    width: 270px;
    position: relative; 
    top: -180px;
	height: 70px;
	margin-right: 20px;
	margin-top: 20px;
}

.transparent_button {
	color: #fff;
	background: rgba(0,0,0,0.1);
	border-color: #fff;
}

.black_button{
	background-color: #000;
	color: #fff;
}

#retailers .btn.single_line {
	line-height: 49px;
}


.btn-primary:hover, #retailers .btn.email_to:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.transparent_button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.black_button:hover{
	border-color: #000;
    background-color: #fff;
    color: #000;
}




/* FOOTER */
footer {
    text-align: center;
    padding-top:50px;
	padding-bottom: 25px;
    color: #fff; 
    font-size:14px;
    font-size: .8em;
    background-color: #000;    
}

footer > div{
	opacity: .6;
}

.content_block{
	padding-top: 70px;
	background-color: #fff;
	padding-bottom: 30px;
}

.hero{
	position: relative;
}

.absolute_position_container{
	position: absolute;
	left: 0;
	right: 0;
}


.contact-us {
	position: absolute;
	width: 90%;
	text-align: center;
	left: 5%;
	top: 5%;
}

.contact-us > h3{
	font-size: 1.3em;
}

.contact-us > h3 > a{
	color: #000;
	text-decoration: underline;
}

.black-gradient, .black-gradient2, .carousel-black-gradient{
	height: 150px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1) 80%);
}

.carousel-black-gradient, .black-gradient2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.center_content{
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_title{
	text-align: center;
	font-weight: bold;
}

.row.mt-2 > *{
	margin-top: 20px;
}

.buffer_margin{
	margin-top: 5px;
}

.mg-l-auto{
	display: block;
	margin-left: auto;
}

.mg-r-auto{
	display: block;
	margin-right: auto;
}

.mg-center-auto{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* ******** BREAKPOINTS BASED ON KIA.COM BREAKPOINTS  ******** */


/* "SMALL" BREAKPOINT (Tablet) */


@media screen and (min-width: 740px) {

}


/* "MEDIUM" BREAKPOINT */

@media only screen and (min-width: 768px) {

}


/* SMALL LANDSCAPE BREAKPOINT (Apple IPhone) */

@media only screen and (min-width:812px) and (max-width:896px) and (orientation: landscape) {

}

/* "LARGE" BREAKPOINT */

@media only screen and (min-width: 1023px) {
    #navbarCollapse ul li a {
        font-size: 12px;
    }
}

/* "EXTRA LARGE" BREAKPOINT */

@media only screen and (min-width: 1280px) {

}

@media screen and (min-width: 1400px) {
  .navbar .container {
    max-width: 1385px;
    }
}


/* XXL BREAKPOINT */


@media only screen and (min-width: 1920px) {


}

