/* stylesVAToy.css, Mrg, created 04/15/2019, updated 04/13/2020 ----- */
/* ------------------------------------------------------------------ */

/* import ------------------------------------------------------ */
/* ------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Arimo');

/* semantic elements ------------------------------------------- */
/* ------------------------------------------------------------- */

html, body {
  /* cursor: pointer; */
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
}

h1 {
  color: #000;
  text-align: center;
  font-size: 1em;
  width: 100%;
}

h2 {
  color: #000;
  text-align: left;
  font-size: 1em;
  width: 100%;
}

main {
  border: 0px solid #000;
  font-size: 100%;
  padding: 1px 10px;
  margin: 10px;
  float:  left;
  text-align: left;
}

footer {
  border-top: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 15px;
  padding-bottom: 15%;
  margin: 10px;
  font-size: .75em;
  /* height: auto; */
  clear: both;
}

/* selectors --------------------------------------------------- */
/* ------------------------------------------------------------- */

/* unvisited link */
a:link {
  color: #000;
}

/* visited link */
a:visited {
  color: #000;
}

/* mouse over link */
a:hover {
  color: #000;
}

/* selected link */
a:active {
  color: #d60000;
} 

/* div --------------------------------------------------------- */
/* ------------------------------------------------------------- */

#nav {
  margin-left: -1em;
  margin-top: -.35em;
  padding: 1em;
  padding-top: .0em;
  position: relative;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  width: 100%;
}

#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  padding: .35em;
  _padding-left: .9em;
  _background: #323232;
  _background: #4C4C4C;
  background: #000;
  color: #fff;
  text-decoration: none;
  _border-right: 1px solid #4C4C4C;
  border-left: 1px solid #000;
  opacity: .6;
}

#nav ul li a:hover {
  background: #2980B9;
}

#nav ul li:last-of-type a {
  border-right: none;
}

#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#nav input.trigger:checked ~ ul {
  display: block!important;
}

#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  _background: #323232;
  _background: #4C4C4C;
  background: #000;
  font-size: 1.1em;
  line-height: 2em;
  color: #fff;
  opacity: .6;
}

#nav label:after {
  position: absolute;
  right: .8em;
  top: .15em;
  content: "\2261";
  font-size: 2.3em;
}

/* classes ----------------------------------------------------- */
/* ------------------------------------------------------------- */

.alignCenter {
  text-align: center;
}

.contactStyle {
  color: #000;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

.registerStyle {
  color: #000;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
}

.intro {
  height: 55%;
  width: 100%;
  margin: auto;
  background: url(../_images/vatoy-group-01.jpg) no-repeat 50% 50%;
  border: 0px solid #000;
  display: table;
  top: 0;
  background-size: cover;
}

.marginTopNeg10 {
  margin-top: -10px;
  margin-left: 12px;
}

.marginTopNeg10Center {
  margin-top: -10px;
  margin-left: 12px;
  text-align: center;
}

.whiteText {
  color: #fff;
  font-size: 1px;
}

/* media queries ----------------------------------------------- */
/* ------------------------------------------------------------- */

/* @media (min-width: 700px) {
  #nav ul {
    display: flex;
    flex-direction: row;
  }

  #nav ul li {
    position: relative;
    flex: 1;
    text-align: center;
  }
  
  #nav label {
    display: none;
  }
  
  h1 {
      font-size: 100%;
      text-align: center;
    }
  
  p {
      font-size: 100%;
      text-align: justify;
    }
  
  .intro {
      _height: 25%;
      height: 90%; /* sets background image height */
    }
  
} /* end media query */

@media (min-width: 1024px) {
  #nav ul {
    display: flex;
    flex-direction: row;
  }

  #nav ul li {
    position: relative;
    flex: 1;
    text-align: center;
  }
  
  #nav label {
    display: none;
  }
  
  h1 {
      font-size: 100%;
      text-align: center;
    }
  
  p {
      font-size: 100%;
      text-align: justify;
    }
  
  .intro {
      _height: 25%;
      height: 75%; /* sets background image height */
    }
  
} /* end media query */

/* Media Query for laptops and desktops */ 
@media (min-width: 1025px) and (max-width: 1280px) { 
  #nav ul li {
    font-size: .9em;
  }
    
  h1 {
    font-size: 100%;
    text-align: center;
  }
  
  p {
    /* font-size: 100%; */
    font-size: 100%;
    text-align: justify;
  }
    
} /* end media query */

/* Media Query for laptops and desktops */ 
@media (min-width: 1281px) { 
  #nav ul li {
    font-size: .9em;
  }
    
  h1 {
    font-size: 125%;
    text-align: center;
  }
  
  h2 {
    font-size: 125%;
  }
  
  p {
    /* font-size: 100%; */
    font-size: 125%;
    text-align: justify;
  }
  
  .alignCenter {
    font-size: 105%;
  }
  
  .contactStyle {
    font-size: 105%;
    /* color: #000;
    text-align: center;
    text-decoration: none; */
  }
    
} /* end media query */

/* Media Query for mobile landscape view */ 
@media only screen 
  and (min-device-width: 667px) 
  and (max-device-width: 375px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  
  
  #nav ul li {
    padding: .35em;
    padding-left: 1.5em;
  }

  a:link {
    font-size: 50%;
  }
    
  footer {
    font-size: 1em;
    clear: both;
  }
    
  h1 {
    font-size: 75%;
    text-align: center;
  }
  
  p {
    font-size: 75%;
    text-align: justify;
  }
    
  .intro {
  height: 25%;
  width: 100%;
  margin: auto;
  background: url(../_images/vatoy-group.jpg) no-repeat 50% 50%;  }

} /* end media query */

/* eof --------------------------------------------------------- */
/* ------------------------------------------------------------- */