@font-face {
  font-family: 'Ride';
  src: url('https://images.hertz.com/font/font/Ride/Ride.eot');
  /* IE9 Compat Modes */
  src: url('https://images.hertz.com/font/font/Ride/Ride.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('https://images.hertz.com/font/font/Ride/Ride.woff') format('woff'), /* Modern Browsers */
      url('https://images.hertz.com/font/font/Ride/Ride.ttf') format('truetype'), /* Safari, Android, iOS */
      url('https://images.hertz.com/font/font/Ride/Ride.svg#Ride') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

html {
    /*scroll-behavior: smooth;*/
    height: 100%;
}

body {
    color: #434244;
    font-family: 'Ride', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFCC00;
    text-decoration: none;
}

/* BUTTONS */
.btn1 {
  background-color: #FFCC00;
  border: 3px solid #FFCC00;
  color: #434244;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  outline: none;
  overflow: hidden;
  padding: 8px 60px;
  position: relative;
  text-shadow: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}

/* HEADERS */
body {
  font-size: 16px;
}
.headerTag {
  font-size: 38px;
}
h1 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
h3 {
  font-size: .85em;
  font-weight: bold;
  line-height: 1;
}
h4 {
  font-size: .75em;
  font-weight: bold;
  line-height: 1;
}
h5 {
  font-size: .6em;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .headerTag {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .headerTag {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .headerTag {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 13px;
  }
  .headerTag {
    font-size: 22px;
  }
}

.t {
    border-width: 0px;
    border-style: solid;
}
.t1 {
    border-width: 01px;
}
.tr {
    border-color: red;
}
.to {
    border-color: orange;
}
.ty {
    border-color: yellow;
}
.tg {
    border-color: green;
}
.tb {
    border-color: blue;
}
.ti {
    border-color: indigo;
}
.tv {
    border-color: violet;
}


/* TEXT COLORS */
.white {
  color: #FFFFFF;
}