@font-face {
  font-family: 'Space Truckin';
  src: url('../fonts/space truckin.ttf');
  font-display: swap;
}
body {
  font-family: 'Space Truckin', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #E0FBFC;
  background-color: #555;

}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight:bold;
  font-family: "Exo 2", sans-serif;
}
h1
{
  font-family: 'Space Truckin';
  font-size: 4rem;
  font-weight:normal;
  color:#ffffff;
  text-shadow: 1px -1px #777777,-1px -1px #777777,-1px 1px #777777,1px 1px #777777, 0 1px 0 #777777, 0 2px 0 #777777, 0 3px 0 #777777, 0 4px 0 #777777, 0 5px 0 #777777;
}
h2
{
  font-family: 'Space Truckin';
  font-size: 3rem;
  font-weight:normal;
  color:#ee6c4d;
  text-shadow: 1px -1px #873210,-1px -1px #873210,-1px 1px #873210,1px 1px #873210, 0 1px 0 #873210, 0 2px 0 #873210, 0 3px 0 #873210, 0 4px 0 #873210, 0 5px 0 #873210;
}
h3
{
  font-family: 'Space Truckin';
  font-size: 2rem;
  font-weight:normal;
  color:#ee6c4d;
  text-shadow: 1px -1px #873210,-1px -1px #873210,-1px 1px #873210,1px 1px #873210, 0 1px 0 #873210, 0 2px 0 #873210, 0 3px 0 #873210, 0 4px 0 #873210, 0 5px 0 #873210;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #cccccc;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #ffffff;
}

#mainNav {
  margin-bottom: 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: black;
  border: 1px solid black;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: #ee6c4d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-shadow: 0 1px 0 #873210, 0 2px 0 #873210, 0 3px 0 #873210;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(black, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #99c1da;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #mainNav .nav-link.active:hover {
    color: black;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
  color: black;
background-position: bottom 50px right 100px;
  background: url("../img/vortex.jpg") no-repeat bottom center scroll;
  background-color: white;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  background: url("../img/planet-blur.jpg") no-repeat bottom center scroll;
  background-color: white;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#screenshots {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  background: url("../img/planet-blur.jpg") no-repeat bottom center scroll;
  background-color: white;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  background: url("../img/planet-blur.jpg") no-repeat bottom center scroll;
  background-color: white;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 32px;
    font-weight:bold;
  font-family: 'Heebo', sans-serif;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 42px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: black;
  border: 2px solid black;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: black;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  color: #ccc;
  background-color: #555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 padding-top: 50px;
 padding-bottom: 50px;
}




.contact-section {
  color: #ccc;
  background-color: #555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.logo {
    max-width: 100%;
    max-height: 45px;
}

.screenshot {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 50px;
}