/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*/

.text-github-blue,.hover-text-github-blue:hover{color:#4078c0 !important}
.text-linkedin-blue,.hover-text-linkedin-blue:hover{color:#0077B5 !important}
.text-facebook-blue,.hover-text-facebook-blue:hover{color:#3b5998 !important}
.text-twitter-blue,.hover-text-twitter-blue:hover{color:#5ea9dd !important}

.round-larger{border-radius:12px !important}
.round-largest{border-radius:18px !important}

.headshot {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 0 0;
}

/* .links {
  position: absolute;
  bottom: 0;
} */

.project a {
  text-decoration: none !important;
}

.list-item .fa {
  padding-right: 10px;
}

.list-item {
  padding: 5px 0;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  /*color: #464646;*/
  white-space: nowrap;
}

.list-item a {
  text-decoration: none;
}

.list-item a:hover {
  color: #009688;
}

.w3-ul.hoverable-list li:hover{background-color:#fff}

.hover-text-shadow:hover{text-shadow:0px 0px 4px #444}
.hover-text-shadow-white:hover{text-shadow:0px 0px 25px #ddd, 0px 0px 6px #ddd}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('http://i.giphy.com/xTk9ZvMnbIiIew7IpW.gif') 50% 50% no-repeat #e5eff1;
}

.who-i-am {
  vertical-align: absbottom;
  display: inline;
}

.what-i-am {
  vertical-align: absbottom;
  display: inline;
  color: #616161;
}
