:root {
  --theme-font: 'Cronos';
  --theme-light-grey: #F5F5F5;
  --theme-brown: #A87A56;
}

.row { max-width: 70.5rem !important; margin: auto !important; }
.tight.row { max-width: 37.5rem !important; margin: auto !important; }
.wide.row { max-width: 97.5rem !important; margin: auto !important; }
.full.row { max-width: 100% !important; margin: auto !important; }
.nopadding { padding: 0; }
.nopadding-left { padding-left: 0; }
.slimpadding { padding: 0 5px; }
@media only screen and ( max-width: 640px ) { .slimpadding-mobile { padding: 0 5px } }

body {
  background-color: var(--theme-light-grey);
  font-family: var(--theme-font);
}

h1 {
  font-size: 5rem;
  font-family: var(--theme-font);
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}
.path-frontpage h1 span {
    margin: 30px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
    margin: 45px 0;
  }
  .path-frontpage h1 span {
    margin: 20px;
  }  
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 3.2rem;
    margin: 30px 0;
  }
  .path-frontpage h1 span {
    margin: 10px;
  }  
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }
  .path-frontpage h1 span {
    margin: 5px;
  }
}

h2 {
  font-size: 3rem;
  font-family: var(--theme-font);
  line-height: 1;
  margin: 30px 0;
}
.path-frontpage .node__content h2 {
    margin: 45px 0;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 2.4rem;
  }
  .path-frontpage .node__content h2 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 2rem;
  }
  .path-frontpage .node__content h2 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
  .path-frontpage .node__content h2 {
    margin: 15px 0;
  }
}

p, a {
  font-family: var(--theme-font);
  font-size: 20px;
  color: #555;
}

.path-frontpage .node__content p {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .path-frontpage .node__content p {
    font-size: 20px;
  }    
}

header {
  position: absolute;
  width: 100%;
}

main {
    padding: 75px 30px 175px;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 50px 30px 100px;
  }    
}
@media screen and (max-width: 640px) {
  main {
    padding: 30px 15px;
  }    
}

footer {
    background-color: #333;
    padding: 30px;
}

ul.menu {
    margin-left: 0;
}

/* ----------------- Main Nav ------------------- */

#block-myohmy-main-menu.menu--main {
  opacity: 0.8;
  margin-top: 30px;
}
#block-myohmy-main-menu.menu--main ul.menu {
    background-color: var(--theme-brown);
}
.path-frontpage #block-myohmy-main-menu.menu--main ul.menu {
    background: transparent;
}

.menu--main a {
  color: var(--theme-light-grey);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.5rem;
}
.menu--main a.is-active {
    color: var(--theme-brown);
}

/* ----------------- Logo ----------------------- */
#block-myohmy-branding {
    margin-top: 30px;
    padding-right: 15px;
}

@media screen and (max-width: 640px) {
    #block-myohmy-branding {
        max-width: 36vw;
        float: right;
        margin-top: 15px;
    }
}

/* ----------------- Banner --------------------- */
.path-frontpage .region-banner-content {
  padding: 25vw 2%;
}
@media screen and (max-width: 640px) {
  .path-frontpage .region-banner-content {
    padding: 25vw 2%;
  }
}
#block-boxingglovesvideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}
#block-boxingglovesvideo video {
    width: 100vw;
    height: auto;
}

/* ----------------- Secondary Content ---------- */
.region-secondary-content {
    padding-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  .region-secondary-content {
    padding-bottom: 50px;
  }  
}
@media screen and (max-width: 640px) {
  .region-secondary-content {
    padding-bottom: 0;
  }  
}
.region-secondary-content p {
    margin-bottom: 0;
}
.region-secondary-content video {
    max-width: 100%;
    width: 100%;
}

/* ----------------- Front page About video ----- */
#block-aboutvideoteaser video {
  height: auto;
}

/* ----------------- About Us ------------------- */
.page-node-type-about-us .content-wrapper {
    display: inline-block;
    margin: 60px 0;
}

.page-node-type-about-us .columns.left.image-wrapper {
    margin-right: 15px;
}
.page-node-type-about-us .columns.right.text-wrapper {
    display: contents;
}
.page-node-type-about-us .field--name-field-section-1-image,
.page-node-type-about-us .field--name-field-section-3-image {
    width: 120%;
}
.page-node-type-about-us .field--name-field-section-2-image {
    width: 120%;
    margin-left: -20%;
}
.page-node-type-about-us .field--name-field-section-5-image {
    padding: 40px;
}
.page-node-type-about-us .field--name-field-section-7-image {
    width: 150%;
    margin-left: -50%;   
}
@media screen and (max-width: 640px) {
  .page-node-type-about-us .field--name-field-section-1-image,
  .page-node-type-about-us .field--name-field-section-3-image,
  .page-node-type-about-us .field--name-field-section-2-image,
  .page-node-type-about-us .field--name-field-section-7-image {
    width: 100%;
    margin-left: 0;
  }
    .page-node-type-about-us .field--name-field-section-3-image,
    .page-node-type-about-us .field--name-field-section-8-image {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .page-node-type-about-us main {
        padding: 30px 0;   
    }
}
.page-node-type-about-us .field--name-field-section-5-image {
    padding: 0px;
}

/* ----------------- Order your custom bag form - */
#block-orderyourcustombag {
    max-width: 480px;
    margin: auto;
}
#block-orderyourcustombag h2 {
    text-align: center;
}

/* ----------------- Forms and buttons ---------- */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
    border: 1px solid var(--theme-brown);
}
label {
    color: var(--theme-brown);
}
.button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    background-color: transparent;
    border: 2px solid var(--theme-brown);
    border-radius: 0;
    padding: 10px 20px;
    transition: background-color 0.5s;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:focus {
    color: #fff;
    background-color: var(--theme-brown);
} 
.button:hover {
    color: #fff;
    background-color: var(--theme-brown);
    transition: background-color 0.5s;
}

/* ----------------- Footer Menu ---------------- */
footer ul.menu {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
footer .menu li {
    display: inline-block;   
}
footer .menu a {
  color: var(--theme-light-grey);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
}
footer .menu a.is-active {
    color: var(--theme-brown);
}
@media screen and (max-width: 640px) {
  footer .menu li {
    display: block;   
  }
  footer .menu a {
    font-size: 0.8rem;
    padding: 0.75rem;
  }  
}

/* ----------------- Footer Contact ------------- */
footer h2 {
    font-size: 1.2rem;
    line-height: 1;
    margin: 10px 0;
    text-transform: uppercase;
    color: var(--theme-brown);
}
footer p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
#block-contact {
    text-align: center;
}
/* ----------------- Footer Middle -------------- */
@media screen and (max-width:  640px) {
  .region-footer-middle {
    margin: 2rem 0;
  }
}

/* ----------------- Accepted Payments ---------- */
#block-acceptedpayments {
    text-align: center;
}
#block-acceptedpayments img {
    max-width: 100px;
}

/* ----------------- Small Logo ----------------- */
#block-whitelogo img {
    max-width: 100px;
}
#block-whitelogo p {
    color: #fff;
    font-size: 12px;
}


/* ----------------- Hamburger ------------------ */

.mobile-nav-toggle { 
  position: relative;
}

#showMenu {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    opacity: 1;
}

#showMenu .hambLine1, #showMenu .hambLine2, #showMenu .hambLine3 {
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: var(--theme-light-grey);
    transition: all 0.4s;
    box-shadow: 2px 2px #555;
}
#showMenu .hambLine1 {
    top: 10px;
    transform-origin: left center;
}
#showMenu .hambLine2 {
    top: 20px;
}
#showMenu .hambLine3 {
    top: 30px;
    transform-origin: left center;
}

#showMenu.open .hambLine1 {
    transform: rotate(45deg) translate(0px, -10px);
    background-color: #fff;
}
.open .hambLine2 {
    opacity: 0;
}
#showMenu.open .hambLine3 {
    transform: rotate(-45deg) translate(0px, 10px);
    background-color: #fff;
}

/* ----------------- Mobile Nav ---------------- */
.region-mobile-nav ul.menu {
  display: block;
  margin-left: 2rem;
}
.region-mobile-nav ul.menu li {
  width: 100%;
  text-align: center;
}
.region-mobile-nav ul.menu a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.outer-nav.vertical a {
  min-width: 275px;
  text-align: left;
}
.outer-nav a {
    text-shadow: 2px 2px #555;
    white-space: pre-wrap !important;
}