@charset "utf-8";
body
{
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: Kiro;
    background-origin: border-box;
    background-color: rgba(255,255,255,1.00);
    background-position: center -8%;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.Wrapper #id {
    object-fit: cover;
  	width: 100vw;
  	height: 100vh;
  	position: fixed;
  	top: 0;
  	left: 0;
	z-index: -1;
}
#menuToggle
{
    position: relative;
    top: -36px;
    left: -28px;
    z-index: -1;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    float: right;
    padding-right: 0px;
}

#menuToggle a
{
    text-decoration: none;
    color: #59717C;
    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 30px #F4F4F9;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background-color: #D9D9D9;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background-color: #F4F4F9;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    background-color: rgba(244,244,249,1.00);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top right of the screen
 */
#menu
{
    position: absolute;
    margin-bottom: 0;
    padding-top: 125px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 90px;
    background-color: #000000;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
  
    transform-origin: 0% 0%;
    transform: translate(0, -100%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    margin-top: -80px;
    margin-left: -62px;
}

#menu li
{
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
    font-size: 18px;
}

/*
 * And let's slide it in from the top
 */
#menuToggle input:checked ~ ul
{
    transform: none;
	opacity: 1;
          transition-delay: .2s;
}

nav #menuToggle span {
    background-color: rgba(244,244,249,1.00);
}

.profile {
    border-radius: 153px;
    filter: grayscale(100%);
    padding-left: 0px;
}
.Wrapper header h1 {
    font-family: Kiro;
    color: rgba(13,29,37,1.00);
    text-align: center;
}
.Wrapper p {

}
body footer p {
    color: #59717C;
}


body {
    font-family: Kiro;
}
ul li a {
    text-decoration: none;
}

.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}

* {

}
.Wrapper header h2 {
    color: rgba(0,180,245,1.00);
}

.Wrapper hr {
    border-bottom-color: rgba(0,0,0,1.00);
    padding-bottom: 0px;
    padding-top: 0px;


}

.Logomark {
    filter: invert(100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    position: relative;
    padding-bottom: 0px;
	
}
.Wrapper .center {
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;


}

footer {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #6F6F6D;
    font-size: small;
}
.PrimaryNav   {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.menu {
    padding-left: 0px;
    padding-right: 0px;
}
.Subnav   {
    list-style-type: none;
}
.submenu   {
    list-style-type: none;
    width: 200px;
    margin-left: 133.1px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -36px;
    background-color: rgba(244,244,249,1.00);
    color: rgba(0,0,0,1.00);
    border-right: thick solid rgba(228,204,39,1.00);
    position: fixed;
    display: none;
}
#menu .submenu li a {
    margin-left: -38px;
    color: rgba(0,0,0,1.00);
}


.Subnav:hover >.submenu   {
    display: block;
}
#menu .submenu li a:hover {
    color: rgba(244,244,249,1.00);


}
nav  {
    text-align: center;
    font-family: Kiro;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-size: small;
    font-style: normal;
    color: rgba(183,183,183,1.00);
    text-decoration: none;
}
nav h2 a {
    text-decoration: none;
    color: rgba(183,183,183,1.00);
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
}
.Wrapper .Opener .opener {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
    height: auto;
    width: 50%;
}
nav h2 a:hover    {
    color: rgba(228,204,39,1.00);
    font-weight: 600;
    border-bottom: thin solid rgba(228,204,39,1.00);
}
.topnav {
    float: right;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 50px;
    margin-top: -72px;
}
.topnav a {
    text-decoration: none;
    color: #798D97;
    text-align: center;
    padding-left: 53px;
    padding-right: 0px;
}
.topnav a.active:hover {
    text-shadow: 0px 0px;
    color: #00A0DB;
}

.topnav a:hover {
    text-shadow: 0px 0px 36px #FCFCFC;
    color: #F4F4F9;
}

.topnav .active {
    color: #00B4F5;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.Wrapper footer .socialnetworks {
    filter: invert(100%);
    text-shadow: 0px 0px;
}
p #Layer_1 {
    height: 24px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: -0.9px;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0px 0px;
    border: none
}
p #Layer_2 {
    height: 26px;
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: -6px;
    text-decoration: none;
    text-transform: none;
	border:none
}
p #Layer_3 {
    height: 24px;
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: -0.9px;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0px 0px;
	border:none
}
.row .column img:hover  {
    text-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px 8px 2px #00B4F5;
    box-shadow: 0px 0px 8px 2px #00B4F5;
}

.Wrapper footer {
    padding-top: 0px;
    padding-bottom: 24px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 22.4%;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.Wrapper .space {
    padding-bottom: 215px;
}
#menu .Subnav .active {
    color: #00B4F5;
}
#menu .Subnav .active:hover  {
    color: #00B4F5;
    text-shadow: 0px 0px #006C93;
}
.intro  {
    color: #D9D9D9;
    font-weight: 600;
    font-size: x-large;
    letter-spacing: 15px;
    text-align: center;
    padding-left: 11.5px;
    width: 264px;
}
.cats  {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    margin-top: -10px;
    text-align: center;
    width: 245px;
    padding-left: 11.5px;
}
footer p a:link  {
    text-decoration: none;
}







@media screen and (max-width:800px){
#menuToggle {
    z-index: 1;
    margin-right: 0px;
    margin-top: 10px;
}

.topnav {
    opacity: 0;
    display: none;

}
.column {
    flex: 50%;
    max-width: 46.5%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
.PrimaryNav   {
    padding-top: 0px;
    margin-top: 76px;
}

}

@media screen and (max-height:460px){
body footer {
    display: none;
}

}
.work {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 300;
    font-size: 14pt;
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
    width: 140px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 40px;
}

@media screen and (max-width:442px){
.Wrapper .center .intro {
    letter-spacing: 10px;
    width: 255.8px;
    font-size: 18pt;
}
.Wrapper .center .cats {
    font-size: 10pt;
}


}
