@font-face{
    src:url("../fonts/CedarvilleCursive-Regular.ttf");
    font-family: quote;
}
@font-face{
    src:url("../fonts/RadioSpace-zZ80.otf");
    font-family: radiospace;
}
body {
    background-image: url("../images/spacebackground2.jpeg");
    background-attachment: fixed;
    font-family: 'Signika', sans-serif;
}
.projectLink{
    margin: 10px;
    text-shadow:5px orange;
    align-self:center;
    position:relative;
    left:25%;
    color: white !important;
}
.projectLink:hover{
  color:orange !important;  
}
i{
    margin: 10px;
    color:white !important;
}
i:hover{
    color:orange !important;
}
.jumbotron{
    padding: 5% !important;
    background-color:transparent !important;
    background-size: auto !important;
    color: white !important;
    text-align:center !important;
}
h1{
    opacity: 1 !important;
    animation: fade 5s linear !important;
    font-family: radiospace;
}
@keyframes fade {
    0% { opacity: 0 }
    50% { opacity: 1 }
  }
#fixedImg{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    float: right;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
h3 {
    color: white;
    opacity: 1 !important;
    animation: fade 5s linear !important;
    font-family: radiospace;

}

h4 {
    color: white;
    opacity: 1 !important;
    animation: fade 5s linear !important;
    font-family: radiospace;


}
h5 {
    color: white;
    vertical-align: left;
    font-family: radiospace;


}
.lead{
    opacity: 1 !important;
    animation: fade 5s linear !important;
    font-family: radiospace;
    font-size: 50px;
}
#aboutMe{
    background-color: #262626;
}
#aboutMe:hover{
    box-shadow: 10px 10px 5px black;
    text-shadow: 10px 10px 5px black;
}

p {
    font-size: 20px;
    color: #b3b3b3;
}

.projectImg {
    border-radius: 50%;
    height: 200px;
    width:200px;
    margin: 20px;
    float:left;
    display: inline-block;

}
.contentWrapper {
    color: white;
    padding: 20px;
    width: 100% !important;

}

.projectName {
    font-size: 20px;
    text-align:center;
    margin-top:20px;
}

.card{
    display:inline-block
}
.projectImg:hover{
    box-shadow: 10px 10px 5px orange;
}
.educationWrapper{
    background-color: #262626;
    padding: 7%;
    margin-bottom: 7%;
}
.educationWrapper:hover{
    box-shadow: 10px 10px 5px black;
    text-shadow: 10px 10px 5px black;
}
.card-body{
    display:inline-block
}
.contact{
    line-height: 0.3em;
    font-size: 17px;
    vertical-align:right;
}
#mePic{
    float: left;
    margin-right: 40px;
    height: 200px;
    width: 235px;
}
.projects{
    height: 500px;
}
.col-md-2{
    display:inline-block;
}
footer{
    width: 100%;
    background-color:#262626;
    color: white;
    padding:50px;
    text-align: center;
  }
  a{
      color: white !important;
  }
  #email{
      border-right:5px #333333;
  }
  #education{
      margin-bottom: 2%;
  }
  #skillsContainer{
      background-color: #333333;
      text-align: center;
      padding: 10%;
      margin-top:3%;
      margin-bottom: 5%;
      margin-left: 5%;
      margin-right:5%;
      border: 2px solid #1a1a1a !important;
      border-radius: 25px;

  }
  #skillsContainer:hover{
    box-shadow: 10px 10px 5px black;
    text-shadow: 10px 10px 5px black;
}
  #quoteContainer{
      text-align:center;
  }
  #quote{
      font-size:50px;
      color:black;
      font-style: italic;
      font-family:quote;
      position:relative;
  }
  #quote:hover{
    color:white;
    text-shadow: 10px 10px 5px black;
  }
  #emptySpace{
      padding:5%;
  }
  .display-4{
      font-size:100px;
  }