/* Webfont: ITCAvantGardeGothic-Bold */@font-face {
    font-family: 'ITCAvantGardeGothic';
    src: url('https://images.hertz.com/font/font/ITCAvantGardeGothic/ITCAvantGardeGothicW01-Bold.eot'); /* IE9 Compat Modes */
    src: url('https://images.hertz.com/font/font/ITCAvantGardeGothic/ITCAvantGardeGothicW01-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://images.hertz.com/font/font/ITCAvantGardeGothic/ITCAvantGardeGothicW01-Bold.woff') format('woff'), /* Modern Browsers */
         url('https://images.hertz.com/font/font/ITCAvantGardeGothic/ITCAvantGardeGothicW01-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://images.hertz.com/font/font/ITCAvantGardeGothic/ITCAvantGardeGothicW01-Bold.svg#4443cc42-374b-40e5-968c-b29f549f0835') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: HelveticaNeueLTStd */
@font-face {
    font-family: 'HelveticaNeueLTStd';
    src: url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-55Roman.eot'); /* IE9 Compat Modes */
    src: url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-55Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-55Roman.woff') format('woff'), /* Modern Browsers */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-55Roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-55Roman.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: HelveticaNeueLTStd-Bold */
@font-face {
    font-family: 'HelveticaNeueLTStd';
    src: url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-75Bold.eot'); /* IE9 Compat Modes */
    src: url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-75Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-75Bold.woff') format('woff'), /* Modern Browsers */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-75Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://images.hertz.com/font/font/HelveticaNeueLTStd/HelveticaNeueLTW01-75Bold.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html {
  /*scroll-behavior: smooth;*/
  height: 100%;
}

body {
  color: #434244;
  font-family: 'ITCAvantGardeGothic', 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: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #CA0F2E;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  outline: none;
  overflow: hidden;
  padding: 10px 30px;
  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;
}

.btn2 {
  background-color: #CA0F2E;
  border: 3px solid #CA0F2E;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  outline: none;
  overflow: hidden;
  padding: 10px 30px;
  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.45em;
  font-weight: bold;
  line-height: 1;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}

h3 {
  font-size: .95em;
  font-weight: bold;
  line-height: 1;
}

h4 {
  font-size: .75em;
  font-family: 'HelveticaNeueLTStd', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
}

h5 {
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1120px) {
  .headerTag {
    font-size: 34px;
  }
}

@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;
}
