/* Brings in code for _partial.scss*/
/*Note - the import function in style.scss will literally just import all of this code as if it were written 
where the import function is placed. */
body {
  color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
  text-align: left;
  font-size: 20px;
  overflow-x: hidden;
}

.bodyHome {
  color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
  text-align: left;
  font-size: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1800px) {
  body {
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden !important;
  }
}

/* NOTE - you want it in the order of "Link, Visited, Hover, Active" to work properly.*/
/* Nav Bar -/-/-/-/-/-/-/*/
.mainNav {
  -webkit-animation: norotateNav 30s infinite linear;
          animation: norotateNav 30s infinite linear;
  list-style-type: none;
  background-color: #f6f6f6;
  background-color: #f6f6f6;
  font-size: 20px;
  padding: 0;
  margin: -10px -10px 0px -10px;
  /*Top Right Bottom Left*/
  overflow: hidden;
}

@media screen and (max-width: 1800px) {
  .mainNav {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .mainNav {
    font-size: 15px;
  }
}

@-webkit-keyframes norotateNav {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes norotateNav {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

li {
  float: left;
  /*This makes the list Horizontal instead of Vertical*/
}

li a {
  color: aliceblue;
  display: block;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

@media screen and (max-width: 1800px) {
  li a {
    padding: 12px;
  }
}

@media screen and (max-width: 800px) {
  li a {
    padding: 10px;
  }
}

.navB {
  color: #0044aa;
  background-color: #f6f6f6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  padding: 22px 15px 21px 15px;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .navB {
    padding: 20px 10px 19px 10px;
  }
}

.navB:hover {
  background-color: #fdfdfd !important;
  /* Mouse Over Color*/
  color: #03aaf7;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}

.navB:active {
  color: #ce9c00;
}

.navB2 {
  color: #ce9c00;
  background-color: #fdfdfd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  padding: 22px 15px 21px 15px;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .navB2 {
    padding: 20px 10px 19px 10px;
  }
}

.navB2:hover {
  color: #03aaf7;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}

/* Nav Bar END  -/-/-/-/-/-/-/*/
.HGMlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 500px;
}

.LogoPara {
  margin: 20px 0px 10px 0px;
}

/* H Classes  -/-/-/-/-/-/-/*/
h1 {
  color: #ce9c00;
  background-image: url(lionpic.jpg);
  text-align: center;
  font-size: 40px;
  margin: 5px 0px auto 0px;
  /*Top Right Bottom Left*/
  font-weight: 100;
}

@media screen and (max-width: 1800px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  color: #ce9c00;
  text-align: center;
  font-size: 80px;
  margin: 5px 50px auto 50px;
  /*Top Right Bottom Left*/
  font-weight: 100;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 40px;
  }
}

/* H Classes END  -/-/-/-/-/-/-/*/
.Iflag {
  max-width: 15%;
}
@media screen and (max-width: 800px) {
  .Iflag  {
    max-width: 30%;
  }
}

/* P Classes  -/-/-/-/-/-/-/*/
.p2 {
  text-align: center;
  margin: 5px 50px auto 50px;
  /*Top Right Bottom Left*/
  font-weight: 100;
}

@media screen and (max-width: 1800px) {
  .p2 {
    margin: 20px;
  }
}

@media screen and (max-width: 800px) {
  .p2 {
    font-size: 14px;
  }
}

.paraP1 {
  text-align: left;
  margin: 5px 30px 10px 30px;
  /*Top Right Bottom Left*/
  font-weight: 100;
}

.paraP1Con {
  text-align: center;
  margin: 5px 30px 10px 30px;
  /*Top Right Bottom Left*/
  font-weight: 100;
}

@media screen and (max-width: 800px) {
  .paraP1Con {
    text-align: left;
    font-weight: bold;
  }
}

.paraP1Con2 {
  text-align: center;
  margin: 5px 30px 10px 30px;
  /*Top Right Bottom Left*/
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .paraP1Con2 {
    text-align: left;
    color: #0044aa;
  }
}

/* P Classes END  -/-/-/-/-/-/-/*/
/* para Classes  -/-/-/-/-/-/-/*/
.para1 {
  padding: 10px 0px 20px 0px;
  margin: 20px 300px 20px 300px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 1800px) {
  .para1 {
    margin: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .para1 {
    margin: 20px;
    font-size: 14px;
  }
}

.para3 {
  padding: 10px 0px 20px 0px;
  margin: 20px 750px 20px 750px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 1800px) {
  .para3 {
    margin: 20px 250px 20px 250px;
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .para3 {
    margin: 20px;
    font-size: 14px;
  }
}

/* para Classes END  -/-/-/-/-/-/-/*/
/* Slideshow -/-/-/-/-/-/-/*/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #fafafa;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fafafa;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */