html {
    font-size: 62.5%;
    font-family: 'MADEOkineSans-Regular', Arial, sans-serif;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	margin: 0;
  	padding: 0;
  	background: #2C2D32;
  	color: #eee;
  	font-family: 'MADEOkineSans-Regular', Arial, sans-serif;
  	font-size: 18px;
  	background: #2C2D32 url(a/img/sublime-temp1.png) no-repeat -20px 24px;
   	background-size: 2200px;
   	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.container {
	width: 100%;
	float:left;

	}
.centercolumn {
	max-width: 1000px;
	margin: 0 auto;
	border: 0px solid #c44;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #eee;
}

.header{
    border-bottom: 0px solid #E2E8F0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: left;
    /*padding: 1rem 1.5rem; */
    padding-bottom: 24px;
    padding-top: 36px;
    padding-right: 36px;
    padding-left: 24px;
}

.hamburger {
    display: none;
    border: 0px solid #f00;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ddd; 
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: left;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link{
	font-family: "MADEOkineSans-Regular", Arial, sans-serif;
	font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 3px;
   
    border-bottom: 2px solid rgba(44, 45, 50, 0.0);
    letter-spacing: 0.2px;
    /*transition: color 0.2s ease;
    transition: position 0.2s ease;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out; */x
}

.nav-link:hover{
    color: #F37C7C;
    padding-bottom: 6px;
    border-bottom: 3px solid #F37C7C;
    transition: color 0.2s ease;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
}

.navbar img {
	color: #fff;
	height: 20px;
}

.intro {
}

.intro p{
	font-size: 24px;
	font-family: "MADEOkineSans-Light", Arial, sans-serif;
	font-weight: normal;
	line-height: 34px;
	width: 62%;
	margin: 160px 0 0 100px;
	color: #dde;
}

.blur {
  	filter: blur(75px);
  	border-radius: 200px;
  	width: 400px;
  	height: 400px;
  	#float: left;
  	background: yellow;
  	background: rgba(238, 214, 49, 0.2);
  	$margin: 224px 0 0 500px;
  	z-index: 1000;
  	position: absolute;
  	top: 220px;
  	left: 646px;
  }
  
  .blur2{
  	filter: blur(75px);
  	border-radius: 200px;
  	width: 360px;
  	height: 360px;
  	background: yellow;
  	background: rgba(23, 162, 192, 0.4);
  	$margin: 224px 0 0 500px;
  	z-index: 1000;
  	position: absolute;
  	top: 320px;
  	left: 846px;
  }
  .blur3{
		filter: blur(145px);
  		border-radius: 110px;
  		width: 420px;
  		height: 420px;
  		background: rgba(95, 43, 173, 0.3);
  		z-index: 1000;
  		position: absolute;
  		top: 20px;
  		left: 676px;
  }
  
.hero1 {
	padding: 24px;
	font-size: 44px;
	color: #ddd;
	float: left;
	width: 100%;
	
	height:420px;
	/* 
	background:  url(a/img/bgd-shades3.png) no-repeat 300px -100px;
   	background-size: 700px;
	overflow: hidden;
	height:120px;
	background: #34a7ef;
	*/
}



.hero2 {
	padding:0px;
	font-size: 44px;
	color: #dee;
	float: left;
	height: 200px;
	
	width: 100%;
	overflow: hidden;
	
	/* 
	background: #111111;
	background: #34a7ef;
	*/
	
}

.hero3 {
	padding: 24px;
	font-size: 44px;
	color: #ddd;
	float: left;
	width: 100%;

	/* 
	overflow: hidden;
	height:120px;
	background: #34a7ef;
	*/
	
}


.csslink {	
	font-size: 12px;
	font-family: "MADEOkineSans-Regular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        right: -100%; /* */
        top: 0px;
        flex-direction: column;
        background-color: #22232B;
        width: 70%;
        border-radius: 0px;
        text-align: left;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        height: 50vh;
    }

    .nav-menu.active {
        left: 35%;
        right: 2px;
        padding: 84px 0 100vh 44px;
    }
    

    .nav-item {
		margin: 16px 16px 16px -10px;
	}
	.nav-link{
    	font-size: 26px;
    	border-bottom: 3px solid #22232B;
    }


    
    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    

	.hero1 {
		padding: 24px;
		font-size: 44px;
		color: #ddd;
		float: left;
		width: 100%;
		height: 350px;
	}
	
	.intro {
	}

	.intro p{
		font-size: 28px;
		font-family: "MADEOkineSans-Light", Arial, sans-serif;
		font-weight: normal;
		line-height: 1.3em;
		width: 86%;
		margin: 196px 0 0 0%;
		color: #eee;
	}
	
	.blur {
  		filter: blur(75px);
  		border-radius: 200px;
  		width: 400px;
  		height: 400px;
  		background: yellow;
  		background: rgba(238, 214, 49, 0.2);
  		z-index: 1000;
  		position: absolute;
  		top: 220px;
  		left: 246px;
  }
  
  .blur2{
  		filter: blur(75px);
  		border-radius: 200px;
  		width: 360px;
  		height: 360px;
  		background: yellow;
  		background: rgba(23, 162, 192, 0.4);
  		z-index: 1000;
  		position: absolute;
  		top: 320px;
  		left: 286px;
  }
  
  .blur3{
		filter: blur(63px);
  		border-radius: 210px;
  		width: 620px;
  		height: 420px;
  		background: rgba(95, 43, 173, 0.18);
  		z-index: 1000;
  		position: absolute;
  		top: 480px;
  		left: 206px;
  }
}
@media only screen and (max-width: 400px) {
	.intro p{
		font-size: 22px;
		font-family: "MADEOkineSans-Light", Arial, sans-serif;
		font-weight: normal;
		line-height: 1.3em;
		width: 96%;
		margin: 160px 0 0 0;
		margin: 140px 0 0 0;

	}
}
