<!DOCTYPE html>
<html>
<head>
<style>
  body {
            line-height: 1.3;
            color: #000;
            max-width: 1200px;
        }

th, tr {
}

 .project-image {
        width: 800px;
    }

    .project-image img {

    }

.navbar{
}

.navbar ul{

  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
  overflow: hidden;

}

.navbar li{

  display: inline;
  padding: 10px;
  padding-left: 0px;
  margin: 0px;
  float: center;
}

#title_WFAN {
  font-size: 64px;
  color: white;
  padding-top: 100px;
  font-style:italic;
  background-image: url("/Volumes/My Passport/Matt's Website/officedepot.gif");
  height: 10vh;
}

#title_WFAN-2 {
  font-size: 64px;
  color: red;
  padding-top:100px;
  font-style:italic;
  display: block;
  background-image: url("/Volumes/My Passport/WeFailatNothing/1027171658a.jpg");
  background-position: center;
  background: aspect-ratio  2 / 10;
  height: 10vh;
  object-fit: cover;
  max-width: 100%;

}

h1 {
  color: black;
  text-align: left;
  font-family: NeueHaasDisplayBoldItalic;
  background-image: none;
}

h2 {
  color: black;
  text-align: left;
  font-family: NeueHaasDisplayBold;
  background-image: none;
}

h3{

  color: whitesmoke;
  font-family: NeueHaasDisplayRoman;
  letter-spacing: 3px;
  background-color: steelblue;
}

p {
  font-family: arial;
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

hr	{
	height: 10px;
	background-image: linear-gradient(to left, red, yellow);
}

a{

	font-family: NeueHaasDisplayRoman;
	padding:0px;
	padding-left: 0px;
}

h5{
  font-family: NeueHaasDisplayRoman;
  padding:0px;
  padding-left: 0px;
  letter-spacing: 2px;

}

#title {
  font-size: 64px;
  font-style:italic;
  margin-bottom: 10px;
}

#photograph-link { color: steelblue;

}

#photograph-link {
	/* unvisited link */
	a:link {
  color: #FF0000;
}

/* visited link */
a:visited {
  color: #00FF00;
}

/* mouse over link */
a:hover {
  color: #FF00FF;
}

/* selected link */
a:active {
  color: #0000FF;
}
}

#video-link	{ color: cornflowerblue;


}

#music-link { color: slateblue;

}

#cv-link	{ color: sienna;

}

#contact-link	{ color: coral;

}

.grid-container	{ display: grid;
  grid-column: 1fr 1fr;
  grid-template-row: 10;
  background-color: none;
  align-content: space-evenly;
margin-bottom: 60px;
}

#project-titles {
	font-size: auto;
	font-family: Arial;
	font-weight: 400;
}

#splash-image {
	max-width: 90%;
  width: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}

#landing-project {
	float: left;
}

@font-face {
  font-family: NeueHaasDisplayBoldItalic;
  src: url(NeueHaasDisplayBoldItalic.ttf);
}

@font-face { 
  font-family: NeueHaasDisplayRoman;
  src: url(NeueHaasDisplayRoman.ttf);

}

@font-face {
  font-family: NeueHaasDisplayBold;
  src: url(NeueHaasDisplayBold.ttf);
}

nav{

  text-decoration: none;
}

video{
align-content: right;
}

h4{
  font-family: NeueHaasDisplayRoman;
  src: url(NeueHaasDisplayBold.ttf);
}

.image {
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat;
}

}

</style>
</head>
<body>

</body>
</html>
