/*
Theme Name: MiGHT study Go Child
Theme URI: https://github.com/godaddy-wordpress/go
Template: go
Author: GoDaddy
Author URI: https://www.godaddy.com
Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
Tags: block-styles,custom-colors,custom-logo,custom-menu,e-commerce,editor-style,one-column,theme-options,threaded-comments,translation-ready,wide-blocks
Version: 1.0.1616703597
Updated: 2021-03-25 20:19:57

*/
/*! basic CHCR setup
 * initally based off Primitive
 * A frontend Sass boilerplate by Tania Rascia 
 */
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*
    Fonts.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

figure {
  margin: 0;
}

/* Helpers
  =============== */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

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

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 2rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* typography
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1.2rem/1.4 "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}

body {
  color: #373737;
  background: #fff;
  font-size: 1rem;
}

p, li {
  font-size: 1rem;
  line-height: 1.4;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1rem 0;
  line-height: 1.4;
}

p {
  max-width: 700px;
}

li {
  margin-bottom: 1rem;
}

li ul,
li ol {
  padding-left: 1rem;
}

ul li ul,
ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1rem 0 0.5em;
  font-weight: 700;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #123A71;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
  color: #8868AD;
}

h3 {
  font-size: 1.25rem;
  font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 900px) {
  p, li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
}

p a {
  border-bottom: 1px dotted #8868AD;
}

a {
  color: #123A71;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #07182f;
  border-bottom: 1px dotted #07182f;
}

mark {
  background: #ffeea8;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1rem 0;
  border-left: #dedede;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}

blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 4px;
  background: transparent;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  color: #373737;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1rem 0;
}

pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #373737;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 4px;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: .5rem;
}

/* Layout
  =============== */
/* basic set up */
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#page header, #page footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.site-header,
.page-header,
main,
.page-footer {
  padding-left: 6vw;
  padding-right: 6vw;
  max-width: 1440px;
  margin: 0 auto;
}

header.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main {
  padding-bottom: 3rem;
  border-bottom: 1px solid #123A71;
}

main .grid-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(324px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(324px, 1fr));
  grid-gap: 1rem;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  font-size: 0.9rem;
}

footer img {
  width: 17rem;
  height: auto;
}

/* main section */
main .content-section {
  border-top: 1px solid #8868AD;
  margin-top: 2rem;
  padding-top: 1rem;
}

main .content-section .content-header > h1 {
  margin-top: 0;
}

@media (min-width: 600px) {
  main .content-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    grid-gap: 2rem;
        grid-template-areas: "subtitle content";
  }
  main .content-section h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: subtitle;
  }
  main .content-section .content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: content;
  }
}

@media (min-width: 900px) {
  main .content-section {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

/* home page styles */
main .home-header {
  width: 75%;
}

main .content-section-1,
main .content-section-2 {
  border: 0;
  margin: 0;
  padding: 2rem;
}

main .content-section-1 h2, main .content-section-1 article p, main .content-section-1 article li,
main .content-section-2 h2,
main .content-section-2 article p,
main .content-section-2 article li {
  color: #fff;
  margin-top: 0;
}

main .content-section-1 article li,
main .content-section-2 article li {
  margin-bottom: .5em;
}

main .content-section-1 {
  background-color: #123A71;
}

main .content-section-2 {
  background-color: #8868AD;
}

main .content-section-3 {
  margin-top: 0;
}

main .cards-by-topic .imagelist {
  -ms-grid-column: 1;
  grid-column: 1;
}

main .cards-by-topic .imagelist img {
  margin-bottom: 2rem;
}

main .cards-by-topic .content {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / -1;
}

/* main section */
@media (min-width: 900px) {
  .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}

.cards .card,
.cards .large-card {
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem 0;
}

.cards .card img,
.cards .large-card img {
  max-width: 300px;
}

.cards .card h4,
.cards .large-card h4 {
  margin-bottom: 1.5rem;
}

.cards .large-card {
  grid-column: 1 / -1;
}

.cards .large-card div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 1rem;
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: .75rem;
  outline: none;
  background-color: transparent;
  margin-bottom: .5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #123A71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #3c81e0;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #3c81e0;
}

input [type="checkbox"] {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%3E%3Cpath%20%20fill%3D%22%23cccccc%22%20d%3D%22M25.107%2032.030h-18.214c-3.456%200-6.268-2.81-6.268-6.264v-19.529c0-3.456%202.812-6.268%206.268-6.268h18.214c3.456%200%206.268%202.812%206.268%206.268v19.529c0%203.452-2.812%206.264-6.268%206.264zM6.893%201.85c-2.419%200-4.386%201.967-4.386%204.386v19.529c0%202.417%201.967%204.382%204.386%204.382h18.214c2.419%200%204.386-1.965%204.386-4.382v-19.529c0-2.419-1.967-4.386-4.386-4.386h-18.214z%22%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #eee;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem 0;
}

legend {
  padding: 0 .5rem;
  font-weight: 600;
}

select {
  color: #373737;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat #fff;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

[type=range] {
  width: 100%;
}

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 .5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 .5rem;
    margin-bottom: 1rem;
  }
}

input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #563e71;
}

.group {
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  text-align: left;
  padding: .5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}

/* ================
    OVERRIDE ROOT STYLES OF GO PARENT THEME
    ===============
*/
:root {
  --go--max-width: inherit;
  --go--max-width--alignwide: inherit;
  --go--viewport-basis: 950;
  --go--spacing--header: inherit;
  --go--spacing--horizontal: inherit;
  --go--spacing--paragraph: inherit;
  --go--color--text: #373737;
  --go--font-family:"Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  --go--font-size--small: 0.9rem;
  --go--font-size: 1.2rem;
  --go--line-height: 1.4;
  --go--type-ratio: inherit;
  --go-heading--button-spacing: inherit;
  --go-heading--color--text: #123A71;
  --go-heading--font-family: inherit;
  --go-heading--font-weight:inherit;
  --go-heading--letter-spacing: inherit;
  --go-heading--line-height: inherit;
  --go-heading--margin-bottom: inherit;
  --go-caption--color--text: inherit;
  --go-caption--font-size: inherit;
  --go-caption--text-align--rtl: right;
  --go-caption--text-align: left;
  --go--hyperlink--color--text: inherit;
  --go--hyperlink--color--text: #123A71;
  --go--hyperlink-interactive--color--text: inherit;
  --go-quote--border-width: inherit;
  --go-pullquote--font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  --go-outline--color--text: inherit;
  --go-selection--color--background: inherit;
  --go-button--border-radius: inherit;
  --go-button--font-size: inherit;
  --go-button--font-weight: inherit;
  --go-button--letter-spacing: inherit;
  --go-button--padding--x: inherit;
  --go-button--padding--y: inherit;
  --go-button--text-transform: inherit;
  --go-button-interactive--color--background: inherit;
  --go-button-interactive--color--background: inherit;
  --go-label--font-size: inherit;
  --go-label--font-size: inherit;
  --go-label--font-weight: inherit;
  --go-label--font-weight: inherit;
  --go-label--font-weight: inherit;
  --go-label--letter-spacing: inherit;
  --go-label--letter-spacing: inherit;
  --go-label--letter-spacing: inherit;
  --go-label--margin-bottom: inherit;
  --go-label--text-transform: inherit;
  --go-input--border: inherit;
  --go-input--border: inherit;
  --go-input--color--text: inherit;
  --go-input--color--text: inherit;
  --go-input--font-size: inherit;
  --go-input--margin-bottom: inherit;
  --go-input--padding--x: inherit;
  --go-input--padding--y: inherit;
  --go-site-title--color--text: inherit;
  --go-site-title--color--text: inherit;
  --go-site-title--font-size: inherit;
  --go-site-title--font-family: inherit;
  --go-site-title--font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  --go-site-title--text-transform: inherit;
  --go-site-title--letter-spacing: inherit;
  --go-site-description--color--text: inherit;
  --go-site-description--color--text: inherit;
  --go-site-description--opacity: inherit;
  --go-site-description--font-size: inherit;
  --go-site-description--font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  --go-site-description--font-weight: normal;
  --go-site-description--letter-spacing: inherit;
  --go-navigation--color--text: #123A71;
  --go-navigation--font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  --go-navigation--font-size: inherit;
  --go-navigation-mobile--font-size: inherit;
  --go-navigation--font-weight: normal;
  --go-navigation--text-transform: inherit;
  --go-navigation--letter-spacing: 0;
  --go-search-button--color--text-interactive: inherit;
  --go-search-button--color--text-interactive: inherit;
  --go-search-button--color--background: inherit;
  --go-search-button--color--background-interactive: inherit;
  --go-search-button--color--background-interactive: inherit;
  --go-social--size: inherit;
  --go-social--padding: inherit;
  --go-meta--color--text: inherit;
  --go-meta--color--text: inherit;
  --go-header--padding--y:3vw;
  --go-block--padding--x: 3vw;
  --go-input--padding--y:1rem;
  --go-input--padding--x:1rem;
  --go-button--padding--x:1rem;
  --go-button--padding--y:1rem;
  --go-input--border:1px solid #ccc;
}

.primary-menu a::after {
  bottom: 0em;
  background-color: #bcaad1;
}

.not-found {
  text-align: left;
}

.not-found p {
  margin-bottom: 1rem;
}

.menu-is-open .header__inner nav {
  background-color: #efefef;
  /*supposed to be only for small screens when the full nav doesn't show but menu-is-open is always on body */
}

.menu-is-open .header__inner nav li {
  border-top: 2px solid #fff;
  padding: 1rem 0;
  margin: 0;
}

/* ========================
CHANGES MADE ON PROD to fix logo size, padding issues on mobile, and iframe size on mobile
=============================*/
.header__inner {
  padding: 2rem 0;
}

.header__titles .custom-logo {
  max-width: 140px;
}

@media only screen and (min-width: 600px) {
  .header__titles .custom-logo {
    max-width: 180px;
  }
}

@media only screen and (min-width: 1040px) {
  .header__titles .custom-logo {
    max-width: 200px;
  }
}
.header__titles {
	flex-wrap:wrap;
}
main {
  /* max-width: 100%; */
}

.content-section {
  padding: 1rem;
}

@media only screen and (min-width: 600px) {
.content-section {
    padding: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  iframe {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */