*
{
margin: 0px;
padding: 0px;
}

.icon img
{
	max-width: 48px;
	max-height: 48px;
	margin-top: 5px;
  margin-left: -10px;

}
.brand
{
	color: rgb(128, 0, 0);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 32px;
	margin-left: 20px;
}
.brand h1
{
	justify-content: space-around;
	align-items: center;
}

/* NAVIGATION BAR SETUP */
.page-wrapper
{
  width: 100%;
  height: auto;
}

.nav-wrapper
{
  z-index: 2;
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: whitesmoke;
  background-size: 400% 400%;

}

.grad-bar
{
  width: 100%;
  height: 5px;
    background-color: whitesmoke;
  background-size: 400% 400%;

}

/* NAVIGATION */

.navbar
{
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 64px;
  overflow: hidden;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.2);
  background-color: whitesmoke;
  background-size: 400% 400%;

}



.navbar img
{
  max-width: 100%;
  max-height: 100%;
  justify-self: start;
  margin-left: 20px;
}

.navbar ul
{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-self: end;
}

.nav-item a
{
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
  padding: 15px;
}

.nav-item a:hover
{
  background-color: rgb(5, 3, 3);
  color: white;
 padding: 15px;
  height:100%;
  border-radius: 5px;
  text-decoration: none;
 font-size: 100%;
}

/* SECTIONS */

/* SEARCH FUNCTION */

#search-icon {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 15px;
  transition: color 0.3s ease-out;
}

#search-icon:hover {
  
  color:black;
  cursor: pointer;
}

.search {
  transform: translate(-35%);
  -webkit-transform: translate(-35%);
  transition: transform 0.7s ease-in-out;
  color: #000000;
}

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.search-input {
  position: absolute;
  top: -4px;
  right: 100px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.search-active {
  opacity: 1;
  z-index: 0;
  margin-right: -12px;
}

input {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0;
  /* FOR SAFARI */
  outline: 0;
  padding: 5px;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}



@media only screen and (max-width: 720px) {
  .features {
    flex-direction: column;
    padding: 50px;
  }


  /* MOBILE NAVIGATION */

  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 0px;
    background-color: #fff;
    width: 100%;
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    height: 100vh;
  }

  .navbar li {
    padding: 15px;
  }

  .navbar li:first-child {
    margin-top: 50px;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
    z-index: 888888;
  }

  .mobile-nav {
    transform: translate(0%) !important;
  }



  /* SEARCH DISABLED ON MOBILE */

  #search-icon {
    display: none;
  }

  .search-input {
    display: none;
  }

}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("loading.gif") center no-repeat #000000;

}




.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.body
{

	background: url("trial-one-banner-photo.png") no-repeat center center/cover;
	position: relative;
	color: #fff;
	display: flex;
	height: 95vh;

	top: 0;
	left: 0;
	width: 100%;

	justify-content: center;
	align-items: center;
}
.overlay
{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.67;
	color: pink;
 text-align: center;
 height: 100vh;
}
.text
{
	height: 100px;
	width:100%;
background-color:blue;
	color: black;
}




.nav-wrapper {
  z-index: 2;
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;

  background-size: 400% 400%;
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 5s ease infinite;
}

.grad-bar {
  width: 100%;
  height: 5px;

  background-size: 400% 400%;
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 5s ease infinite;
}

/* NAVIGATION */

.navbar {

  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 64px;
  overflow: hidden;

  background-size: 400% 400%;
  -webkit-animation: gradbar 4s ease infinite;
  -moz-animation: gradbar 4s ease infinite;
  animation: gradbar 4s ease infinite;

}





.navbar img {
  max-width: 100%;
  max-height: 100%;
  justify-self: start;
  margin-left: 20px;
}

.navbar ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-self: end;

}

.nav-item a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
  padding: 15px;
}

.nav-item a:hover {
  background-color: rgb(5, 3, 3);
  color: white;
 padding: 15px;
  height:100%;
  border-radius: 5px;
  text-decoration: none;
 font-size: 100%;
}

/* MENU STYLES */

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger>div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger>div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked+.hamburger>div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover+.hamburger>div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked~.menu {
  visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu>div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 300vw;
  height: 300vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu>div>div>ul>li>a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}


/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
  .features {
    flex-direction: column;
    padding: 50px;
  }


  /* MOBILE NAVIGATION */

  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 0px;
    background-color: #fff;
    width: 100%;
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    height: 100vh;
  }

  .navbar li {
    padding: 15px;
  }

  .navbar li:first-child {
    margin-top: 50px;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
    z-index: 888888;
  }

  .mobile-nav {
    transform: translate(0%) !important;
  }
