/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  min-height: 100%; 
  text-shadow: 0 .02rem .05rem rgba(111, 0, 255, 0.5);
  /* box-shadow: inset 0 0 5rem rgba(87, 87, 87, 0.5);
  overflow: auto; */
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.row {
  justify-content: center;
}

#picme{
  width: 190px;
  height: 225px;
  border-radius: 10%;
  margin: 1em;
  border: 3px solid white;
}

#socials {
  opacity: 40%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  }
  
#socials:hover {
  opacity: 100%;
}

/* #projects {
  max-width: 100%;
  width: 400px;
  height: 400px;
  border-radius: 5%;
} */
.emoji {
  color: white !important;
}



/* .card-text, .card-title{
  color: white;
  text-shadow: none;
} */

.card-img-top {
  height: 225px;
}

.card {
  background-color: rgba(117, 117, 117, 0.5);
  border: 2px solid white;
  opacity: 40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin:20px;
}

.card-body {
  font-family: sans-serif; 
  color: rgb(214, 214, 214);
  text-shadow: none;
}

#wrapper {
  box-shadow: inset 0 0 5rem rgba(87, 87, 87, 0.5);
  overflow: auto;
}
a {
  text-decoration: none;
}
.card:hover {
  opacity: 100%;
}

#otherpicme {
  width: 300px;
  height: 300px;
  border-radius: 20%;
  padding: 20px;
}

#topHead {
  color: rgba(255, 255, 255, .5);
  font-weight: bold;
  font-size: 2em;
  padding: 20px;
}

#job {
  opacity: 40%;
  width: 80px;
  height: 80px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 50%;
  }
  
#job:hover {
  opacity: 100%;
}

/* #topHeader {
  padding: 20px;
}

#bot {
  padding: 10px;
} */

#hime {
  font-size: 1.1em;
}

.p3 {
  font-size: 1.5em;
}

.p-1 {
  font-size: 1.2em;
}

@media only screen and (min-width: 1080px) {
  #picme{
    width: 290px;
    height: 325px;
    border-radius: 10%;
    margin: 1em;
  }
}

#dates {
  font-size: 1.5em;
  font-weight: bold;
}

#comp {
  font-size: 1.15em;
}

#smallText {
  font-size: 1.1em;
}

#skills {
  padding-bottom: 2em;
}

#tech {
  /* opacity: 40%; */
  width: 40px;
  height: 40px;
  /* -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; */
  }
  
/* #tech:hover {
  opacity: 100%;
} */