
/* -- settings -- */
	main > section:not(.section-hero) {
	  min-height: 100vh;

	}


	  
	@font-face {
		font-family: 'Kong'; /*a name to be used later*/
		src: url('/css/fonts/kongtext.ttf'); /*URL to font*/
	}

/* -- end settings -- */



/* -- header -- */

/* -- end header -- */


/* -- hero section -- */
  body > main > section.section-hero {
    z-index: 2;
	padding-top: 30px;

  }
  body > main > section.section-hero > div {
    position: relative;
    max-width: 1440px;
    display: block;

  }
  body > main > section.section-hero > div svg {
    margin: auto;

  }
  body > main > section.section-hero > div > img {
    max-width: 800px;
    height: 100%;

  }
  body > main > section.section-hero > footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;

  }
  body > main > section.section-hero > footer > p {
    color: #fff;
    font-size: 4.5rem;
    text-align: left;
    background: #b40000;
    margin: 0;
    text-align: center;

  }
  body > main > section.section-hero > footer > p > span.highlight {
    color: #fff700;

  }

/* -- end hero section -- */


/* -- section-1 -- */
  body > main > section.section-1 {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #98A7E5;

  }
  body > main > section.section-1 > div > div {
    flex-basis: 480px;

  }
  body > main > section.section-1 > div > div:first-of-type {
    justify-content: center;

  }
  body > main > section.section-1 > div > div:first-of-type > p {
    background: #232323;
    color: #fff;
    padding: 26px 32px;
    font-size: 60px;
    max-width: 650px;
    text-align: left;
    box-shadow: 
      20px 16px 0px 0px #fff, 
      -16px 29px 0px 0px #a75e91;

  }
  body > main > section.section-1 > div > p {
    font-size: 32px;
    font-weight: bold;

  }
  body > main > section.section-1 > div > p > a {
    color: #b40000;
    font-weight: bold;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    flex-flow: row wrap;
    border: 3px solid #b40000;
    width: 80%;
    max-width: 400px;
    font-size: 24px;

  }
  body > main > section.section-1 > div > p > a:hover {
    color: #fff;
    background: #b40000;

  }
  body > main > section.section-1 > div > p > a > i {
    min-width: 100%;
    font-size: 26px;

  }
  body > main > section.section-1 div > flex-column > a {
    margin: 10px auto;
    background: #b40000;
    padding: 13px 20px;
    border-radius: 6px;
    box-shadow: 4px 2px 8px 1px #000;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;

  }
  body > main > section.section-1 div > flex-column > a:hover {
    background: #ffa2a2;
    padding: 13px 20px;
    border-radius: 6px;
    box-shadow: 4px 2px 8px 1px #000;
    border: 2px solid rgb(51 51 51);
    color: #333;

  }

/* -- end section-1 -- */


/* -- footer -- */
  body > footer {
    padding: 12px;
    background: #bbb;
    color: #444;

  }

/* -- end footer -- */


@media only screen and (min-width: 600px) {
  body > main > section.section-1 {
    background: #98A7E5;
    background-size: 48%;
    background-position: center left;
    background-repeat: no-repeat;

  }
  
  body > main > section.section-1 > div > p {
    max-width: 50%;
    margin-left: auto;
    margin-right: 3%;

  }
  
}


@media only screen and (min-width: 825px) {
  
  body > main > section.section-hero > footer {
    position: absolute;
    display: flex;
    pointer-events: none;
    
  }
  
  
  body > main > section.section-hero > footer > p {
    background: rgba(0, 0, 0, 0.5);
    margin: 6% auto 6% 2%;
    display: inline-block;
    padding: 5px 10px;

  }
  
}


/* animations */


    

