body{
  font-family: Monserrat, sans-serif !important;
}

.dv-bg{
  background: #323232;
}

.dv-me{
  min-height: 100vh;
  padding: 0;
  background: url("../img/profile-background.jpg") center fixed;
  background-size: cover;
}

.dv-card{
  background-color: white;
  border: 1px solid white;
  box-shadow: 0 0 15px rgba(0,0,0, 0.75);
}

.dv-card-bg{
  background: url("http://7wallpapers.net/wp-content/uploads/1_Dota2-Phantom-Assassin.jpg") center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 5em;
}

.dv-card-body{
  background-color: white;
  padding:1em;
}

.dv-links a{
  font-size: 2em;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  margin: 0 0.1em;
}

.dv-links a img{
  height: 32px;
  width: auto;
  margin: 0 0.1em;
}

.dv-links a:hover{
  transform: translate(0,-.2em);
}

.dv-projects{
  background: #e8e3e3 url("http://7wallpapers.net/wp-content/uploads/1_Dota2-Phantom-Assassin.jpg") center;;
  background-size: cover;
  border-top: 4px solid #1e00af;
}

.dv-projects-title{
  font-size: 1.5em;
  padding: .5em;
  display: inline-block;
  border-radius: 4px;
  background-color: #e38100;
  box-shadow: 0 0 15px rgba(0,0,0, 0.75);
  color : #1e00af;
}

.dv-projects-cards{
  max-height: 40vh;
}
.card-body a{
  transition: 0.35s ease-in-out;
}

.card img{
  max-height: 10%;
  display: block;
}

.card-body a:hover{
  border: 1px solid #b500a8;
  background-color: #b500a8 !important;
}

.dv-links-twitter, .dv-links-twitter:hover{
  color: #1DA1F2;
}
.dv-links-steam, .dv-links-steam:hover{
  color: #000000;
}
.dv-links-github, .dv-links-github:hover{
  color: #000000;
}
.dv-links-patreon, .dv-links-patreon:hover{
  color: #F96854;
}
.dv-links-email, .dv-links-email:hover{
  color: #05ed69;
}
.dv-links-reddit, .dv-links-reddit:hover{
  color: #FF4500;
}
.dv-links-discord, .dv-links-discord:hover{
  color: #7289DA;
}
.dv-links-rss, .dv-links-rss:hover{
  color: #ee802f;
}
.dv-links-card, .dv-links-card:hover{
  color: #8b00cc;
}

.dv-img-rad{
  border-radius: 50%;
}

.dv-bg-primary{
  background-color: #1e00af
}