Hi Brady, i think I found one of your issues on the site, the linking of the css sheet and some of the images isn't correct, you had it as <link href="../css/master.css" rel="stylesheet" type="text/css">
when it should be <link href="css/master.css" rel="stylesheet" type="text/css">, i think the dots and slash were creating some issues, the same would go for the images, the easiest way I have found to bring fonts in is using adobe fonts, on the browser site you can add fonts to a web project and then that can be linked using a similar method to normal css, here is an article explaining it
https://helpx.adobe.com/fonts/using/add ... bsite.html, hope some of that helps! The version I saw when looking at the issues is looking pretty good, excited to see the rest!