* {
  margin: 0;
  padding: 0;
  cursor:cell;
}

html,
body {
  height: 100%;
  position: relative;
  font-size: 30px;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,

p {
  margin-bottom: 16px;
}

@font-face {
  font-family: staat;
  src: url(../fonts/Staatliches-Regular.ttf);
}
@font-face {
  font-family: stix;
  src: url(../fonts/STIXGeneral.otf);
}
@font-face {
  font-family: new;
  src: url(../fonts/Vanilla\ Whale.otf);
}

@font-face {
  font-family: newer;
  src: url(../fonts/FuelTanks.ttf);
}

@font-face {
  font-family: stickers;
  src: url(../fonts/Schizoid\ Personality.otf);
}

.homeLinkRow {
  display: flex;
  flex-direction: row;
  justify-content: center
}


.homeLink {
  width: 90px;
  height: 90px;
  margin-top: 1.5%;
  background-image: url(../images/jaredLogo.png);
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: center;
  position: fixed;
  z-index: 1;
}

.musicLink {
  bottom: 0;
  left: 0;
  font-family: stickers;
  font-size: 110%;
  color: #08bcfc;
  text-decoration: none;
  position: fixed;
  letter-spacing: 0.12em;
  padding: 2px 14px;
  z-index: 1;
}

.videoLink {
  bottom: 0;
  right: 0;
  font-family: stickers;
  font-size: 110%;
  color: #08bcfc;
  text-decoration: none;
  position: fixed;
  letter-spacing: 0.12em;
  padding: 2px 10px;
  z-index: 1;
}
/*
.cornerLogo {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  position: fixed;
  padding: 10px 10px;
  margin-top: 15px;
  margin-right: 15px;
  z-index: 1;
  background-image: url(../images/jaredLogo.png);
  background-repeat: no-repeat;
  background-size: cover;
    z-index: 1;
}*/

.homeLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;}
.musicLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.videoLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.currentPage {
 opacity: 60%;
 transition: 200ms ease-in-out;
}

.allContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ollahiPic {
  /* width: 10px;
  height: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-position: center; */
  /* background-image: url(../images/crossHair.png); */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: difference; */
  opacity: .8;
  transition: 300ms ease-in-out;
}

/* How do I get this to appear on top of the photo */
.ollahiPic:hover {
  opacity: 0;
}

.overlay {
  background-color:  whitesmoke;
  width: 72vw;
  height: 20vh;
  z-index: 50;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 600ms ease-in-out;
}

.overlay:hover {
  opacity: 0;
  transition: 300ms ease-in-out;
}

.ollahiText {
  color: #08bcfc;
  font-family: stickers;
  /* font-size: 60px; */
  font-size: 6vh;
  position: absolute;
  letter-spacing: 0.12em;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: 8px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  cursor: default;
  z-index: 0
}

.musicCovers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* i felt weak */
.musicCover1 {
  width: 275px;
  height: 275px;
  margin-top: 10px;
  background-position: center;
  background-image: url(../images/gilbertCover.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}


.musicCover2 {
  width: 275px;
  height: 275px;
  margin-top: 10px;
  background-position: center;
  background-image: url(../images/ifeltweakEPcover.png);
  background-repeat: no-repeat;
  background-size: cover;
} 

.musicCover3 {
  width: 275px;
  height: 275px;
  margin-top: 130px;
  background-position: center;
  background-image: url(../images/whisperSongCover.png);
  background-repeat: no-repeat;
  background-size: cover;
} 

.singleTitles {
  color: #08bcfc;
  font-family: new;
  font-size: 20px;
  font-style: italic;
  word-spacing: 5px;
}

.singleTitlesTwo {
  color: #08bcfc;
  font-family: new;
  font-size: 20px;
  font-style: italic;
  word-spacing: 5px;
  margin-bottom: 60px;
}

.videoPage {
  background-color:black;
}
.musicPage {
  background-color: whitesmoke;
}
.homePage {
  background-color: whitesmoke;
}

.musicVideos {
  margin-top: 1%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.socialMediaLinks {
  bottom: 0;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 11px;
  margin-top: 10px;
  margin-left: 5px;
  background-color: transparent;
}

.soundcloudLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.appleLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.spotifyLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.twitterLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.instaLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}
.facebookLink:hover {
  opacity: 60%;
  transition: 200ms ease-in-out;
}

/* Social Media */
.soundcloudLink {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-position: center;
  background-image: url(../images/soundcloud-64.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.appleLink {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  background-position: center;
  background-image: url(../images/apple-64.png);
  background-repeat: no-repeat;
  background-size: cover;
  
}

.spotifyLink {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  background-position: center;
  background-image: url(../images/spotify-64.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.twitterLink {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  background-position: center;
  background-image: url(../images/twitterX-64.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.instaLink {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-position: center;
  background-image: url(../images/instagram-64.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.facebookLink {
  width: 22px;
  height: 22px;
  background-position: center;
  background-image: url(../images/facebook-64.png);
  background-repeat: no-repeat;
  background-size: cover;
}

button {
  display: inline-block;
  border: none;
  margin: 0;
  text-decoration: none;
  color: black;
  font-family: stix;
  font-size: 15px;
  cursor: crosshair;
  text-align: center;
  transition: 600ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.12em;
  background-color: transparent;
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 65%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
