
body {
  margin-top: 3px; 
  font-family: georgia, serif, "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

.navbar{
  background-image: Radial-Gradient(rgba(191, 191, 191 ,0.3), rgba(0,0,0,0.6)),
	  url("https://78.media.tumblr.com/cf5189642494af86426ec4ae21a9af17/tumblr_p031x7wIyv1wed1zeo1_1280.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 12px 12px 8px black;
  font-family: candara;
  font-size: 24px;
}

/* Need to adjust 'transform' & spacing for mobile */
@media screen and (min-width: 480px){
 .nav li a:hover{ 
  transform: scale(1.4);
  transition: 0.5s;
  letter-spacing: 4px;
  text-shadow: 1px 1px 1px rgba(0,0,0, 20);
  font-color: red;
 }
}

/*
@media screen and (max-width: 481px){
  .nav li a:hover{
  transform: scale(1.0);
  transition: 0.5s;
  letter-spacing: 0px;
  color: red;
  }
}
*/

.title1 {
    margin-top: 200px; 
    font-size: 60px;
	color: black;
    text-shadow: 3px 3px 1px white, 3px 3px 1px white;	
}

i{
	/*text-shadow: 1px 1px 5px blue;*/
}

.hr1{
	width: 300px;
}

.section1{
	background-image: linear-gradient(rgba(100,181,246 ,1), rgba(0,0,0,0.8)),
	  url("https://78.media.tumblr.com/36b428d7957b06d612e092d431582154/tumblr_oxx096UzTv1wed1zeo6_1280.jpg");
	background-attachment: fixed;
	/*background-size: cover;
	background-repeat: no-repeat;*/
	}

.btn-lg{
	/*text-shadow: 1px 1px 3px blue;*/
}
	
.btn-lg:hover{
	color: #fff;
    border: 2px blue;
    background: blue;
    transform:scale(1.5);
    transition: 0.8s;
    text-shadow: 1px 1px 1px black;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}	
	
.intro-social-buttons {
    text-align: center;
    margin-top: 200px;
    font-size: 20px;
    color: blue;
  }
  
.social-list-col {
    height: auto;
}

.sociallist{
    padding-bottom: 15px;
    
}

.subheading{
	font-size: 30px;
	padding-bottom: 10em;
	color: black;
	text-shadow: 1px 1px 1px white, 1px 1px 1px white;
}

.divider1{
	color: blue;
}

.section2{
	background-color: #1a1a1a;
	padding: 50px;
	height: auto;
}

.project{
	display: block;
	margin: auto;
	height: 12em;
	width: 18em;
	border-radius: 15px 50px;
	box-shadow: 12px 12px 10px black;
}

.projectsubtext{
	color: white;
	font-size: 22px;	
}

.projectsubsubtext{
	color: white;
	font-size: 18px;
}

.h3-1{
	font-size: 24px;
	text-align: center;
	color: #ffffff;
}

.project:hover {
	color: #fff;
    border: 2px outset gray;
    background: rgba(0,0,0, 0.3);
    transform: scale(1.4);
    transition: 0.5s;
    text-shadow: 1px 1px 1px rgba(0,0,0, 20);
    box-shadow: 13px 13px 3px rgba(0,0,0,0.9);
    letter-spacing: 2px;
}

.section3{
	padding: 50px;
	background-image: url("https://static.pexels.com/photos/34676/pexels-photo.jpg");
	background-attachment: fixed;
}

.bio{
	text-align: center;
	color: white;
	font-size: 46px;
	text-shadow: 2px 2px 2px black;
	padding: 0 !important;
}

.biosubhead{
	text-align: center;
	color: white;
	font-size: 28px;
	text-shadow: 2px 2px 2px black;
	padding: 0 !important;
}

.biolist{
	text-align: center;
	padding: 0 !important;
}

.biolist2{
	display: block;
	margin: auto;
	padding-bottom: 12px;
	padding-left: 0 !important;
	color: white;
	font-size: 24px;
	text-shadow: 1px 2px 1px black;
}

.section3left{
	
}

.leftlogo{
	display: block;
	height: 150px;
	width: 150px;
	margin: auto;
	padding: 1px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(10px 10px 2px #222);
}

.rightlogo{
	display: block;
	height: 150px;
	width: 150px;
	margin: auto;
	padding: 1px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(10px 10px 2px #222);
}

.section4{
	background-color: gray;
	padding-bottom: 10px;
}

.contact1{
    color: white;
	text-shadow: 3px 3px 3px black;
    text-align: center;	
}

.contact2{
	color: white;
	text-shadow: 3px 3px 3px black;
	text-align: center;
	font-size: 20px;
}

.hr2{
	width: 250px;
}

.section5{
	background-color: gray;
	text-align: center;
	padding: 5px;
}
 
.sociallist2{
	margin-top: 2px;
	display: inline;
	padding: 2px;
	margin: 5px;
}

.btn-md{
	text-shadow: 1px 1px 1px rgba(0,0,0, 20);
}
 
.sociallist2{
	margin-top: 2px;
	display: inline;
	padding: 2px;
	margin: 5px;
}

.btn-md{
	text-shadow: 1px 1px 1px rgba(0,0,0, 20);
}

.btn-md:hover{
    color: #fff;
    border: 2px black;
    background: rgba(0,0,0, 0.9);
    transform:scale(1.1);
    transition: 0.2s;
    text-shadow: 1px 1px 1px rgba(0,0,0, 20);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}



