/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html
{
  height: 100vh;
  overflow: auto;
}

body
{

  font-family: 'Arial', sans-serif;

  background-image: url("../img/background-image.png");
  background-size: cover;
  background-repeat: no-repeat;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

#propet-title
{
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #E4E1FF;
  text-shadow: 5.006px 3.338px 0px rgba(0, 0, 0, 0.70);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 60px;
}
#title
{
  font-size: 25px;
}

#container
{

}

header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

footer
{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

#text-div
{
  margin: 0 auto;
  justify-content: center;
  width:90%;
}

#text-div-2
{
  margin: 0 auto;
  justify-content: center;
  width: 80%;
}

.spacer-10
{
  height: 10px;
}

.spacer-40
{
  height: 40px;
}

.spacer-80
{
  height: 80px;
}

#contact-btn
{
  color: #3E3E3E;
  height: 20px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: solid #FAA2A7 2px;
  cursor: pointer;
}

#login-btn
{
  color: #3E3E3E;
  height: 20px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/*#contact
{
  margin-top: 10px;
  max-width: 120px;
  min-width: 90px;
  width:20%;
  height: 40px;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 3px 2px 0px 0px rgba(0, 0, 0, 0.70);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
*/
 #join-btn:hover, #join-now-btn:hover
{
  cursor: pointer;
  transition: 0.2s;
  box-shadow: none;
}

#or-container
{
  margin: auto;
  width: 98%;
  display: flex;
  justify-content: space-between;
}

#border-left, #border-right
{
  border-bottom: grey solid 1.5px;
  width: 100px;
  margin-bottom: 10px;
}
#heading-container
{
  text-align: center;
  width: 100%;          /* Ensures it takes full width of its parent */
  margin: 0 auto;
}

#p-2
{
  padding-top: 40px;
  padding-bottom: 40px;
  color: #3E3E3E;
  font-weight: 500;
  font-size: 46px;
  margin: 0;
}
.bold2
{
  color: #3E3E3E;
  font-weight: 800;
  font-size: 52rpx;
}

#p-3
{
  font-size: 36px;
}

.bold
{
  color: #3E3E3E;
  font-weight: 700;
  font-size: 36px;
}



input{
  height: 38px;
  border: none;
  border: 1px #3E3E3E solid;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 6px 2px 0px 0px gray;
}

#join-btn
{
  width: 120px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #CB444B;
  background: #FAA2A7;
  box-shadow: 5px 4px 0px 0px #CB444B;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
#join-now-btn
{
  width: 220px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #CB444B;
  background: #FAA2A7;
  box-shadow: 3px 5px 0px 0px #CA3840;
  font-size: 32px;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}

.modal
{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#modal-content
{
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close
{
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#layered-img-container
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
#layered-img-container #homepage-container
{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#layered-img-container #homepage-container #homepage
{
  width: 65%;
}

#layered-img-container #blue-img
{
  width: 80%;
}

#content-container
{
  text-align: center;
}

#pet-icon
{
  width: 8%;
  min-width: 70px;
}

#image-container
{
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
.column
{
  flex: 33.33%;
  padding: 5px;
}

#row {
  display: flex;
}

.row-img
{
  width: 80%;
}

@media screen and (max-width: 730px)
{
  #p-2
  {
    font-size: 34px;
  }

  #p-3
  {
    font-size: 30px;
  }

  .bold
  {
    font-size: 30px;

  }
}

@media screen and (max-width: 600px)
{

  #text-div-2
  {
    width: 95%;
  }
  #p-2
  {
    font-size: 32px;
  }

  #p-3
  {
    font-size: 26px;
  }

  .bold
  {
    font-size: 26px;

  }

  #layered-img-container #homepage-container #homepage
  {
    width: 75%;
  }

  #layered-img-container #blue-img
  {
    width: 90%;
  }
}
@media screen and (max-width: 450px)
{

  #join-now-btn
  {
    transform: scale(80%);
  }
  #p-2
  {
    font-size: 28px;
  }

  .bold2
  {
    font-size: 28px;
  }
  #p-3
  {
    font-size: 22px;
  }
  .bold
  {
    font-size: 22px;

  }
}



/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

