@font-face {
	font-family: helvetica;
	src: url(/fonts/hlv.ttf);
}
@font-face {
	font-family: helvetica;
	font-weight: bold;
	src: url(/fonts/hlv-bold.ttf);
}
@font-face {
	font-family: helvetica;
	font-weight: 300;
	src: url(/fonts/hlv-light.ttf);
}
@font-face {
    font-family: doto;
    font-weight: bold;
    src: url(/fonts/doto-black.ttf);
}

*{
    margin:0;
    padding:0;
}

#sidebar {
    font-weight: normal;
    height: fit-content;
    width: 10%;
    min-width: 273px;
    max-width: 590px;
    margin-right: 80px;
    position: relative;
    top: 0;
    left: 0;
    background-color: white;
    margin-top: 0px;
    padding-top: 40px;
    padding-left: 0px;
    overflow: visible;
    text-wrap: nowrap;
    font-family: helvetica;
    font-weight: bold;
    font-size: 50px;
    float:left;
    z-index: 1;
    font-weight: bold;
    letter-spacing: -2.5px;
}

#sidebar img {
    height: 40px;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    filter: invert(100%);
}


#sidebar_banner {
    transform: rotate(14deg) skew(14deg);
    transform-origin: top left;
    /*height: 180px;
    margin-top: -265px;
    padding-top: 130px;
    padding-left: 410px;
    margin-left: -380px;
    padding-right: 100px;
    margin-right: -107px;
    margin-bottom: 280px;
    padding-bottom: 0px;*/
    height: 80px;
    padding-left: 125px;
    margin-left: -115px;
    padding-right: 100px;
    margin-right: -99.8px;
    margin-top: -110px;
    padding-top: 10%;
    padding-bottom: 30%;
    margin-bottom: 180px;
    background-color: #00aeef;
}
#sidebar_banner p {
    margin-bottom: -500px;
    margin-top: 22px;
    margin-left: 20px;
    transform: skew(-14deg);
}

#sidebar_banner:hover {
    background-color: #00aeef;
    animation-name: bgStrobeAnimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes bgStrobeAnimation {
    0% {background-color: #00aeef;}
    20% {background-color: blue;}
    40% {background-color: green;}
    60% {background-color: yellow;}
    80% {background-color: orange;}
    100% {background-color: red;}
}
.homepage_arrow {
    position: relative;
    transform: rotate(180deg);
    top: -4px;
    left: -180px;
    transition: left .4s ease-in-out;
}
#sidebar_banner:hover .homepage_arrow {
    left: 0px;
}

.sidebar_element {
    height: 80px;
    padding-left: 125px;
    margin-left: -115px;
    padding-right: 100px;
    margin-right: -100px;
    /*margin-top: -40px;*/
    padding-top:5px;
    margin-bottom: -18px;
    transform: rotate(-14deg) skew(-14deg);
    transform-origin: top left;
    background-color: inherit;
    transition: padding-left .3s, padding-right .5s, margin-right .3s;
    overflow: visible;
    clear: both;
}
.sidebar_element:hover {
    padding-left: 150px;
    margin-right: calc((-100vw)/sin(74deg));
    overflow: visible;
    z-index: 5;
    /*margin-left: -500px*/
}

.sidebar_link > .sidebar_element > p, .sidebar_link > .sidebar_element > img {
    transform: skew(14deg);
}
.sidebar_link > .sidebar_element > img.uparrow {
    transform: skew(14deg) rotate(-90deg);
}
.sidebar_element img {
    transition: padding-left .3s, padding-right .5s;
    padding-right: 0px;
    padding-left: 5px;
}
.sidebar_element:hover img {
    padding-right: 50px;
    float: none;
}

.sidebar_element .nav_arrow {
    padding-right: 30px;
    margin-left: -80px;
    transition: margin-left .3s, padding-right .5s;
}
.sidebar_element:hover .nav_arrow {
    padding-right: 2px;
    margin-left: 40px;
    z-index: 3;
}
.sidebar_element .prohibited {
    filter: invert(100%);
    padding-right: 30px;
    margin-left: -80px;
    transition: margin-left .3s, padding-right .5s;
}
.sidebar_element:hover .prohibited {
    padding-right: 0px;
    margin-left: 40px;
}

a.sidebar_link:nth-of-type(3n+0) {
    background-color: #4db848;
}
a.sidebar_link:nth-of-type(3n+1) {
    background-color: #ed1c24;
}
a.sidebar_link:nth-of-type(3n+2) {
    background-color: #0062cf;
}

.sidebar_link {
	text-decoration: none;
}

#sidebar_bottom_pad {
	height: 100%;
	transform: rotate(-14deg) skew(-14deg);
	transform-origin: top left;
	margin-top: 0px;
	padding-top: 70px;
	padding-left: 100px;
	margin-left: -100px;
	padding-right: 200px;
    margin-right: -100px;
    background-color: white;
}

html {
    font-family:  "helvetica";
	font-size: 32px;
    background-color: white;
    border-radius: 0px;
    display: flex;
    flex-direction: row;

}
.content {
    padding:30px;
    min-width: 10px;
    max-width: 70vw;
    background-color: white;
    float:left;
    text-wrap: wrap;
}
.content p {
    color:black;
    text-wrap: auto;
    letter-spacing: -2.5px;
    font-weight: 300;

}
.content h1 {
    letter-spacing: -2.6px;
    padding: 0px;
    margin: 0px;
}
.content .inline h1 {
    margin: 5px;
    padding: 5px;
}
.light.shortline {
    line-height: 1;
    min-height: 15px;
}
.strong.shortline {
    line-height: 1;
    margin-top: 3px;
    margin-bottom: -10px;
}
.light {
    font-weight: 300;
}
.small {
    font-size: 35px;
}
.extrasmall {
    font-size: 25px;
}
.strong {
    font-weight: bold;
}


.rightalign {
    text-align: right;
    float: right;
}
h1.rightalign {
    margin-left: 10px;
    
}

h1.inline,p.inline,h2.inline {
    display: inline-block;
}

img.inline {
    position: relative;
    top: 8px;
    margin-left: 12px;
    margin-right: 8px;
    z-index: 0;
}


#ticker {
    display: flex;
}
#ticker .dotmatrix {
    font-family: doto;
    background-color: black;
    color: orange;
    text-transform: uppercase;

}
#ticker p {
    width: fit-content;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 35px;
    font-size: 35px;
}
#ticker .wrap {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}
#ticker .fill {
    width: 100%;
}

#contact_list a {
    font-weight: bold;
}

p {
    padding-top: 5px;
    color: white;
    letter-spacing: -2.5px;
}

a {
    text-decoration: none;
    color: #0042df;
}


b {
    font-weight: bold;
}

ul {
    padding-left: 35px;
}
li {
    font-size: 30px;
    letter-spacing: -2.5px;
}
li > strong {
    font-size: 30px;
    font-weight: normal;
}
li {
    font-weight: 300;
    font-size: 25px;
}
h1,h2,h3 {
    letter-spacing: -2.5px;
}

#contact_list ul {
    margin-left: 30px;
}
#contact_list li, #contact_list ul {
    font-size: 30px;
    margin-bottom: -9px;
}

.content a:hover {
    text-decoration: none;
    filter: invert(100%);
    background-color: white;
    padding-right:3px;
}


body {
}
#primary {
    height: 100%;
}

#footer {
    width: 100vw;
    margin-top: 5%;
    padding-top: 20px;
    padding-bottom: 3%;
    background-color: black;
    display: flex;
}
#footer p {
    color: white;
    margin-left: 10px;
    margin-right: 30px;
}
#footer img {
    margin-left: 0px;
    margin-right: 40px;
    height: 50px;
    position: relative;
    top: -5px;
    float: right;
    filter: grayscale(100%) contrast(200%) invert(100%);
}