/*
 Theme Name:     SpeedStrats One
 Theme URI:      https://www.speedstrats.com/
 Description:    Custom and fast SpeedStrats theme
 Author:         SpeedStrats Dev
 Author URI:     https://www.speedstrats.com/
 Template:       twentyseventeen
 Version:        1.0.0
*/

@font-face {
    font-family: 'HalcionIT';
    src: url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/halcit__-webfont.eot');
    src: url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/halcit__-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/halcit__-webfont.woff2') format('woff2'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/halcit__-webfont.woff') format('woff'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/HALCIT__.ttf') format('truetype'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/halcit__-webfont.svg#halcionitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrontageOUT';
    src: url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.eot');
    src: url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.woff2') format('woff2'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.woff') format('woff'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.ttf') format('truetype'),
         url('https://www.speedstrats.com/wp-content/themes/speedstratsone/fonts/frontage-outline-webfont.svg#frontageoutline') format('svg');
    font-weight: normal;
    font-style: normal;
}

#graph-cont {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    z-index: 3;
	}

	.bar-cont {
		margin-bottom: .66%;
		display: block;
		height: 7.7%;
	}

	.bar {
		background: #fa00ff;
		/*box-shadow: inset 0 0 0 5px rgba(255,255,255,.5);*/
		/*max-width: calc(100% - 10px);*/
		max-width: 100%;
		/*min-height: 1px;*/
		/*line-height: 56px;*/
		height: 100%; /* 56px */
		/*font-size: 18px;*/
		color: white;
		/*padding-left: 10px;*/
		width: 0%;
		opacity: 0;
		border-radius: 5px;
	}
	
    .bar1, .bar2, .bar3 {
      width: 29px;
      height: 4px;
      /*background-color: #333;*/
      background-color: rgba(255, 255, 255, 0.8);
      margin: 0 0 6px;
      transition: 100ms;
    }
    
    .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-8px, 7px);
    }
    
    .change .bar2 {
        -webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    	opacity: 0;
    }
    
    .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -6px);
    }

.navbar {
        /*position: fixed;*/
        position: absolute;
        float: left;
        width: 100%;
        /*height: 2.7em;*/
        /*height: 7.7%;*/
        /*margin-bottom .66%;*/
        /*overflow: auto;*/
        z-index: 6;
        /*opacity: .75;*/
        /*background-image: linear-gradient(290deg, #e633ff 0%, #337aff 50%, #33f3ff 100%);*/
        /*transition: height 200ms;*/
    }
    
    .navbar:before {
        opacity: .75;
    }
    
    .main-nav {
      list-style-type: none;
      display: none;
/* 		max-height: 0%;
		visibility: 
		overflow: hidden;
		transition: max-height 1000ms; */
    }
    
    .nav-links,
    .logo {
      text-decoration: none;
      color: rgba(255, 255, 255, 1) !important;
    }
    
    .nav-link-one {
        margin-top: 0 !important;
    }
    
    .main-nav li {
      text-align: center;
      margin: 6px auto;
      padding-top: 6px;
      border-top: 1px solid rgba(0,0,0,.15);
    }
    
    .logo {
      display: inline-block;
      /*position: absolute;*/
      /*left: 10%;*/
      /*top 1.3em;*/
      /*font-family: "HalcionIT", Arial, sans-serif;*/
      font-size: 40px; /*height based on 24px*/
      letter-spacing: -12px;
      color: white !important;
      /*opacity: 1 !important;*/
      margin-top: -10px;
      margin-bottom: -11px;
      /*margin-left: 1.4em;*/
    }
    
    .logo span {
        /*font-family: "FrontageOUT", Arial, sans-serif;*/
        font-style: italic;
        font-size: 16px;
        letter-spacing: 0px;
        color: white !important;
        font-size: 1.2em;
    }
    
    .navbar-toggle {
      position: absolute;
      right: 7%;
      top: 11px;
      cursor: pointer;
      /*color: rgba(255, 255, 255, 0.8);*/
      font-size: 24px;
    }
    
    #chkToggle {
      display: none;
    }
    
    #chkToggle:checked + ul.main-nav {
      display: block;
/* 		max-height: 100%; */
      margin-bottom: 0;
    }
    
    @media screen and (min-width: 768px) {
      .navbar {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        /*height: 2.7em;*/
        height: 7.7%;
        margin-bottom: .66%;
        align-items: center;
        overflow: hidden;
      }
    
      #chkToggle:checked + ul.main-nav {
        display: flex;
      }
    
      .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
      }
    
      .main-nav li {
        margin: 0;
        padding-top: 0;
        border-top: none;
      }
    
      .nav-links {
        margin-left: 40px;
      }
    
      .logo {
        /*margin-top: 0;*/
        line-height: 8px;
        padding-top: 5px;
        margin-left: 1em;
      }
    
      .navbar-toggle {
        display: none;
      }
    
      .logo:hover,
      .nav-links:hover {
        color: rgba(255, 255, 255, 1);
      }
    }