
body{
    background: #000000;
}

@font-face {
    font-family: 'BMW Type Global Pro';
    src: url('bmwfont/BMWTypeGlobalPro-Regular.eot');
    src: url('bmwfont/BMWTypeGlobalPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('bmwfont/BMWTypeGlobalPro-Regular.woff2') format('woff2'),
        url('bmwfont/BMWTypeGlobalPro-Regular.woff') format('woff'),
        url('bmwfont/BMWTypeGlobalPro-Regular.ttf') format('truetype'),
        url('bmwfont/BMWTypeGlobalPro-Regular.svg#BMWTypeGlobalPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMW Type Global Pro';
    src: url('bmwfont/BMWTypeGlobalPro-Light.eot');
    src: url('bmwfont/BMWTypeGlobalPro-Light.eot?#iefix') format('embedded-opentype'),
        url('bmwfont/BMWTypeGlobalPro-Light.woff2') format('woff2'),
        url('bmwfont/BMWTypeGlobalPro-Light.woff') format('woff'),
        url('bmwfont/BMWTypeGlobalPro-Light.ttf') format('truetype'),
        url('bmwfont/BMWTypeGlobalPro-Light.svg#BMWTypeGlobalPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BMW Type Global Pro';
    src: url('bmwfont/BMWTypeGlobalPro-Bold.eot');
    src: url('bmwfont/BMWTypeGlobalPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('bmwfont/BMWTypeGlobalPro-Bold.woff2') format('woff2'),
        url('bmwfont/BMWTypeGlobalPro-Bold.woff') format('woff'),
        url('bmwfont/BMWTypeGlobalPro-Bold.ttf') format('truetype'),
        url('bmwfont/BMWTypeGlobalPro-Bold.svg#BMWTypeGlobalPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



.landingpage-container {
    height: 100% !important;
    background-image: url('../images/fullbgrd.jpg');
    background-size: cover;
    background-position: center center;
}

.header-content {
    padding: 100px;
    text-align: center;
}


.car-container-1 {

}
.car-container-1 img {
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.car-container-1 img:hover {
    transform: scale(1.1);
}
.car-container-2 img {
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.car-container-2 img:hover {
    transform: scale(1.1);
}


#series-times-container,
#series-thanks-container,
#z4-times-container,
#z4-thanks-container {
  display:none;
}

.button {
    width: 100%;
    border: 1px solid #ffffff;
    display: block;
    padding: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 40px;
    transition: all 0.3s;
    font-family: 'BMW Type Global Pro', sans-serif;
    font-weight: 300;
}

.button:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
}

H1 {
    color: #ffffff;
    font-family: 'BMW Type Global Pro', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 80px;
}

p {
    font-family: 'BMW Type Global Pro', sans-serif;
    font-weight: 300;
}

a {
    font-family: 'BMW Type Global Pro', sans-serif;
    font-weight: 300;
}


h1 span {
    font-size: 125px;
}

.header-content p {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}

.event-text {
   font-size: 90px !important;
}





.image-bounce {
 position: absolute;

  border-radius: 50%;
  line-height: 180px;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: white;
}
.image-bounce:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}



/*modal css*/
.modal-dialog {
    max-width: 700px;
}


.modal-dialog .modal-header {
    padding: 0;
}

.modal-dialog .modal-header img {
    padding: 0;
    width: 100%;
}



 .close {
    position: absolute;
    color: #ffffff;
    opacity: 1;
    border-1px-solid: #ffffff;
    transition: all 0.4s;
}

.close:hover {
   color: #49e3ff !important;

}

.month {
    color: #00a69e;
}

.checkbox-col{
    float: left;
    width: 50%;
}

.checkbox-col input[type=radio] {
    background: red;
    margin: 0 0 20px 0;
    border: 1px solid #cccccc;
}

.checkbox-col .time-slot input[type=radio]:not(:checked) + label:before{
    background: green;
}

.time-slot {
    border: 1px solid #cccccc;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
label {
  display: block;
  cursor: pointer;
  line-height: 2;
  font-size: 15px;
}

[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
[type="radio"] + span:before {

  display: inline-block;
  width: 1em;
  height: 1em;

  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */


[type="radio"]:checked + span:before {
    content: '\f35a'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
}

/* never forget focus styling */

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

    h1 span {
        font-size: 40px;
    }
}


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





    .header-content p {
        font-size: 25px;
    }

    .header-content {
        padding: 50px 20px;
    }

    h1 {

        text-transform: uppercase;
        line-height: 70px;
        font-size:30px;
    }


    h1 span {
        font-size: 56px;
        margin-top: 30px;
    }

    .header-content p {
        font-size: 20px;
    }

    .button {
        background: rgba(0,0,0, 0.5)
    }






}

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

    .car-container-1 img {
        width: 100%;
        margin-bottom: 30px;
    }
    .car-container-2 img {
        width: 100%;
        margin-bottom: 30px;
    }


    h1 span {
        font-size: 80px;
    }



    .container {
        max-width: 100%;
    }

    .car-row {
        padding: 0 0 100px 0;
    }



}


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

     .car-container-1 img {
         width: auto;
         margin-bottom: 30px;
     }
     .car-container-2 img {
         width: auto;
         margin-bottom: 30px;
     }

     .container {
         max-width: 1400px !important;
     }

     .button {
         font-size: 25px;
     }



 }

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

     .car-container-1 img {
         width: 100%;
         margin-bottom: 30px;
     }
     .car-container-2 img {
         width: 100%;
         margin-bottom: 30px;
     }

 }


 @keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
