a {
  color: white;
}

a:hover {
  color: #e6e6e6;
}

/* Mobile */


@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large monitor only"]:not(.mobile),
  [class*="widescreen monitor only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important;
  }
}


/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="mobile only"]:not(.tablet),
  [class*="tablet hidden"],
  [class*="computer only"]:not(.tablet),
  [class*="large monitor only"]:not(.tablet),
  [class*="widescreen monitor only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile) {
    display: none !important;
  }
}


/* Computer / Desktop / iPad Landscape */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="mobile only"]:not(.computer),
  [class*="tablet only"]:not(.computer),
  [class*="computer hidden"],
  [class*="large monitor only"]:not(.computer),
  [class*="widescreen monitor only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile) {
    display: none !important;
  }
}


/* Large Monitor */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="mobile only"]:not([class*="large monitor"]),
  [class*="tablet only"]:not([class*="large monitor"]),
  [class*="computer only"]:not([class*="large monitor"]),
  [class*="large monitor hidden"],
  [class*="widescreen monitor only"]:not([class*="large monitor"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }
}


/* Widescreen Monitor */

@media only screen and (min-width: 1920px) {
  [class*="mobile only"]:not([class*="widescreen monitor"]),
  [class*="tablet only"]:not([class*="widescreen monitor"]),
  [class*="computer only"]:not([class*="widescreen monitor"]),
  [class*="large monitor only"]:not([class*="widescreen monitor"]),
  [class*="widescreen monitor hidden"],
  [class*="widescreen monitor or lower hidden"] {
    display: none !important;
  }
}


.padded-alt {
  margin: 0.05rem !important;
}

.small-2 {
  width: 100px;
  height: auto !important;
  margin: 0 !important;
}




body {
  overflow-x: hidden;
  /*font-family: 'Conv_MuseoSans500',Helvetica Neue,Helvetica,Arial,sans-serif;*/
  /*font-family: ‘Roboto’, sans-serif !important;*/
  color: #222222;
  position: relative;
  width: 100%;
}


p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333;
  font-weight: 400;
  /*font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;*/
}

a,
a:hover {
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
}

a
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  text-decoration: none;
  cursor:pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 400;

    color: #4e4e56;
}

h2{
  text-transform: uppercase;
}

h3{
  padding-top:15px;
  font-size:1.25rem;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0;
}

.page{
  margin-top:30px;
}

button,
button:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.space10 {
  margin-bottom: 10px;
}

.space20 {
  margin-bottom: 20px;
}

.space30 {
  margin-bottom: 30px;
}

.space40 {
  margin-bottom: 40px;
}

.space50 {
  margin-bottom: 50px;
}

.space60 {
  margin-bottom: 60px;
}

.space70 {
  margin-bottom: 70px;
}

.space80 {
  margin-bottom: 80px;
}

.space90 {
  margin-bottom: 90px;
}


.content-head {
  text-align: center;
  margin: 30px 0 50px 0;
}

.content-head h3 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

/*.content-head p {*/
  /*font-size: 20px;*/
  /*font-weight: 300;*/
  /*padding: 0 25%;*/
/*}*/

.image-column{
  padding:0 !important;
}

/* 2. HEADER */

/* header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 3.5rem;

}

.logo {
  width: 10rem;
}

.header h1 {
  font-size: 1rem;
}

header .nav-link{
  padding:10px 20px;
  color:#fff;
  display: inline-block;
  margin-top:7px;
  font-size:1.1em;
  text-transform: uppercase;
}

header .nav-link:hover{
  color:#fff;
  text-decoration: underline;
}


.nav-link.bordered {
  border: 1px solid #fff !important;
  margin-left:10px;
  border-radius: 5px;
}

.nav-link.bordered:hover {
  border: 1px solid #fff !important;
  background:#fff;
  color:#333;
  text-decoration: none;
  margin-left:10px;
}

.navbar-brand img{
    height:40px;
    margin-top:6px;
}

.ui.button.app-btn {

  background: #fff;
  margin-bottom:10px;
}

.app-btn i{
    font-size:1.2em;
    line-height: 1.2em;
} */

/* 2. HEADER alt */

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: black;
  z-index: 998;
  display: block;
}

.main-nav {
  background-color: black;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navList {
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-nav nav {
  display: flex;
  align-items: center;
  height: 50px;
}

.main-nav img {
  height: 30px;
  line-height: 50px;
  float: left;
  padding-left: 1rem;
  z-index: 999;
  background-color: black;
}

.menu-toggle {
  line-height: 50px;
  height: 50px;
  width: 50px;
  background-color: transparent;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-drop {
  transform: translateY(0px) !important;
}

.hamburger {
  height: 0.15rem;
  width: 2rem;
  background-color: white;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger::before,
.hamburger::after {
  content: '';
  height: 0.15rem;
  width: 2rem;
  position: absolute;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

.menu-toggle.active .hamburger {
  background-color: transparent;
}

.menu-toggle.active .hamburger::before {
  transform: rotate(-45deg);
  top: 0;
}

.menu-toggle.active .hamburger::after {
  transform: rotate(45deg);
  top: 0;
}

.main-nav nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  left: 0;
  top: 60px;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(-300px);
}

.main-nav nav ul li {
  padding: 1rem;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-color: black;
}

.main-nav nav ul li a {
  cursor: pointer;
}

.bar-button-1 {
  padding: 0;
  margin: 0;
}

.bar-button-2 {
  padding: 0;
  margin: 0;
}

.main-nav nav ul li:nth-child(2) {
  display: block;
}

.main-nav nav ul li:nth-child(3) {
  display: block;
}

.main-nav nav ul li:nth-child(4) {
  display: block;
}

.main-nav nav ul li:nth-child(5) {
  display: none;
}

.main-nav nav ul li:nth-child(6) {
  display: none;
}

.footer-button-container {
  display: flex;
}

.footer-button-1 {
  padding: 1rem;
  background-color: #F26E0D;
  border-radius: 2px;
  text-align: center;
  border: 0;
  color: inherit;
}

.footer-button-2 {
  padding: 1rem;
  background-color: #383838;
  border-radius: 4px;
  text-align: center;
}


/* big landscape tablets, laptops, and desktops */
@media (min-width:1020px) { 

  .main-nav nav ul li:nth-child(1) {
    color: #F26E0D;
  }

  .main-nav nav ul li:nth-child(2) {
    color: #FFF;
  }
  
  .main-nav nav ul li:nth-child(3) {
    display: none;
  }
  
  .main-nav nav ul li:nth-child(4) {
    display: none;
  }
  
  .main-nav nav ul li:nth-child(5) {
    display: block;
  }

  .main-nav nav ul li:nth-child(6) {
    display: block;
  }

  .ios-bar {
    display: none;
  }

  .android-bar {
    display: none;
  }

  .header-bg {
    display: none;
  }

  .main-nav {
    background-color: black;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .main-nav img {
    height: 30px;
    float: left;
    padding-left: 2rem;
  }

  .main-nav nav {
    display: flex;
  }

  .main-nav nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    transform: translateY(0px) !important;
  }

  .main-nav nav ul li {
    list-style: none;
    padding: 0;
    border-bottom: transparent;
    background-color: transparent;
    cursor: pointer;
  }

  .main-nav nav ul li button {
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
  }

  .main-nav nav ul li:nth-child(5) {
    list-style: none;
    padding: 0;
    border-bottom: transparent;
    background-color: #F26E0D;
    border-radius: 4px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 1rem;
  }

  .main-nav nav ul li:nth-child(6) {
    list-style: none;
    padding: 0;
    border-bottom: transparent;
    background-color: #383838;
    border-radius: 4px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 1rem;
  }

  .main-nav ul li a {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  .menu-toggle {
    line-height: 50px;
    height: 50px;
    width: 50px;
    background-color: white;
    float: right;
    display: none;
    cursor: pointer;
    z-index: 999;
  }

}



/* 7. INFO BOXES */

.info-content .top-padding{
  padding: 50px 0 0 0;
}

.info-content .media-object{
  max-width:100px;
}

.info-content img{
  max-width:100%;
}

.info-content p{
  font-size:1.3em;
  line-height: 1.4em;
  font-weight: 300;
}

.info-content h3{
  font-weight:500;
  font-size:28px;
  margin-top:90px;
}

.info-content .info-text{
  margin-top:40px;
}

.tag{
    color:#ccc;
    font-weight:100;
    font-size:1.3em;
}


#white-intro{
  background-size:cover;
  background-repeat:no-repeat;
  min-height:70vh;
  /*max-height:80vh;*/
  background-position: 0px 0;
  position: relative;

}

#white-intro h1{

  font-weight:700;
  font-size:2.5em;
  padding-top:40px;
}

#white-intro .content-head{
  text-align: center;
}

#white-intro .content-head p{
    font-size: 1.3em;
    font-weight:bold;
}

#white-intro .content-head h1, #white-intro .content-head p, #white-intro .content-head a{
    color: #fff;
}

.parcel-background{
  background-color: black;
  /* background: url(https://static.sportsmantracker.com/v3/node-web/bg/Parcel-Boundary-Background.jpg); */
  background-size: cover;
  padding-bottom: 2rem;
}

.social{
  text-align:center;
  max-width:550px;
  margin:0 auto;
}

.social img{

}


/* 18. FOOTER */

footer {
  background: #333;
  padding: 50px 0 0 0;
  display: table;
  width: 100%;
  color:#fff !important;
}

#contact-info {
  margin-bottom: 0px;
}

footer h5 {
  font-size: 1.25rem;
  font-weight: 300;
  color: white;
  font-weight: bold;
  margin: 0 0 15px;
  font-family: ‘Roboto’, sans-serif;
}

footer h5 span {
  font-weight: 600;
}

.contact-info {
  padding: 0;
  margin: 0;
}

.contact-info li {
  padding: 0px;
  list-style: none;
  color: #eee;
  margin: 0 0 10px;
  display: table;
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}

footer li a {
 color:#fff;
}

.contact-info p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}


/* 19. FOOTER / COPYRIGHT */

.f-social {
  padding: 10px;
}

.f-social a {
  float: left;
  color: #fff;
  font-size: 17px;
  margin-right: 20px;

}

.footer-header {
  font-size: 3rem;
}

.f-social a:hover {

}

.footer-copy {
  padding: 30px 0;
  color: #fff;
  background: black;
}

.footer-copy p {
  margin: 0px;
  font-size: 13px;
  color: #fff;
}

.footer-copy p a {
  color: #fff;
}

.footer-copy p a:hover {
  color: #000;
}

.backtotop {
  text-align: right;
  fon-size: 13px;
  text-transform: uppercase;
  display: table;
  float: right;
  margin-top: 0px;
}

.backtotop:hover {
  color: #000;
}


.promo-banner{
  position: fixed;
  width: 100%;
  padding: 10px;
  font-size:15px;
  background-color:#F26E0D;
  color:#fff;
  z-index:1000;
}

#extra-download {
  background: #3498DB;
  padding: 70px 0 0 0;
  color:#fff;

}
#extra-download h2{
  font-size:45px;
  font-weight: bold;
}
#extra-download h2,#extra-download p{
  color:#fff;
}

#extra-download img{


}

#extra-download p{
  font-size:28px;
  line-height: 34px;
}

.footer-badges-container {
  width: 50%;
}

/* Average Screens */
@media only screen and (min-width: 1400px)  {
  
  .footer-badges-container {
    width: 100%;
  }

}


/* Very Large Screens */
@media only screen and (min-width: 1500px)  {


}

/* Ipad (768 - 959px) */
@media only screen and (max-width: 959px) {

  .info-content p{

  }

  #white-intro h1{
    font-size:1.6em;
  }


}

/* Mobile (Upto 767px) */
@media only screen and (max-width: 767px) {

  .footer-button-1 {
    padding: 1rem;
    background-color: #F26E0D;
    border-radius: 4px;
    text-align: center;
  }
  
  .footer-button-2 {
    padding: 1rem;
    background-color: #383838;
    border-radius: 4px;
    text-align: center;
  }

  .contact-info a {
    font-size: 1rem;
  }

}

.scroll-down {
  position: absolute;
  bottom: 0;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-50px);
  background-color: transparent;
  cursor: pointer;
  animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}

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

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

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

.scroll-icon:hover {
  transform: scale(1.10);
}

.scroll-text {
  color: white;
  font-weight: 300;
  padding-left: 10%;
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem;
  margin-left: 4.5rem;
}

.scroll-down-anim {
  transform: translateY(0px);
}

.scroll-icon {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.scroll-icon-anim {
  opacity: 1;
  transform: rotate(360deg);
}

.scroll-icon-container {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.scroll-icon-1 {
  height: 1px;
  width: 20px;
  background-color: white;
  transform: translate(5px, -0.5px);
}

.scroll-icon-2 {
  height: 12px;
  width: 12px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: translate(-8px) rotate(-45deg);
}

@media only screen and (min-device-width : 767px) and (max-device-width : 1024px) {
  /* Styles */

}