
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: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #FFCC00;
  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: #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: 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: 'Ride', 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;
}
