/**
 * (c) Mike Van Dola
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background: #292929;
  background: radial-gradient(circle,rgba(41, 41, 41, 1) 0%, rgba(15, 15, 15, 1) 51%, rgba(48, 48, 48, 1) 100%);
  background-attachment: fixed;
  background-size: contain;
  color: #eee;
  min-height: 95vh;
  font-family: 'Poppins';
  margin: 2rem 1rem;
  font-size: 15pt;
}

.page {
  max-width: max(80vw, 1100px);
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: min(340%, 5.25vw);
  margin: 0;
}

h2 {
  font-size: 300%;
}

img.portrait {
  width: 100%;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
}

.row {
  padding: 1em;
}

.jumbotron {
  min-height: 100vh;
  margin-left: max(-8vw, -180px);
  margin-top: -2vh;
}

.title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: min(150%, 18pt);
  margin: 0;
  line-height: 1.25;
  font-style: italic;
}

.slogan {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 200%;
  margin-bottom: 1em;
  color: yellow;
}

.talk {
  font-style: italic;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  font-size: min(125%, 1.85vw);
  border-left: 1px solid #333;
  transform: rotateZ(-0.25deg);
  background: #3a1f46;
  color: white;
}

.cta {
  font-weight: bold;
  color: yellow;
  font-size: 200%;
  line-height: 1.25;
  margin: 0.1em;
  transform: rotateZ(-0.5deg) translateY(-5px);
}

.signature {
  font-style: italic;
  font-size: 104%;
  font-weight: 600;
  letter-spacing: -1px;
  color: #eee;
}

.footer {
  text-align: center;
  font-size: 85%;
  font-weight: 500;
  color: #e8e8e8;
  margin-top: 2em;
  transform: rotateZ(-0.25deg);
}

.footer a {
  text-decoration: none;
  color: #ff8cb2;
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .page {
    max-width: 100vw;
    padding-top: 1em;
  }

	h1 {
	  margin-top: 0.5em;
	  font-size: 250%;
	}
	
	.row {
    padding: 0;
  }
  
  .jumbotron {
    margin: -1em !important;
  }
  
  .title {
    font-size: 110%;
  }
  
  .slogan {
    font-size: 135%;
  }
  
  .talk {
    font-size: 100%;
    padding: 1em;
  }
  
  .signature {
    font-size: 110%;
  }
}
