@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

h1 {
    background-image: url("djlogo2.png");
    background-repeat: no-repeat;
    height: 90px;
    width:100%;
}

h2 {
    font-family:"Orbitron";
    color: white;
}

h3 {
    background-position: center;
    font-family:"Orbitron";
    color: white;
    padding: 700px 0px 0px 580px;
    font-size: 48px;
    text-shadow: 1px 1px 2px black;
    font-style: italic;
}

p {
    color: white;
    font-size: 1.5em;
    padding-left: 500px;
    background-image: url("warmdjrz.jpg");
    background-repeat: no-repeat;
    height: 200px;
    width: 50%;
    margin-left: 175px;
}

#phone {
    background-position: 50% 75%;
}

#warmdj {


}

#colddj {
    background-image: url("colddj.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width:50%;
}

body {
    background-size: cover;
    background-position:50% 175%;
    background-image: url("homedj.jpg");
    background-repeat: no-repeat;
    background-color: black;
}

nav {
    font-family: "Orbitron";
    font-size: 24px;
    grid-row: 2 / 3;
    grid-column: 2 / 8;
    position: sticky;
    top: 0;

}

nav a {
    text-decoration: none;
    color: white;
    padding: 1rem 0rem;
    display: block;
    text-align: center;
}

nav a:hover {
    background-color: #ffffff49;
}

nav ul {
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    list-style-type: none;
    background-color:rgba(255, 255, 255, 0.137);
}

nav ul li {
    width: 100%;
}

main {

}



