/* stylesVAToyGallery.css, Mrg, created 04/15/2019, updated 02/09/2020 ----- */
/* ------------------------------------------------------------------------- */

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

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

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

html, body {
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

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

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

footer {
  border-top: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 15px;
  padding-bottom: 25%;
  /* 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 {
  cursor: pointer;
  margin-left: 1em;
  /* padding: 1em; 
  padding-top: .0em; */
  position: relative;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  width: relative;
  width: 100%;
  width: relative;
}

/* 
#nav {
  cursor: pointer;
  margin-left: 0em;
  padding: 6px; 
  padding-top: .0em;
  position: relative;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  width: relative;
} */

#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: #fff;
  color: #000;
  text-decoration: none;
  border-right: 0px solid #4C4C4C;
  border-right: 0px solid #000;
  opacity: .8;
}

#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: #fff;
  font-size: 1.1em;
  line-height: 2em;
  color: #000;
  opacity: .8;
}

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

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

.alignCenter {
  text-align: center;
}

.contactStyle {
  color: #000;
  text-align: center;
  text-decoration:none;
}

.intro {
  /* height: 55%; */
  cursor: pointer;
  width: 100%;
  margin: auto;
  margin-left: -12px;
  /* background-color: #fff; */
  background-color: #000;
  border: 1px solid #000;
  display: table;
  top: 0;
  background-size: cover;
}

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

/* media queries ----------------------------------------------- */
/* ------------------------------------------------------------- */
@media (min-width: 1024px) {
  
  #nav ul {
    display: flex;
    flex-direction: row;
    padding-top: .25em;
  }

  #nav ul li {
    position: relative;
    flex: 1;
    text-align: center;
  }
  
  #nav ul li a:hover {
    background: #2980B9;
  }
  
  #nav label {
    display: none;
  }
  
  h1 {
      font-size: 110%;
      text-align: center;
    }
  
  p {
      font-size: 110%;
      text-align: justify;
    }
  
  /* .intro {
      height: 60%;
    } */
  
  } /* end media query */

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