/*-----------------------------------------------------------------
Colors
#050203 Rich Black FOGRA 39
#F2F4FF Ghost White
#191919 Eerie Black
#FFF5EA Seashell
#FAFFFD Baby Powder
#12130F Smoky Black
#6E7271 Nickel
#00A6FB Blue Jeans
#FB3640 Red Salsa
#F6AE2D Honey Yellow
#791E94 Violet RYB
#56876D Viridian
-----------------------------------------------------------------*/

body {
    margin: 0;
	font-family: 'Archivo', Helvetica, Arial, sans-serif;
	font-size: 1em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
General styling
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
	text-align: center;
	margin: 0;
	padding: .5em 0;
}

h2 {
    font-family: 'Archivo', Helvetica, Arial, sans-serif; 
    font-size: 1.2em;
    padding: 0;
    font-weight: 600;
}

p {
	margin: 0;
	padding: 1em 0;
}

ol,ul {
	list-style:none;
}

.hero {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

.hero img {
    max-width: 100%;
    height: auto;
}


/* Navigation */
nav {
    background: #fff;
    width: 100%;
    z-index: 1000;
    display: block;
}

nav a {
    text-decoration: none;
    color: #12130F;
}

nav a:hover {
    color: #6E7271;
    transition: .5s;
}

.left {
    display: none;
    letter-spacing: .1em;
}

.leftsmall {
    display: inline;
    letter-spacing: .1em;
}

nav ul {
    text-align: center;
    list-style-type: none;
    color: #F2F4FF;
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: block;
} 

.right {
    display: none;
}

nav ul li {
    position: relative;
    padding: 1em 1em;
}

nav ul li a {
    cursor: pointer;
    padding: 0 3em;
    margin: 0 -1em;
}

/* Main section */

figure {
    margin: 0;
}

figure a {
    text-decoration: none;
    color: #12130F;
}

figure a:hover {
    opacity: .6;
    transition: ease .6s;
}

.figlink {
    color: #00A6FB;
}

.A {
    background-image: url("images/icon-gray-editorial.png");
}

.A figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.B {
    background-image: url("images/icon-gray-brand.png");
}

.B figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.C {
    background-image: url("images/icon-gray-web.png");
}

.C figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.D {
    background-image: url("images/icon-gray-promo.png");
}

.D figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.E {
    background-image: url("images/icon-gray-illustration.png");
}

.E figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.F {
    background-image: url("images/icon-gray-type.png");
    
}

.F figure a:hover img {
    opacity: 0;
    transition: ease .6s;
}

.box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -1em;
}

@keyframes slideIn {
    0% {
      transform: translateY(20%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

.animatedBox1 {
    opacity: 0;
    animation: slideIn .6s ease 0s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox2 {
    opacity: 0;
    animation: slideIn .6s ease .2s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox3 {
    opacity: 0;
    animation: slideIn .6s ease .4s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox4 {
    opacity: 0;
    animation: slideIn .6s ease .6s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox5 {
    opacity: 0;
    animation: slideIn .6s ease .8s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox6 {
    opacity: 0;
    animation: slideIn .6s ease 1s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox7 {
    opacity: 0;
    animation: slideIn .6s ease 1.2s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox8 {
    opacity: 0;
    animation: slideIn .6s ease 1.4s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.animatedBox9 {
    opacity: 0;
    animation: slideIn .6s ease 1.6s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

/* Footer section */
footer {
	padding: 2em;
	background: #00364F;
	color: #F2F4FF;
    text-align: center;
}

footer a {
    color: #F2F4FF;
    text-decoration: none;
    font-size: 1.5em;
    padding: 0 .5em;
}

footer a:hover {
    color: #23617e;
    transition: .6s;
}

footer li {
    list-style-type: none;
    display: inline;
    font-size: 1.2em;
}

footer li a {
    font-size: 1em;
}

.site {
    max-width: 100%;
    display: block;
}

.wrapper {
    display: block;
    max-width: 80%;
    margin: auto;
    padding: 1em 0;
}

.wrapper img {
    max-width: 100%;
}

.wrapper figure {
    padding: 0 0 1em 0;
}

.button {
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background: #00364F;
	color: #F2F4FF;
    border: 1px solid #F2F4FF;
    border-radius: 5px;
  }
   
  .button:hover {
    background-color: #23617e;
    color: white;
    border: 1px solid#23617e;
  }

  .button a {
    font-size: 1em;
}

.button a:hover {
    color: white;
}

/*---------------------------------------------------------------------
Burger
---------------------------------------------------------------------*/

input#mobile_menu {
    display: none;
}

input#mobile_menu:checked + nav {
    left: -20px;
}

input#mobile_menu:checked + nav label {
    background-image: url(images/menu_close.svg);
    transform: rotate(360deg);
    transition: .6s ease;
}

header {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}

.burger {
    width: 200px;
    background-color:  #F2F4FF;
    padding: 10px 20px 10px 25px;
    color: #12130F;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    left: -200px;
    transition: left .6s ease-in-out;
    margin: -5px 0 0 0;
    top: 110px;
}

.middle {
    margin: auto;
    position: absolute;
}

.burger a {
    color: #12130F;
    text-decoration: none;
    letter-spacing: .1em;
    display: block;
    margin: 0 0 0 -4px;
    padding: 14px 0 14px 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    width: 158px;
}

.burger a:hover {
    background: #F3F5FF;
    color: #4E5261;
    box-shadow: 0 5px 5px #ccc;
}

.burger a:first-of-type {
    border-top: none;
}

.burger label {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/menu-reverse.svg) no-repeat center center;
    background-size: 60px auto;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 38%;
    right: -100px;
    transition: .6s ease;
}



/*--------------------------------------------------------------
Lightbox with caption
--------------------------------------------------------------*/

.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: scroll;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 1001;
	text-align: center;
	background: white;
}

.lb-overlay > div {
	position: relative;
	color: #12130F;
	width: 100%;
	height: auto;
	margin: 40px auto 0px auto;
}

.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
}

.lb-overlay div h3{
    font-size: 36px;
    line-height: 1.1em;
}

.lb-overlay div p{
	font-family: 'Archivo', Helvetica, Arial, sans-serif;
	font-size: 1em;
    line-height: 1.5;
    text-align: center;
    margin-top: .4em;
}

.lb-overlay a.lb-close {
	background: #12130F;
	z-index: 1001;
	color: #F2F4FF;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 1em;
	line-height: 26px;
	text-align: center;
    padding: .5em 1em;
    border-radius: 50%;
	overflow: hidden;
    margin-left: -24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.lb-overlay img {
	max-height: 95%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 100px 60px 120px 60px;
}

.lb-overlay:target img,
.lb-overlay:target a.lb-close {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

/*---------------------Web Images----------------------*/



/*--------------------------/Web Images-------------------------*/

.lb-prev, .lb-next {
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}

.lb-prev:hover, .lb-next:hover {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-prev {
	margin-left: -30px;
	background: transparent url(images/arrowLeft.svg) no-repeat top left;
}

.lb-next {
	margin-left: 6px;
	background: transparent url(images/arrowRight.svg) no-repeat top right;
}

/*-----------Web images---------------*/

.lb-overlay2 {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: scroll;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 1001;
	background: white;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
 .lb-overlay2::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .lb-overlay2 {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  } 
  
.lb-overlay2 > div {
	position: relative;
	color: #12130F;
	width: 100%;
	height: auto;
	margin: 40px auto 0px auto;
}

.lb-overlay2 div h3,
.lb-overlay2 div p{
	padding: 0px 20px;
}

.lb-overlay2 div h3{
    font-size: 36px;
    line-height: 1.1em;
}

.lb-overlay2 div p{
	font-family: 'Archivo', Helvetica, Arial, sans-serif;
	font-size: 1em;
    line-height: 1.5;
    text-align: center;
    margin-top: .4em;
    margin-bottom: 40px;
}

.lb-overlay2 a.lb-close {
	background: #12130F;
	z-index: 1001;
	color: #F2F4FF;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 1em;
	line-height: 26px;
	text-align: center;
    padding: .5em 1em;
    border-radius: 50%;
	overflow: hidden;
    margin-left: -24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.lb-overlay2 img {
	max-height: 95%;
	
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.lb-overlay2:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 100px 60px 120px 60px;
}

.lb-overlay2:target img,
.lb-overlay2:target a.lb-close {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.centerscreen {
    display: flex;
    justify-content: center;
}
.computer-empty {
    overflow: hidden;
    position: relative;
    z-index: 1002;
    max-width: 80vw;
}
.computer-screen {
    overflow: hidden;
    position: absolute;
    height: 1030px;
    width: 600px;
    left: 0px;
    top: 112px;
}

.computer-screen2 {
    overflow: hidden;
    position: absolute;
    height: 300px;
    width: 640px;
    left: 185px;
    top: 280px;
}

.screen-landing {
    left: 0;
    line-height: 0;
    position: absolute;
    width: 100%;
    width: 600px;
    margin: 0 auto;
    transition: all 8s;
    -o-transition: all 8s;
    -ms-transition: all 8s;
    -moz-transition: all 8s;
    -webkit-transition: all 8s;
    transition-timing-function: linear;
}

.screen-landing img {
    width: 600px;
    margin: 0 auto;
}

.screen-landingD img {
    width: auto;
    margin: 0 auto;
}

.screen-landing:hover {
    cursor: pointer;
}

.screen-landingA:hover {
    margin-top: -3085px;
}

.screen-landingB:hover {
    margin-top: -5220px;
}

.screen-landingC:hover {
    margin-top: -5105px;
}

.screen-landingD:hover {
    left: -3089px;
}

.screen-landing:active {
    margin-top: 0px;
    left: 0px;
    transition: all 9999s;
    -o-transition: all 9999s;
    -ms-transition: all 9999s;
    -moz-transition: all 9999s;
    -webkit-transition: all 9999s;
    transition-timing-function: linear;
}

.computer-empty img {
    max-width: none;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.text-align-center {
    margin: auto;
}

@media screen and (max-width: 720px) {
    
    .lb-overlay2:target {
        width: auto;
        height: auto;
        bottom: 0px;
        right: 0px;
        padding: 100px 0px 120px 0px;
    }

    .lb-overlay2 img {
        max-height: none;
    }

    .noshow {
        display: none;
    }

}

@media screen and (min-width: 720px) {
    .alt-image {
        display: none;
    }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

@media screen and (max-width: 600px) {
    
    .lb-overlay:target {
        padding: 100px 0 120px 0;
    }

    .lb-overlay a.lb-close {
        background: #12130F;
        color: #F2F4FF;
    }

    .hero-ed {
        background-image: url('images/edBanner600.jpg');
    }

    .hero-brand {
        background-image: url('images/brandBanner600.jpg');
    }

    .hero-web {
        background-image: url('images/webBanner600.jpg');
    }

    .hero-promo {
        background-image: url('images/promoBanner600.jpg');
    }

    .hero-ill {
        background-image: url('images/illBanner600.jpg');
    }

    .hero-type {
        background-image: url('images/typeBanner600.jpg');
    }

    .hero {
        height: 14em;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero img {
        display: none;
    }

    nav ul {
        text-align: left;
    }

    nav ul li {
        padding: 2em 1em;
    }

    /*------------------Burger Mobile----------------------*/

    input#mobile_menu {
        display: none;
    }
    
    input#mobile_menu:checked + nav {
        top: -313px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    input#mobile_menu:checked + nav label {
        background-image: url(images/menu_close-reverse.svg);
        left: 50%;
        transform: translateX(-50%);
        transition: .6s ease;
        top: 104%;
    }
    
    header {
        display: flex;
        flex-direction: column;
        vertical-align: middle;
        justify-content: center;
    }
    
    .burger {
        width: 100vw;
        background-color:  #F2F4FF;
        padding: 10px 20px 10px 25px;
        color: #12130F;
        box-sizing: border-box;
        position: relative;
        transition: top .6s ease-in-out;
        margin: 0;
        top: -648px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
        text-align: center;
    }
    
    .middle {
        margin: auto;
        position: absolute;
    }
    
    .burger a {
        color: #12130F;
        text-decoration: none;
        letter-spacing: .1em;
        display: block;
        margin: 0;
        padding: 14px 0;
        border-top: 1px solid rgba(255,255,255,.1);
        width: 100%;
    }
    
    .burger a:hover {
        background: #F3F5FF;
        color: #4E5261;
    }
    
    .burger a:first-of-type {
        border-top: none;
    }
    
    .burger label {
        cursor: pointer;
        display: block;
        width: 60px;
        height: 60px;
        background: url(images/menu.svg) no-repeat center center;
        background-size: 60px auto;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 104%;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        transition: .6s ease;
    }

    .burger a:hover {
        box-shadow: none;
    }

}

/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/

/*

.formbox {
    margin-left: -1.5em;
}  

.bigbold {
    font-size: 3.5em;
    padding: 2em 0;
    color: #12130F;
}

input,
textarea,
form button {
    width: 100%;
    border: 1px solid #000;
}
  
form label {
    display: block;
}

form p {
    margin: 0;
}
  
input,
textarea {
    padding: 1em;
    width: 100%;
}

form .button {
    margin-left: .8em;
}

.formbox  h3 {
    text-align: left;
}

*/
  

/*--------------------------------------------------------------
Lightbox - Not Used

.trans {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.lightbox:target {
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}

.lightbox:target img {
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lbtext {
    margin-bottom: -3em;
    margin-top: 3em;
    color: white;
}

--------------------------------------------------------------*/

/*--------------------------------------------------------------
Basic responsive layout for all browsers:
--------------------------------------------------------------*/

.site {
	max-width: 50em;
	margin: 0 auto;
}

/*--------------------------------------------------------------
CSS Grid layout for modern browsers:
--------------------------------------------------------------*/

@supports (grid-area: auto) {

    @media screen and (min-width: 600px) {

		.site {
			max-width: none;
			display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-areas:
                "title title title"
                "masthead masthead masthead"
                "main main main"
                "footer footer footer"
		}

        nav {
            position: relative;
            width: 100%;
            z-index: 1000;
            display: block;
        }

        nav ul {
            text-align: center;
        }

        nav ul li {
            display: inline-block;
            padding: .7em 2em;
            letter-spacing: .15em;
        }

        nav ul li a {
            cursor: pointer;
            padding: 0 1em;
            margin: 0 -1em;
        }

        nav img {
            max-width: 100%;
            margin: 0 0 -1em -.5em;
        }

        .left {
            float: left;
            display: inline;
            letter-spacing: .15em;
        }

        .leftsmall {
            display: none;
        }

        .center {
            float: none;
            position: absolute;
            left: 45%;
            font-size: 2em;
            text-align: center;
            padding: 0;
            margin: -.6em 0 0 0;
        }

        .right {
            display: none;
        }
        
        .masthead {
			grid-area: masthead;
        }
        
        .hero {
            display: block;
            border: 0;
            max-width: 100%;
            overflow: hidden;
        }

        .hero img {
            max-width: 100%;
            height: auto;
        }

        .bigbold {
            font-size: 6em;
            padding: 1.5em 0;
            /*---- background-color: #e7e5e4; ----*/
            color: #12130F;
        }

		.main-nav {
			grid-area: title;
		}

		.wrapper {
            grid-area: main;
            display: grid;
            max-width: 85%;
            grid-gap: 2em;
            grid-template-columns: 1fr 1fr;
            margin: auto;
            padding: 3em 0;
        }

        .wrapper figure {
            padding: 0;
        }

        .wrapper img {
            max-width: 100%;
        }

        .computer-empty img {
            max-width: none;
        }

        .boxA {
            grid-column: 1 / 2;
        }

        .boxB {
            grid-column: 2 / 3;
        }

        .boxC {
            grid-column: 1 / 2;
        }

        .boxD {
            grid-column: 2 / 3;
        }

        .boxE {
            grid-column: 1 / 2;
        }

        .boxF {
            grid-column: 2 / 3;
        }

        .formbox {
            grid-column: 1 / 3;
        }

		footer {
            grid-area: footer;
            text-align: center;
        }

        header {
            display: flex;
            flex-direction: column;
            vertical-align: middle;
        }

        .burger {
            width: 250px;
            background-color:  #F2F4FF;
            padding: 10px 20px 10px 25px;
            color: #12130F;
            box-sizing: border-box;
            border-radius: 10px;
            position: relative;
            left: -250px;
            transition: left .6s ease-in-out;
            opacity: .9;
        }

        .burger a {
            color: #12130F;
            text-decoration: none;
            letter-spacing: .1em;
            display: block;
            margin: 0 0 0 -4px;
            padding: 14px 0 14px 20px;
            width: 208px;
        }

        .lb-overlay{
            overflow: hidden;
        }

        /*---Ring Pulse---*/
        .rings {
            border: none;
            border-radius: 300px;
            transition: all 0.3s ease-in-out 0s;
            cursor: pointer;
            outline: none;
            position: relative;
            padding: 10px;
        }
        
        .rings::before {
            content: '';
            border-radius: 300px;
            min-width: 300px;
            min-height: 300px;
            border: 6px solid #FFF;
            box-shadow: 0 0 60px rgba(255,255,255,.64);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: all .3s ease-in-out 0s;
        }
        
        .rings::after {
            content: '';
            width: 30px; height: 30px;
            border-radius: 100%;
            border: 6px solid #FFF;
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation: ring 1.5s infinite;
        }
        
        .rings:hover::after, .rings:focus::after {
            animation: none;
            display: none;
        }
        
        @keyframes ring {
            0% {
              width: 30px;
              height: 30px;
              opacity: 1;
            }
            100% {
              width: 100px;
              height: 100px;
              opacity: 0;
            }
        }

    }

    @media screen and (min-width: 800px) {
        .wrapper {
            grid-area: main;
            display: grid;
            max-width: 85%;
            grid-gap: 2em;
            grid-template-columns: 1fr 1fr 1fr;
            margin: auto;
            padding: 3em 0;
        }

        .wrapper figure {
            padding: 0;
        }

        .wrapper img {
            max-width: 100%;
        }

        .computer-empty img {
            max-width: none;
        }

        .boxA {
            grid-column: 1 / 2;
        }

        .boxB {
            grid-column: 2 / 3;
        }

        .boxC {
            grid-column: 3 / 4;
        }

        .boxD {
            grid-column: 1 / 2;
        }

        .boxE {
            grid-column: 2 / 3;
        }

        .boxF {
            grid-column: 3 / 4;
        }

        .formbox {
            grid-column: 1 / 4;
        }

        .mebox {
            grid-column: 1 / 3;
        }

        .aboutbox {
            grid-column: 3 / 4;
        }

        header {
            display: flex;
            flex-direction: column;
            vertical-align: middle;
        }

        .right {
            float: right;
            display: inline;
        }

        .burger {
            width: 250px;
            background-color:  #F2F4FF;
            padding: 10px 20px 10px 25px;
            color: #12130F;
            box-sizing: border-box;
            border-radius: 10px;
            position: relative;
            left: -250px;
            transition: left .6s ease-in-out;
        }

        .burger a {
            color: #12130F;
            text-decoration: none;
            letter-spacing: .1em;
            display: block;
            margin: 0 0 0 -4px;
            padding: 14px 0 14px 20px;
            width: 208px;
        }

        footer .button {
            display: none;
        }

    }

    @media screen and (min-width: 1000px) {
        .wrapper {
            max-width: 60%;
        }

        .left {
            float: left;
            display: inline;
        }

        /*---------------------
        .center {
            float: none;
            position: absolute;
            left: 45%;
            font-size: 2em;
            text-align: center;
            padding: 0;
            margin: -.6em 0 0 0;
        }
        ---------------------*/

        .right {
            float: right;
        }

        .hero {
            display: block;
            border: 0;
            width: 100%;
            height: auto;
        }

        .burger {
            width: 250px;
            background-color:  #F2F4FF;
            padding: 10px 20px 10px 25px;
            color: #12130F;
            box-sizing: border-box;
            border-radius: 10px;
            position: relative;
            left: -250px;
            transition: left .6s ease-in-out;
        }

        .burger a {
            color: #12130F;
            text-decoration: none;
            letter-spacing: .1em;
            display: block;
            margin: 0 0 0 -4px;
            padding: 14px 0 14px 20px;
            width: 208px;
        }
        
    }
}

