body {
	background-size: cover;
	background-color: lightskyblue;
	margin-bottom: 60px;
}

#blankspaceattop {
	background-color: white;
	margin-bottom: 5%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: lightskyblue;
	height: 53px;
	padding-top: 15px;
}

#Inside_Section, #Connect_With_Me {
	background-color: #B6E3FD;
	padding: 20px;
	margin-bottom: 20px;
}

p { 
	color: #3aa6e6;
	font-size: 16px;
}

footer {
	text-align: center;
	border-top: 5px solid lightskyblue;
	background-color: #666666;
	color: darkgrey;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8.5%;
}

a, a:link {
	color: navy; 
	text-decoration: none;
}

#kitty {
	color: blue; 
	text-decoration: underline;
}

#About_Me, #Contact_Me, #Portfolio_Section, #Resume {
	margin: 30px;
}

#Resume {
	width: 45%;
	border-style: none;
}

#Inside_Portfolio_Section {
	background-color: lightskyblue;
}

#Portfolio_images {
	position: absolute;
	width: 225px;
	height: 180px;
	float: left; 
	margin-left: -7px;
	border-radius: 4px;
	bottom: 10px;
}

 .Work { 
	position: relative;
	float: left;
}

.title {
	position: absolute;
	background-color: lightskyblue;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-left: 17px;
	width: 250px; 
	margin-top: 120px;
} 

#smaller {
	font-size: 12px;
	line-height: 1.75;
}

.techs {
	color: white;
	padding-bottom: 10px;

}

.text-center {
	color: #B6E3FD;
	font-size: 14px;
}

#titleresumetext {
	color: #3aa6e6;
}

li {
	color: white;
	transition: filter .2s;
	text-decoration: none;
	transition: all ease-in-out .2s;
}

li:hover {
	filter: brightness(80%);
}

#inactivelink {
	color: gray; 
	height: 53px;
	padding-top: 15px;
}

#inactivelink:hover {
	color: white; 
	background-color: lightskyblue;
	height: 53px;
}

.btn {
	margin-top: 10px;
	background-image: none;
	border: none;
}

.btn-success {
	opacity: 1;
	color: lightskyblue !important;
	background-color: white !important;
	transition: filter .2s;
}

.btn-success:hover {
	filter: brightness(85%);
}

.btn-warning, .btn-info {
	opacity: 1;
	color: white !important;
	background-color: lightskyblue !important;
	transition: filter .2s;
}

.btn-warning:hover , .btn-info:hover {
	filter: brightness(85%);
}

#namelink {
	color: #ffffff; 
	opacity: 1; 
	transition: color .2s; 
}

#namelink:hover {
	color: lightskyblue !important;   
}

.navbar-default {
	background-image: none;
	background-color: white;
	border: none;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white !important;
	background-color: lightskyblue;
	border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: lightskyblue;
	color: white !important;
}

.navbar {
	max-height: 50px;
}

#mobile {
	color: white;
	background: #3aa6e6;
	text-align: center;
}

#hover {
	color: grey;
}

#resumepic {
	width: 100%;
}

 #resumepic:hover {
  box-shadow: 0 0 0 3px #3aa6e6;
} 

@media screen and (min-width: 800px) {
  #mobile { display: block; }  /* show it on small screens */
}

@media screen and (min-width: 801px) {
  #mobile { display: none; }   /* hide it elsewhere */
}