/*variables*/
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

p {
  max-width: 90%;
}

/*VIDEO*/
#video-background {
  /* position: fixed;*/
  right: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  z-index: -100;
}

#video-background2 {
  /* position: fixed;*/
  right: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  z-index: -100;
  display: none;
}

.fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 1000;
}

#slogo {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 25px;
  display: none;
}

#slogo a:hover {
  opacity: .6;
}

#logo {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 25px;
}

#logo a:hover {
  opacity: .6;
}

#top {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

nav {
  float: right;
  width: 740px;
  height: 30px;
  margin-top: 20px;
  word-spacing: 50pt;
  text-align: center;
}

nav a {
  color: #eaad42;
  font-family: "Raleway bold", sans-serif;
  text-decoration: none;
  letter-spacing: 1.5pt;
  font-size: 10pt;
}

nav a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #eaad42;
  text-decoration-color: #eaad42;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}

.menu {
  display: none;
  float: right;
  width: 740px;
  height: 30px;
  margin-top: 20px;
  word-spacing: 50pt;
  text-align: center;
}

.menu a {
  display: none;
  color: #eaad42;
  font-family: "Raleway bold", sans-serif;
  text-decoration: none;
  letter-spacing: 1.5pt;
  font-size: 10pt;
}

.menu a:hover {
  display: none;
  text-decoration: underline;
  -webkit-text-decoration-color: #eaad42;
  text-decoration-color: #eaad42;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}

#toggle {
  display: none;
}

label {
  display: none;
}

/*********************Gallery************************/
/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .element-item {
    width: 100%;
  }
}

.element-item img {
  width: 100%;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #f2dadc;
}

.element-item:hover .overlay {
  opacity: .95;
}
@media screen and (max-width: 700px) {
  .element-item:hover .overlay {
    display: none;
  }
}

.text {
  letter-spacing: 1.5pt;
  color: #1e2f40;
  line-height: 1.5;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Raleway bold", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.element-item .advertising {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .interactive {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .graphic {
  position: absolute;
  right: 8px;
  top: 5px;
}

/********************************************/
/****ABOUT ME ****/
.acontain {
  width: 900px;
  margin: auto;
}

.about {
  width: 100%;
  height: 500px;
  background-color: #f2dadc;
}

.aboutleft {
  width: 56%;
  float: left;
}

.about h1 {
  font-family: "Raleway bold", sans-serif;
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
  margin-bottom: -10px;
  color: #bb727a;
  height: 30px;
  letter-spacing: 1.5pt;
}

.img {
  text-align: center;
  margin-top: -5px;
}

.aboutleft .social {
  margin-top: 50px;
  text-align: center;
}

.gram {
  margin-right: 50px;
}

.social a:hover {
  opacity: .5;
}

.aboutleft p {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  font-size: 14px;
  font-family: georgia;
  letter-spacing: .5px;
  line-height: 1.5;
  color: #1e2f40;
  text-align: center;
}

.aboutright {
  width: 40%;
  float: right;
  height: 500px;
}

.aboutright img {
  float: right;
  margin-top: 50px;
  margin-right: 100px;
}

/*******BELLA DETAIL************/
.bellatext {
  width: 100%;
  height: 300px;
  padding-top: 50px;
}

.bellatext h1 {
  font-family: "Raleway bold", sans-serif;
  text-align: center;
  font-size: 16px;
  padding-top: 50px;
  color: #bb727a;
  letter-spacing: 1.5pt;
}

.bellatext p {
  font-family: georgia;
  line-height: 25px;
  font-size: 14px;
  width: 500px;
  margin: auto;
  text-align: center;
  color: #1e2f40;
}

/****behind***/
/********** BEHIND******/
#bkg1 {
  background-image: url(images/belback);
}

#bkg2 {
  background-image: url(images/belback2.jpg);
  padding-top: 50px;
}

#magbkg1 {
  background-image: url(images/magback.png);
}

#magbkg2 {
  background-image: url(images/magback2.jpg);
}

#intbkg1 {
  background-image: url(images/intback.jpg);
}

#intbkg2 {
  background-image: url(images/intback2.jpg);
}

#advbkg1 {
  background-image: url(images/advback.jpg);
}

#advbkg2 {
  background-image: url(images/advback2.jpg);
}

#advbkg3 {
  background-image: url(images/advback3.jpg);
}

#huskbkg1 {
  background-image: url(images/huskback.jpg);
}

#huskbkg2 {
  background-image: url(images/huskback2.jpg);
}

#cqbkg1 {
  background-image: url(images/cqback.jpg);
}

#cqbkg2 {
  background-image: url(images/cqback3.jpg);
}

#cqbkg3 {
  background-image: url(images/cqback2.jpg);
}

#tribkg1 {
  background-image: url(images/triback.jpg);
}

#tribkg2 {
  background-image: url(images/triback2.jpg);
}

#illbkg1 {
  background-image: url(images/illback.jpg);
}

#illbkg2 {
  background-image: url(images/illback2.jpg);
}

#spdbkg1 {
  background-image: url(images/spdback.jpg);
}

#spdbkg2 {
  background-image: url(images/spdback2.jpg);
}

#squawkbkg1 {
  background-image: url(images/squawkback.jpg);
}

#squawkbkg2 {
  background-image: url(images/squawback2.jpg);
}

#squawkbkg3 {
  background-image: url(images/squawkback3.jpg);
}

#kawbkg1 {
  background-image: url(images/kawback.jpg);
}

#kawbkg2 {
  background-image: url(images/kawback2.jpg);
}

#infan1 {
  background-image: url(images/infan1.jpg);
}

#infan2 {
  background-image: url(images/infan2.jpg);
}

#infan3 {
  background-image: url(images/infan3.jpg);
}

#woodbkg1 {
  background-image: url(images/Woodtop3.jpg);
}

#woodbkg2 {
  background-image: url(images/woodtop2.jpg);
}

div.bkg-fixed {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.toppic {
  margin: auto;
  display: none;
}

.bkg-fixed > div {
  height: 400px;
}

section.fg-scroll {
  min-height: 100%;
  z-index: 2;
}

/*****/
#story {
  margin: auto;
  text-align: center;
  font-family: "Raleway bold", sans-serif;
  letter-spacing: 1.5pt;
  font-size: 12px;
  color: #bb727a;
  padding-top: 20px;
  line-height: 50px;
}

#mstory {
  margin: auto;
  text-align: center;
  font-family: "Raleway bold", sans-serif;
  letter-spacing: 1.5pt;
  font-size: 12px;
  color: #bb727a;
  padding-top: 20px;
  line-height: 50px;
  background-color: #e8e8e8;
}

#sketch {
  margin: auto;
  text-align: center;
  font-family: "Raleway bold", sans-serif;
  letter-spacing: 1.5pt;
  font-size: 12px;
  color: #bb727a;
  padding-top: 20px;
  line-height: 50px;
}

/***********CONTACT FORM *****************/
.img2 {
  height: 30px;
  margin-top: -10px;
  text-align: center;
}

.contact {
  background-color: #1e2f40;
  margin: auto;
  width: 100%;
  height: 800px;
}

.contact h1 {
  font-family: "Raleway bold", sans-serif;
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
  color: #f2dadc;
  height: 30px;
  letter-spacing: 1.5pt;
  margin: 0;
}
form {
  display: flex;
  flex-direction: column;
}

.field {
  margin: 1em 0;
}

#ajax-contact {
  text-align: center;
  padding-top: 30px;
}

.field label {
  font-family: "Raleway bold", sans-serif;
  letter-spacing: 1.5pt;
  display: block;
  padding-bottom: 10px;
  color: #eaad42;
  text-align: left;
  margin: auto;
  width: 60%;
  font-size: 12px;
}

input {
  background-color: #1e2f40;
  color: #f2dadc;
  width: 60%;
  padding: 0.5em 0.5em;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  border-radius: 3px;
  border: 3px solid #eaad42;
}

textarea {
  background-color: #1e2f40;
  color: #f2dadc;
  width: 60%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  border: 3px solid #eaad42;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: #eaad42;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #c7dae0;
  border-bottom: 1px solid #c7dae0;
  color: #1e2f40;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 20%;
  text-align: center;
}

button:hover, button:focus {
  background-color: #f2dadc;
  color: #bb727a;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

/*********MEDIA QUERIES**********/
@media screen and (max-width: 1000px) {
  nav {
    display: none;
  }

  nav a {
    display: none;
  }

  nav a:hover {
    display: none;
  }

  #logo {
    float: left;
    width: 40px;
    height: 40px;
  }

  .nav label {
    color: #eaad42;
    margin: -9px 30px 0 0px;
    font-size: 26px;
    display: none;
    width: 26px;
    line-height: 70px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  #toggle {
    display: none;
  }

  #slogo {
    display: block;
  }

  #logo {
    display: none;
  }

  .nav label {
    display: block;
    cursor: pointer;
  }

  .menu a:hover {
    display: block;
  }

  .menu {
    line-height: 50px;
    background-color: #1e2f40;
    text-align: center;
    padding: 50px 0 30px 0;
    width: 100%;
    height: 280px;
    display: none;
    position: absolute;
    top: -30px;
  }

  .menu a {
    display: block;
    margin: 0;
  }

  #toggle:checked + .menu {
    display: block;
  }

  .acontain {
    width: 700px;
  }

  .aboutright img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 466px) {
  #video-background2 {
    display: block;
  }

  #video-background {
    display: none;
  }

  .menu {
    height: 240px;
    line-height: 45px;
    padding: 45px 0 30px 0;
  }

  .menu a {
    font-size: 12px;
  }

  textarea {
    width: 60%;
  }

  input {
    width: 60%;
  }

  button {
    width: 30%;
  }

  .acontain {
    width: 400px;
  }

  .aboutright {
    float: none;
    width: 100%;
  }

  .aboutright img {
    width: 100%;
    margin-top: 10px;
  }

  .aboutleft {
    float: none;
    width: 100%;
  }

  .about {
    height: 900px;
  }

  .aboutleft .social {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  #bkg1,
  #bkg2,
  #magbkg1,
  #magbkg2,
  #intbkg1,
  #intbkg2,
  #advbkg1,
  #advbkg2,
  #advbkg3,
  #huskbkg1,
  #huskbkg2,
  #cqbkg1,
  #cqbkg2,
  #cqbkg3,
  #tribkg1,
  #tribkg2,
  #illbkg1,
  #illbkg2,
  #spdbkg1,
  #spdbkg2,
  #squawkbkg1,
  #squawkbkg2,
  #squawkbkg3,
  #kawbkg2,
  #kawbkg3,
  #infan1,
  #infan2,
  #infan3,
  #woodbkg1,
  #woodbkg2 {
    display: none;
  }

  .toppic {
    display: block;
  }

  .acontain {
    width: 400px;
  }

  .aboutright {
    float: none;
    width: 100%;
  }

  .aboutright img {
    width: 100%;
    margin-top: 10px;
  }

  .aboutleft {
    float: none;
    width: 100%;
  }

  .about {
    height: 900px;
  }

  .aboutleft .social {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */