@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;
}


#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: #A6A6A6;
    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: -86px;
    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);
}
.Wrapper header h1 {
    font-family: Kiro;
    color: rgba(13,29,37,1.00);
    text-align: center;
}
.Wrapper p {
    padding-left: 22px;
    text-align: center;
}

body {
    font-family: Kiro;
    background-color: #212326;
    padding-top: 0px;
}
.statement   {
    padding-top: 70px;
    margin-top: 0px;
    padding-bottom: 0px;
    max-width: 1049px;
}
main .statement p {
    text-align: left;
}


ul li a {
    text-decoration: none;
}
ul li a:hover {
    text-shadow: 0px 0px 20px #FFFFFF;
}



* {

}
.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%);
    margin-top: 0px;
    padding-top: 5px;
    float: left;
    padding-left: 85px;
	
}
footer {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(33,35,38,1.00);
    color: #42535B;
}
.PrimaryNav   {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: #212326ff;
    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;
}
nav2  {
    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;
    padding-top: 25px;
}
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;
}
#menu .Subnav .active {
    color: #00B4F5;
}
#menu .Subnav .active:hover  {
    color: #00B4F5;
    text-shadow: 0px 0px #006C93;
}

.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;
}
nav p  {
    padding-top: 140px;

}


/* 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;
}
.container {
    display: grid;
    grid-template-areas: "header header header"
    "nav content side";
    grid-template-columns: 200px 1fr 200px;
    grid-template-rows: auto 1fr auto;
    grid-gap: 10px;
    max-height: 100%;
}
nav2 {
    grid-area: nav;
    margin-left: 0.5rem;
    width: 220px;
    color: #D9D9D9;
}

main {
    grid-area: content;
    color: #D9D9D9;
    padding-bottom: 156px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 77px;
}
.container main p {
    margin-left: -86px;
    margin-top: 0px;
    max-width: 436px;
}
.container nav2 h3 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 200;
}
em {
    font-weight: bolder;
    font-family: Kiro;
}
.container nav2 ul {
    text-decoration: none;
    margin-left: -52px;
    list-style-type: none;
    padding-top: 39px;
}
.container nav2 ul li {
    padding-top: 18px;
    text-transform: none;
    color: #D9D9D9;
    font-weight: 400;
    font-family: Kiro;

}

.profile {
    border-radius: 153px;
    filter: grayscale(100%);
    padding-left: 0px;
    float: left;
    margin-left: 38px;
    padding-bottom: 0px;
    margin-bottom: 37px;
}

.email:hover {
  font-size: 0;
}

.email:hover:before {
  font-size: 12px;
  content: attr(data-hover);
}

aside {
  grid-area: side;
  margin-right: 0.5rem;
}
ul li a {
    text-decoration: none;
    text-transform: none;
    color: #D9D9D9;
    font-weight: 400;
    font-family: Kiro;
}
.flex_container {
    display: flex;
    flex-wrap: wrap;
}
.container main h2 {
    margin-left: -65px;
}
.name {
    margin-top: 171px;
    padding-top: 30px;
}
footer p a:link  {
    text-decoration: none;
}
.Wrapper .container .sideimage {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 0px;
    float: none;
    position: absolute;
    width: 22vw;
    right: 0px;
    max-height: 67%;
    padding-top: 0px;
    margin-top: 25px;
}

.Wrapper .container .sideimage img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    margin-left: -205px;
    padding-top: 0px;
}
.PrimaryNav a .Logomark {
}



@media screen and (max-width:1000px){
main {
    padding-left: 180px;
    margin-left: auto;
    margin-right: auto;


}
main .statement p {
    width: 434px;

}
.container .sidedisp .sideimage {
    display: none;
}



}
@media screen and (max-width:800px){


.Wrapper .container {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
main {
    padding-bottom: 154px;
    padding-top: 50px;
    padding-left: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
main .statement p {
    max-width: 100%;
}


#menuToggle   {
    z-index: 1;

}
.Wrapper .topnav {
    visibility: hidden;
}



nav2 {
    padding-top: 0px;
}


.container nav2 h3 {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 416px;
}
nav2 .smallbio h3 {
    margin-left: auto;
    margin-right: auto;
}

.container nav2 .name {
    float: none;
}
.profile   {
    margin-right: auto;
    display: block;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
    width: 120px;
    height: 120px;
    padding-top: 0px;
    margin-top: 48px;
}
.container nav2 .flex-container {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: -153px;
}
.container main h2 {
    text-align: center;
    float: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-right: -50%;
    margin-left: -9px;
}

.PrimaryNav a .Logomark {
    float: none;
    padding-left: 0px;
}




}

@media screen and (max-width:352px){
main {
    padding-left: 39%;
}




}
