/* Google Font Import - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

:root {
  /* ===== Colors ===== */
  --body-color: #f5f5f7;
  --sidebar-border: #e4e4e6;
  --sidebar-color: #fff;
  --primary-color: #AE0A2B;
  --primary-color-hover: #6F061B;
  --primary-color-title: #c60c30;
  --primary-color-light: #f5f5f7;
  --secondary-color: #707070;
  --toggle-color: #ddd;
  --text-color: #171c3a;
  --header-color: #171c3a;
  --middlegray-color: #aaa;
  --button-text: #fff;


  /* ===== Colors ===== 
  --body-color: #e4e9f7;
  --sidebar-color: #fff;
  --primary-color: #695cfe;
  --primary-color-light: #f6f5ff;
  --toggle-color: #ddd;
  --text-color: #707070;*/

  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

html {
  scroll-behavior: smooth;
}
.logo h1 {
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--primary-color-title);
}

h2, h3 {
  color: var(--text-color);
  font-weight: 300;
  font-size: 28px;
  line-height: 48px;
}
h3 {
  font-size: 24px;
  margin-top: 80px;
  color:var(--primary-color);
  text-transform: uppercase;
}
strong {
  font-weight:600;
  color:var(--text-color);
}
.content p, .content ul, .content ol {
  width: 80%;
  text-align: left;
  margin: 16px auto;
  font-size: 16px;
  color:var(--text-color);
  line-height: 30px;
}
.content ul, .content ol {
  padding-left: 48px;
  font-size: 14px;
  line-height: 26px;
}
.content li {
  margin-bottom: 16px;
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}

#canvas {
  max-width: 1400px;
  margin: 8px auto;
  padding: 64px;
}
#canvas2 {
  max-width: 1000px;
  margin: 8px auto;
  padding: 64px;
}

.logo {
  width: 100%;
  text-align: center;
}

.logo img {
  width: 64px;
}



.nav, .statement, .tiles, .spacer, .content {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

.spacer img {
  width:initial;
}

/*.content {
  text-align:left;
}*/

.nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
  margin: 0 16px;
  letter-spacing: 1px;
}

.nav a:hover, .nav .active {
  color: var(--primary-color-hover);
  /*text-decoration:underline;*/
  border-bottom: 2px solid var(--primary-color-title);
}

.statement, .tiles, .spacer {
  margin-top: 32px;
}

.tiles {
  text-align: left;
}

.tile {
  border: 0px solid;
  width: 33%;
  display: inline-block;
  margin-bottom: 32px;
  vertical-align: top;
}

.tile a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-align: center;
  border: 0px solid #ff00ff;
  width: 100%;
  display: block;

}

.tile a:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}

.tile span {
  /*margin-left: 4px;*/
  margin-top: 8px;
  border: 0px solid #ff00ff;
  width: 100%;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: .5px;
  line-height: 22px;
  font-size: 12px;
}

.resize, .resize2 {
  transition: var(--tran-05);
  border: 0px solid var(--sidebar-border);
  width: 31%;
  width: 90%;
  margin: 0 1%;
  border-radius: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.resize:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.20);
}

.resize2:hover {
  transform: none;
}

img.test {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13);
}

.full {
  width: 100%;
}

.info {
  border:1px solid var(--sidebar-border); 
  display:inline-block;
  /*background-color: var(--body-color);*/
  padding: 16px;
  color:var(--secondary-color);
  margin-top:16px;
  width:100%;
}

.info li {
  display:inline-block;
  padding:0 8px;
  border-right:0px solid var(--sidebar-border);
  line-height: 24px;
  font-size:14px;
  letter-spacing:.2px;
  margin-bottom: 0;
}
.info li:last-child {
  border-right:0px solid #f0f;
}




.content .resize {
  transition: var(--tran-05);
  border:1px solid var(--sidebar-border);
  width: 23%;
  margin-right: 1%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 3%;
}

.content .resize:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.20);
}

.content h2 {
  margin-bottom: 32px;
}
.teasers {
  border: 0px solid #f0f;
  text-align: left;
  margin-top: 48px;
}
button {
  background-color:var(--primary-color);
  color: var(--button-text);
  transition: var(--tran-05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin: 32px 16px 0 0;
}
button:hover {
  background-color: var(--primary-color-hover);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
}
button.secondary {
  background-color:var(--button-text);
  color: var(--primary-color);
}
button a, button a:hover {
  color: var(--button-text);
  text-decoration: none;
  border:none !important;
}
button.secondary a {
  color: var(--primary-color);
  text-decoration: none;
}

button a {
  display:block;
}

.disclaimer, .disclaimer strong {
  color: var(--primary-color) !important;
  font-size: 12px !important;
  line-height: 20px !important;
}




@media screen and (max-width: 800px) {
  .tile {
    width: 50%;
  }
  #canvas, #canvas2 {
    padding: 32px;
  }
  .content p, .content ul, .content ol {
    width: 90%;
  }
  .content ul, .content ol {
    padding-left: 32px;
  }
  .content .resize {
    width: 47%;
  }
}

@media screen and (max-width: 500px) {
  .tile {
    width: 100%;
  }
  .spacer img {
    width:100%;
  }
  #canvas, #canvas2 {
    padding: 24px;
  }
  .content p, .content ul, .content ol {
    width: 100%;
  }
}
