@charset "UTF-8";

header {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 200px;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: lowercase;
    padding: 0;
    text-decoration: none;
    position: absolute;
    left: 25px;
    top: 210px;
}

about {
    font-family: Times New Roman;
    font-size: 33px;
    font-weight: 600;
    font-style: normal;
    text-justify: auto;
    line-height: 45px;
    font-variant: normal;
    position: absolute;
    width: 850px;
    height: 500px;
    top: 550px;
    left: 570px;
}

aboutheader {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 110px;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: lowercase;
    padding: 0;
    text-decoration: none;
    position: absolute;
    width: 500px;
    left: 790px;
    top: 320px;
}

nothing_yet_header {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 90px;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: lowercase;
    padding: 0;
    text-decoration: none;
    position: absolute;
    width: auto;
    left: 150px;
    top: 130px;
}

#about-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    padding: 0;
    left: 130px;
    top: 100px;
    width: auto;
}
#about-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }
#about-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }    
#about-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}

#blog-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    left: 613px;
    top: 300px;
}

#blog-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }

#blog-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }    

#blog-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}
    
#OLD-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    padding: 0;
    left: 997px;
    top: 240px;
    width: auto;
}
#OLD-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }
#OLD-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }    
#OLD-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}
      
#OTHER-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    padding: 0;
    left: 112px;
    top: 700px;
}
#OTHER-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }    
#OTHER-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }      
#OTHER-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
} 
  
#STUFF-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    padding: 0;
    left: 1000px;
    top: 800px;
    width: auto;
}
#STUFF-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }
#STUFF-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }    
#STUFF-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}

#HOME-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #3E4947;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    left: 142px;
    top: 183px;
}
#HOME-link a:link {
   	color: #3E4947;
	text-decoration: underline;
    }
#HOME-link a:visited {
   	color: #6D8F7B;
	text-decoration: underline;
    }    
#HOME-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}

#BACK_HOME-link {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 50px;
    font-weight: 900;
    color: #182F20;
    text-transform: lowercase;
    text-decoration: none;
    position: absolute;
    left: 800px;
    top: 350px;
}
#BACK_HOME-link a:link {
   	color: #17291C;
	text-decoration: underline;
    }
#BACK_HOME-link a:visited {
   	color: #CBB57D;
	text-decoration: underline;
    }    
#BACK_HOME-link a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F60;
}

/*tablet view*/

@media (min-width: 800px) and (max-width: 1100px){
    
header {
    font-size: 150px;
    font-weight: 600;
    left: 25px;
    top: 280px;
}

nothing_yet_header {
    font-size: 80px;
    font-weight: 800;
    width: auto;
    left: 120px;
    top: 120px;    
    }    
    
#BACK_HOME-link {
    font-size: 40px;
    font-weight: 700;
    left: 600px;
    top: 350px;
}
    
#about-link {
    font-size: 45px;
    font-weight: 600;
    left: 130px;
    top: 100px;    
    }
    
#blog-link {
    font-size: 45px;
    font-weight: 600;
    left: 613px;
    top: 300px;
}
    
#OLD-link {
    font-size: 45px;
    font-weight: 600;
    left: 710px;
    top: 600px;
}
    
#OTHER-link {
    font-size: 45px;
    font-weight: 600;
    left: 60px;
    top: 750px;
 }
  
#STUFF-link {
    font-size: 45px;
    font-weight: 600;
    left: 30px;
    top: 300px;
}
    
    about {
    font-family: Times New Roman;
    font-size: 33px;
    font-weight: 900;
    font-style: normal;
    text-justify: auto;
    line-height: 45px;
    font-variant: normal;
    position: absolute;
    width: 800px;
    height: 500px;
    top: 550px;
    left: 170px;
    color: green;
}

aboutheader {
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial;
    font-size: 100px;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: lowercase;
    padding: 0;
    text-decoration: none;
    position: absolute;
    width: 500px;
    left: 300px;
    top: 320px;
}
    
    
    
}

/*twixt tablet and mobile view*/

@media (min-width: 475px) and (max-width: 800px){
    
header {
    font-size: 100px;
    font-weight: 550;
    height: auto;
    width: auto;
    left: 25px;
    top: 340px;
}
    
nothing_yet_header {
    font-size: 60px;
    font-weight: 600;
    width: auto;
    left: 80px;
    top: 100px;    
    }    
    
#BACK_HOME-link {
    font-size: 35px;
    font-weight: 700;
    left: 400px;
    top: 300px;
}
    
#about-link {
    font-size: 40px;
    font-weight: 550;
    left: 130px;
    top: 100px;    
    }
    
#blog-link {
    font-size: 40px;
    font-weight: 550;
    left: 420px;
    top: 380px;
}
    
#OLD-link {
    font-size: 40px;
    font-weight: 550;
    left: 440px;
    top: 580px;
}
    
#OTHER-link {
    font-size: 40px;
    font-weight: 550;
    left: 90px;
    top: 690px;
 }
  
#STUFF-link {
    font-size: 40px;
    font-weight: 550;
    left: 90px;
    top: 240px;
}
    
#HOME-link {
    font-size: 50px;
    font-weight: 900;
    left: 480px;
    top: 67px;
    }
    
 about {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    width: 550px;
    height: 500px;
    top: 350px;
    left: 100px;
    color: black;
}

aboutheader {
    font-size: 90px;
    font-weight: 900;
    width: 500px;
    left: 100px;
    top: 160px;
}
    
}

/* mobile view*/

@media (max-width: 475px){
    
header {
    font-size: 65px;
    font-weight: 700;
    padding: 0;
    left: 10px;
    top: 10px;
}
          
nothing_yet_header {
    font-size: 50px;
    font-weight: 600;
    width: auto;
    left: 40px;
    top: 70px;    
    }    
    
#BACK_HOME-link {
    font-size: 30px;
    font-weight: 760;
    left: 160px;
    top: 300px;
}
    
#about-link {
    font-size: 35px;
    font-weight: 550;
    left: 100px;
    top: 170px;    
    }
    
#blog-link {
    font-size: 35px;
    font-weight: 550;
    left: 100px;
    top: 250px;
}
    
#OLD-link {
    font-size: 35px;
    font-weight: 550;
    left: 100px;
    top: 330px;
}
    
#OTHER-link {
    font-size: 35px;
    font-weight: 550;
    left: 100px;
    top: 410px;
 }
  
#STUFF-link {
    font-size: 35px;
    font-weight: 550;
    left: 100px;
    top: 490px;
}
        
#HOME-link {
    font-size: 45px;
    font-weight: 700;
    left: 40px;
    top: 30px;
    }
    
 about {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    width: 370px;
    height: 500px;
    top: 240px;
    left: 55px;
    color: black;
}

aboutheader {
    font-size: 60px;
    font-weight: 700;
    width: 200px;
    left: 85px;
    top: 110px;
}
    
}
