/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#Layer_1 {
  margin-bottom: -22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul {
  margin-top: -5%;
  height: 100vh;
  margin-right: 10%;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body {
  background-color: #88a7c0;
  background-position: fixed;
  width: 100vw;
}

#home {
  height: 100vh;
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 12%;
  background-image: url(images/Comp1.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 812px) {
  #home {
    width: 76%;
  }
}

#home #text {
  margin-left: 26%;
  line-height: 1.5;
  margin-top: 9%;
  text-align: center;
}

h2 {
  font-family: 'Rosarivo', serif;
  font-weight: 900;
  font-size: 3.5vw;
  margin-bottom: 2%;
  color: goldenrod;
}

@media screen and (max-width: 812px) {
  h2 {
    font-size: 6.5vw;
    font-weight: 700;
  }
}

h1 {
  font-family: 'Rosarivo', serif;
  font-weight: 900;
  font-size: 5.25vw;
  margin-bottom: 2%;
  color: whitesmoke;
  font-style: italic;
  text-shadow: cornflowerblue;
}

@media screen and (max-width: 812px) {
  h1 {
    font-size: 8.5vw;
    font-weight: 700;
  }
}

h4 {
  font-family: 'Rosarivo', serif;
  font-weight: 700;
  font-size: 2.25vw;
  margin-bottom: .5%;
  color: whitesmoke;
  font-style: italic;
}

@media screen and (max-width: 812px) {
  h4 {
    font-size: 4.5vw;
    font-weight: 700;
  }
}

#img {
  width: 50%;
}

@media screen and (max-width: 812px) {
  #img {
    margin-left: 9%;
    width: 80%;
    height: 50%;
  }
}

#img img {
  width: 100%;
  margin: 2%;
  height: auto;
}

#text {
  width: 50%;
}

#one, #two, #three, #four, #five, #six, #seven {
  height: 100vh;
  width: 88%;
  margin-left: 12%;
}

#content {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 812px) {
  #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#content #text {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2.3;
}

@media screen and (max-width: 812px) {
  #content #text {
    margin-left: 10%;
    margin-right: 10%;
    width: 60vw;
  }
}

#content #text p {
  color: whitesmoke;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
  font-size: 1.03vw;
  line-height: 3;
}

@media screen and (max-width: 812px) {
  #content #text p {
    font-size: 2.5vw;
    font-weight: 700;
  }
}

#content #text h3 {
  font-family: 'Rosarivo', serif;
  color: whitesmoke;
  font-weight: 700;
  font-size: 1.5vw;
  margin-bottom: 2%;
}

@media screen and (max-width: 812px) {
  #content #text h3 {
    font-size: 3vw;
    font-weight: 700;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  background-color: darkslateblue;
  width: 12%;
  height: 100vh;
  line-height: 5.5;
  position: fixed;
  -webkit-box-shadow: 1px 1px 10px black;
          box-shadow: 1px 1px 10px black;
}

@media screen and (max-width: 812px) {
  nav {
    display: none;
    width: 24%;
  }
}

nav ul li {
  margin: 0%;
}

nav ul li a {
  text-decoration: none;
  color: whitesmoke;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 900;
  font-size: 1vw;
}

footer {
  background-color: darkslateblue;
}
/*# sourceMappingURL=style.css.map */