/* CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

/* begin styles */


html {
    text-align: center;
    font-size: 16px; 
    width:100%;
    height: 100%;
   background-color:  transparent;
  padding: 0;
  margin: 0;
}

body {
  background-color:  #f11c8b;
  background-image: linear-gradient( to right top, #f1941c, #f11c8b 50%);
  background-size: cover;
  margin: 0;
  padding: 0;
    width:100%;
    height: auto;
}


p {
   font-size: 1.1rem;
   font-family: 'Raleway', Helvetica, sans-serif;
   line-height: 1.5rem;
   text-align: left;
}

.menutext {
  position: relative;
  top: 20px;
  left: -7px;
  font-size: 0.7rem;
   font-family: 'Lato', Helvetica, sans-serif;
   margin: 0 auto;
   padding: 0;
   font-weight: 800;
   color: #000;
   text-decoration: none;
}



.listtext {
   list-style-type: disc;
   list-style-position: outside;
   list-style-image: none;
   font-size: 1.1rem;
   font-family: 'Raleway', Helvetica, sans-serif;
   line-height: 1.7rem;
   text-align: left;
   color: #fff;
}

h1 {
  font-size: 2rem;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 1.3rem;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
   text-align: left;
}

.graphic a { text-decoration: none;
    }
    
article {
    display: inline-block;
}

.graphic img {
    padding: 1rem;
}

.graphic figcaption {
  color: #fff;
    font-size: 2rem;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 900;
  position:relative;
  top: -3rem;
}


.graphic figcaption span { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

#box1{
  padding-top: 5rem;
  background: #fff;
  width:100%;
  height:2rem;
  position: fixed;
  top: 13rem;
  bottom: 0;
}

.container {
  width:100%;
  height: 100%;
  padding-top: 15rem;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
  width: 100%;
}

.filler {
  flex-grow: 1;
  background: url("../img/slide1.jpg") no-repeat center fixed / cover;
  transform: translateZ(0px) scale(1);
}

.fillerS {
  flex-grow: 1;
  background: url("../img/canon.jpg") no-repeat center fixed / cover;
  transform: translateZ(0px) scale(1);
}

.content {
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
z-index: 2;
}

.menu {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 46px;
  width: 46px;
}


.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 14px;
  top: 0;
  right: 0;
  bottom: 1px;
}

.section {
   z-index: 1; 
}

.menu-circle {
  background-color: #fff;
  width: 130%;
  height: 130%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
 }

.menu-overlay {
  background-color: #000;
  color: #333;
  height: 100%;
  width: 100%;
  padding-top: 10rem;
  position: fixed;
  text-align: center;
  transition: opacity .3s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay a {
  font-weight: 600;
  font-size: 8rem;
  display: inline-block;
}

.menu-overlay.open {
 opacity: 1;
 visibility: visible;
 z-index: 1001;
}

.menu.open .menu-circle { transform: scale(10);
}

.menu.open .menu-line-2 { opacity: 0; }

.menu.open .menu-line-1 {
 transform: rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-1 {
 transform: translateY(7px) translateY(-50%) rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-3 {
 transform: translateY(-7px) translateY(50%) rotate(45deg);
 filter: invert(100%);
}

.menu-line {
 background-color: #000;
 height: 2px;
 width: 100%;
 border-radius: 2px;
 position: absolute;
 left: 0;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-line-1 { top: 0; }

.menu-line-2 {
 top: 0;
 bottom: 0;
 margin: auto;
}

.menu-line-3 { bottom: 0; }

.menu:hover .menu-circle { transform: scale(1.4); }

.nav {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.nav li {
  display: inline-block;
  list-style: outside none none;
  margin: .5em 1em;
  padding: 0;
}

.nav a {
  padding: .5em 2em;
  color: rgba(255,255,255,.8);
  position: relative;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.nav a::before,
.nav a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.nav a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #f11c8b;
  border-right: 3px solid #f11c8b;
  transform: translate(-100%, 50%);
}

.nav a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #f11c8b;
  border-left: 3px solid #f11c8b;
  transform: translate(100%, -50%)
}

.nav a:hover:before,
.nav a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.nav a:hover {
  color: #f11c8b;
}

.head {
  display: flex;
  padding-bottom: 30px;
  z-index: 999;
  background-color: #000;
  opacity: 0.95;
  position: fixed;
  right: 0;
  left: 0;
}

.top-icon {
  display: inline-block;
  padding: 0.5em;
  margin-left: auto;
} 

.spacer {
  width:100%;
  height:48vh; 
    z-index:3;
}

.flex-grid {
  display: flex;
  background-color: #fff;
  opacity: 0.95;
    z-index:3;
transform: translateZ(2px) scale(parallax-scale-factor(2));
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}

.col {
  flex: 1;
  background-color: transparent;
    padding: 1rem 6rem;
}

.colB {
  flex: 1;
  background-color: transparent;
  padding: 0rem 6rem;
  justify-content: center;
  align-content: center;
}


#section_title {
  margin: 4rem auto;
  background-color: transparent;
  text-align: center;
  line-height: 2.5rem;
}

.bigcol {
  flex: 2;
  padding: 6rem;
justify-content: space-between;
}

@media (max-width: 1100px) {


.container {
  padding-top: 5rem;
}

.col {
  flex: 1;
  background-color: #fff;
}

.head {background: transparent;}

#section_title {
  margin: 1.5rem auto;
  background-color: transparent;
  text-align: center;
  line-height: 3rem;
}

.bigcol {
  flex: 2;
  padding: 1.5rem;
justify-content: space-between;
}

.top-icon {
  display: none;
  padding: 0.5em;
  margin-left: auto;
}     
    
}

.header-line {
    position: absolute;
    top: 57vh;
    left: -9vw;
    width: 15vw;
    height: 3px;
    background: #f11c8b;
    z-index: 99;
    padding: 0;
    margin: 0;
}

@media (max-width: 1110px) {
.header-line {
    position: absolute;
    top: 45vh;
    left: -5vw;
    width: 10vw;
    height: 3px;
    background: #f11c8b;
    z-index: 99;
    padding: 0;
    margin: 0;
}
}

@media (max-width: 1076px) {
.header-line {
top: 63vh;
width: 15vw;
}

.bigcol {
  flex: 1;
  background-color: transparent;
    padding: 1rem 4rem 1rem 4rem;
}

.col
{
  padding: 1rem 4rem 1rem 4rem;
}
}

@media (max-width: 700px)
and (orientation: portrait) {
  .flex-grid {
    display: block;
  }
  
  .header-line {
top: 61vh;
width: 15vw;
}
}

@media only screen
and (max-device-width: 1021px)
and (orientation: portrait) {

.filler {
  flex-grow: 1;
  background: url("../img/altslide1.jpg") no-repeat center fixed / cover;
}
}


@media only screen
 
and (min-device-width: 375px)
 
and (max-device-width: 667px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: portrait)  {


.menu-overlay a {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 2%;
  margin:  5% 1% 0;
  display: block;
}

.menu-overlay {
  padding-top: 5rem;
  }
  
  .nav li {
  display: inline-block;
  list-style: outside none none;
  margin: .5em 0.2em;
  padding: 0;
}
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}