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,
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, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: #ffffff;
}

#container {
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
}

.title {
	text-align: center;
}

.aboutRight {
  text-align: center;
  margin: 0 auto;
  }

  .navbar-brand {
    font-size: 1.4em;
  }

  .scale-anm {
    transform: scale(1);
  }

  #home {
   width: 100%;
   min-height: 100vh;
   /*height: 100vh;*/
   overflow: hidden;
   background-image: url(Home.png);
   background-repeat: no-repeat;
   background-size: auto 100%;
   background-position: center;
   text-align: left;
   background-color: #fdfdfd;
   background-position:right center;

 }

 #about {
  background-color: #fdfdfd;
  text-align: left;
  background-position:right center;
  padding: 5em 0 5em 0;

}

  .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

  .homeText1 {
    text-align: left !important;
    margin: 0 auto !important;
    padding: 2em 10em 2em 2em;

  }

  .homeText1 h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600 !important;
    color: #000000;
    font-size: 1.6em;
  }

  .homeText1 p {
    font-family: 'Dosis', sans-serif;
    font-weight: normal
    color: #000000;
    font-size: 1em;
  }

  .homeText2 {
   font-family: 'Dosis', sans-serif;
   font-weight: normal !important;
   color: #000000;
   font-size: 18px;
 }

.display {
  max-width: 90%;
  margin: 0 auto;
  vertical-align: middle;
  /*padding: 3em 0em 3em 0em; */
}

  .homeText {
    font-family: 'Dosis', sans-serif;
    font-weight: 800 !important;
    color: #142431;
    padding: 15em 3em 9em 0em;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
  }

  .homeText h2 {
     font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 3em;
  }


  .homeText p {
     font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 1em;
  }






























