/*
Theme Name: Mini Brutalist
Theme URI: https://davidberard.ca/portfolio/mini-brutalist/
Author: David Berard
Author URI: https://davidberard.ca/
Description: The current WordPress theme I'm using for my portfolio.
Tags: minimalist, brutalist, light, dark mode
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Design System */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  box-sizing: border-box;
}
.container .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0;
  box-sizing: border-box;
}
.container .row .col-1 {
  flex: 0 0 auto;
  width: 6.25%;
}
.container .row .col-2 {
  flex: 0 0 auto;
  width: 12.5%;
}
.container .row .col-3 {
  flex: 0 0 auto;
  width: 18.75%;
}
.container .row .col-4 {
  flex: 0 0 auto;
  width: 25%;
}
.container .row .col-5 {
  flex: 0 0 auto;
  width: 31.25%;
}
.container .row .col-6 {
  flex: 0 0 auto;
  width: 37.5%;
}
.container .row .col-7 {
  flex: 0 0 auto;
  width: 43.75%;
}
.container .row .col-8 {
  flex: 0 0 auto;
  width: 50%;
}
.container .row .col-9 {
  flex: 0 0 auto;
  width: 56.25%;
}
.container .row .col-10 {
  flex: 0 0 auto;
  width: 62.5%;
}
.container .row .col-11 {
  flex: 0 0 auto;
  width: 68.75%;
}
.container .row .col-12 {
  flex: 0 0 auto;
  width: 75%;
}
.container .row .col-13 {
  flex: 0 0 auto;
  width: 81.25%;
}
.container .row .col-14 {
  flex: 0 0 auto;
  width: 87.5%;
}
.container .row .col-15 {
  flex: 0 0 auto;
  width: 93.75%;
}
.container .row .col-16 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .container .row .col-lg-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .container .row .col-lg-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .container .row .col-lg-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .container .row .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .container .row .col-lg-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .container .row .col-lg-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .container .row .col-lg-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .container .row .col-lg-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .container .row .col-lg-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .container .row .col-lg-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .container .row .col-lg-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .container .row .col-lg-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .container .row .col-lg-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .container .row .col-lg-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .container .row .col-lg-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .container .row .col-lg-16 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}
h1 {
  font-family: "Outfit", sans-serif;
  font-size: 1.625em;
  margin: 0 0 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1rem;
}

h3 {
  font-family: "Outfit", sans-serif;
}

h4 {
  font-family: "Outfit", sans-serif;
}

h5 {
  font-family: "Outfit", sans-serif;
}

h6 {
  font-family: "Outfit", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 0.5rem;
}

a {
  color: #E50060;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.25rem;
    margin: 0 0 1.375rem;
  }
}
body {
  background: #f9f9f9;
  color: #0D0D0D;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
body.blocked {
  overflow: hidden;
}

.button {
  display: block;
  padding: 0.75rem 1.25rem;
  background: #E50060;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.ctas {
  margin-top: 2rem;
}

.dashes {
  display: block;
  padding: 3rem;
  border: 0.25rem dashed #ffffff;
}

.pagination {
  margin-bottom: 4rem;
}
.pagination span {
  font-size: 1rem;
  line-height: 2rem;
  background: #ffffff;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 0.5rem;
  font-weight: 700;
}
.pagination a {
  font-size: 1rem;
  line-height: 2rem;
  background: #ffffff;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 0 0.5rem;
}

.page-section {
  padding: 6rem 0;
  background: #ffffff;
  text-align: center;
}
.page-section.highlight {
  background: #E50060;
  color: #ffffff;
}
.page-section.highlight .button {
  border: 0.125rem solid #ffffff;
}
.page-section.light {
  background: #f3f3f3;
}
.page-section.thin {
  padding: 3rem 0;
}
.page-section .section-header {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .button {
    display: inline-block;
    margin: 0 1.25rem 0 0;
  }
  .page-section {
    text-align: left;
  }
  .page-section.centered {
    text-align: center;
  }
}
.site-nav {
  height: 4rem;
  background: #000000;
  display: block;
  z-index: 999;
}
.site-nav .site-title {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-top: 1rem;
}
.site-nav .site-title .site-logo {
  float: left;
  display: block;
  margin-right: 0.75rem;
}
.site-nav .site-title .site-name {
  float: left;
  display: block;
  color: #f9f9f9;
}
.site-nav .site-title .site-name .title {
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.site-nav .site-title .site-name .denomination {
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1;
}
.site-nav .site-hamburger {
  display: block;
  float: right;
  color: #f9f9f9;
  margin-top: 1.25rem;
  text-decoration: none;
}
.site-nav .mainmenu {
  display: none;
  position: absolute;
  width: 100%;
  top: 4rem;
  left: 0;
  background: #0D0D0D;
  color: #f9f9f9;
  list-style: none;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
  height: calc(100% - 51px);
  overflow: hidden;
}
.site-nav .mainmenu li a {
  color: #f9f9f9;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  display: block;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding: 1.5rem;
  text-transform: uppercase;
}
.site-nav .mainmenu li a:hover {
  color: #E50060;
}
.site-nav .mainmenu.showmenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Breakpoint : Large */
@media (min-width: 992px) {
  .site-nav .site-hamburger {
    display: none;
  }
  .site-nav .mainmenu {
    display: flex;
    flex-direction: row;
    float: right;
    padding: 1rem 0;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background: none;
    height: auto;
  }
  .site-nav .mainmenu.showmenu {
    display: flex;
    flex-direction: row;
  }
  .site-nav .mainmenu li {
    float: left;
  }
  .site-nav .mainmenu li a {
    display: block;
    padding: 0.5rem;
    font-size: 1rem;
  }
  .site-nav .mainmenu li:last-child a {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .page-main {
  flex-grow: 1;
}

.site-footer {
  background: #000000;
  color: #f9f9f9;
}
.site-footer .social-media ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  overflow: hidden;
  text-align: center;
}
.site-footer .social-media ul li {
  display: inline-block;
}
.site-footer .social-media ul li a {
  display: block;
  color: #f9f9f9;
  font-size: 1.25rem;
  margin: 0.75rem;
}
.site-footer .copyright-div p {
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1.5rem;
}
.site-footer .copyright-div a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .site-footer .social-div {
    order: 2;
  }
  .site-footer .copyright-div {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .site-footer .copyright-div p {
    text-align: left;
    margin: 0;
  }
  .site-footer .social-media ul li {
    display: block;
    float: right;
  }
}
/* Section Related */
.portfolio-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #ffffff;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
}
.portfolio-thumbnail .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.portfolio-thumbnail .thumbnail-content {
  padding: 2rem;
}
.portfolio-thumbnail .thumbnail-content .categories {
  margin: 0 0 1rem;
  display: block;
}
.portfolio-thumbnail .thumbnail-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.375rem;
  text-transform: uppercase;
}
.portfolio-thumbnail .thumbnail-content h3 a {
  color: #000000;
  text-decoration: none;
}

.blogue-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #ffffff;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
}
.blogue-thumbnail .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.blogue-thumbnail .thumbnail-content {
  padding: 2rem;
}
.blogue-thumbnail .thumbnail-content .categories {
  margin: 0 0 1rem;
  display: block;
}
.blogue-thumbnail .thumbnail-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.375rem;
  text-transform: uppercase;
}
.blogue-thumbnail .thumbnail-content h3 a {
  color: #000000;
  text-decoration: none;
}

.job-ready h2 {
  font-size: 2rem;
}
.job-ready p {
  font-weight: 400;
}

.hero-banner {
  background-color: #ffffff;
  padding: 3rem 0;
  border-bottom: 1px solid #000000;
}
.hero-banner .container {
  height: 100%;
}
.hero-banner .container .row {
  height: 100%;
}
.hero-banner .container .row .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  text-align: center;
}
.hero-banner .container .row .content h1 {
  margin-top: 2rem;
}
.hero-banner .container .row .content .ctas {
  margin-top: 2rem;
}
.hero-banner .container .row .image {
  text-align: center;
  order: 1;
}
.hero-banner .container .row .image img {
  display: block;
  margin: 0 auto;
  width: 75%;
  position: relative;
  height: auto;
}

@media (min-width: 992px) {
  .hero-banner .container .row .content {
    order: 1;
    text-align: left;
  }
  .hero-banner .container .row .content h1 {
    margin-top: 0;
  }
  .hero-banner .container .row .image {
    order: 2;
  }
}
.wpcf7-form label {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin-bottom: 2rem;
  text-align: left;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}
.wpcf7-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}
.wpcf7-form input[type=submit] {
  border: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #E50060;
  font-size: 0.75rem;
}/*# sourceMappingURL=style.css.map */