/*  ****************************************   */
/*   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;
}

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;
}

/* Eric Meyer's CSS Reset have been applied  */
html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FC5E55), to(#FA4083));
  background-image: linear-gradient(#FC5E55, #FA4083);
}

body {
  background-image: url(/images/image-lion-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 1.125rem;
}

nav a.mybutton, nav a.navbutton {
  margin-left: 30px;
}

h1 {
  font-size: 3.25rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.228);
}

h2 {
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  margin-top: 20px;
}

p {
  line-height: 1.75rem;
  margin-bottom: 0.6rem;
}

i {
  font-size: 80px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a.mybutton {
  display: inline-block;
  margin-top: 20px;
}

.container {
  width: 1024px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}

main {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main2 {
  min-height: 300px;
  padding-top: 50px;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.cards p {
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin-top: 10px;
}

.card1, .card2, .card3 {
  background-size: cover;
  background-position: bottom;
  min-height: 250px;
  width: 30%;
  padding: 30px 30px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.228);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.228);
}

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

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

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

.herobox1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 100px;
}

.herobox2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mybutton {
  background-color: #ffffff;
  color: #FA4083;
  font-family: 'Playfair Display', serif;
  padding: 11px 25px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.228);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.228);
}

.mybutton:hover {
  background-color: #1dd567;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.navbutton {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  font-family: 'Playfair Display', serif;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
}

.navbutton:hover .dropdown {
  display: block;
}

.testemonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.tbox {
  width: 47%;
  padding: 50px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}

.tbox p:last-of-type {
  font-size: 0.8rem;
  padding-left: 30px;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
  margin-left: -22px;
}

.dropdown .navbutton {
  width: 140px;
  background-color: white;
}

.dropdown .navbutton a {
  color: #FA4083;
}

.dropdown .navbutton:hover {
  background-color: #fcdee9;
}

.inputwrapper {
  margin-bottom: 20px;
}

input[type=text], input[type=email], textarea {
  padding: 12px 20px;
  width: 40%;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
}

.newline {
  display: block;
  margin-bottom: 8px;
}

.margin-right-a {
  margin-right: 20px;
}

form {
  margin: 40px 0px;
}
/*# sourceMappingURL=app.css.map */