/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.mymenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mymenu > div {
  padding-right: 0.469rem !important;
}
.mycontent {
  padding: 0 0.625rem 0 0.625rem;
}
/*******************************************************************************************************/
.g-grid {
  flex-grow: 1;
}
#id-grid-10016 {
  align-items: flex-end;
}
#g-page-surround, #block-lhs10008 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#g-section-lhs10003, #g-container-10011 {
  display: flex;
  flex-grow: 1;
}
#g-section-lhs10003 > div, #g-container-10011 > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
/*******************************************************************************************************/
#g-section-rhs10004 div, #g-section-rhs10004 > * {
  width: 100%;
  height: 100%;
}
#g-section-rhs10004 {
  width: 100%;
  height: 100%;
}
#logo-10001-particle div, #logo-10001-particle > * {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#logo-10001-particle div img, #logo-10001-particle > * img {
  object-fit: cover;
  height: -webkit-fill-available;
  min-width: 100%;
  display: flex;
  min-height: 100%;
}
/*
// Heading Sizes
$h1-font-size: $core-font-size+1;
background-color: yellow;
*/
@media only all and (min-width: 60rem) {
  h1 {
    font-size: 3vw;
    line-height: 1.5;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  h1 {
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media only all and (min-width: 48rem) {
  p {
    font-size: 1.5vw;
    line-height: 2;
  }
}
.g-copyright {
  padding-left: 0.625rem;
}
/*

*{
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    border: 0 0 0 0!important;
}

// Equal Height
@mixin myequalheight {
        #g-aside,
        #g-mainbar,
        #g-sidebar {
            width: 100%;
       }

        .g-content {
            width: auto;
        }
        height: 100%;
        //background-color: purple;
}
#brhs10004{

    
    @include myequalheight;
    height: inherit;
    div , div > * {
            @include myequalheight;
    }
    
    
}

*/
/*# sourceMappingURL=custom_35.css.map */