html {
	background-color: #222;
}

h1, h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #959595;
	background-color: #222;
	border-radius: 5px;
	font-size: 35px;
}

body {
	background-color: whitesmoke;
}

/* content.container */
content.container {
	margin-top: 100px; 
	padding-bottom: 50px;
}

.nav {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	height: 100%;
}

#nav-container {
	border-bottom: 1px solid #555;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#222;
	background-color: whitesmoke;
}

.nav.navbar-nav li a {
	color:whitesmoke;
	background-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-right: 1%;
}

.nav.navbar-nav li a:hover {
	color: #222;
	background-color: whitesmoke;
}

/* .nav.nav-pills li a:hover {
	color: darkcyan;
} */

.navbar.navbar-default.navbar-fixed-top {
	background-color: #222; 
	background-image: 
	linear-gradient(#17252A, transparent); 
	border:0; 
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.3s;
}

#collapse {
	padding-top: 1px;
	padding-bottom: 7px;
}

.breadcrumb-container {
	margin-top: 30px; 
	position: fixed;
}

.breadcrumb {
	background-color: transparent; 
}

.breadcrumb li.current_item {
	color: whitesmoke;
}

.breadcrumb li:hover {
	background-color: #222;
}

#row_my_info_img {
	margin-top: 20px;
}

#row_my_info_text {
	margin-top: 20px;
	color: whitesmoke;  
	border: thin solid whitesmoke; 
	margin-bottom: 1%;
	border-radius: 5px; 
}

#row_my_project_info {
	margin-top: 20px;
	color: #222;  
	border: thin solid #222; 
	margin-bottom: 1%;
	border-radius: 5px; 
}

#row_my_blog_info, #my_map_container {
	margin-top: 20px;
}

#welcome_text_top {
	margin-top: 2%;
}

#welcome_text_bottom {
	margin-bottom: 2%;
}

hr {
	border-color: black;
	background-color: black;
}

#home {
	background-color: #222;
	color: whitesmoke;
}

#projects {
	background-color: whitesmoke;
	color: #222;
}

#blog {
	background-color: #222;
	color: whitesmoke;
}

#map {
	background-color: whitesmoke;
	color: #222;
}

#home, #projects, #blog, #map {
	margin-top: 100px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 20px;
	text-align: left;
}

article {
	margin-top: 2%;
	margin-bottom: 2%;
}

.img-circle.img-responsive {
	margin: 0 auto; 
	height:100px; 
	width: 100px;
}

.btn.btn-primary.center-block {
	background-color: #222;
	border-color: transparent;
	color: whitesmoke;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	margin-top: 2%;
	margin-bottom: 1%;
	transition: color .12s ease-in-out,background-color .12s ease-in-out,border-color .12s ease-in-out,box-shadow .12s ease-in-out;
}

.btn.btn-primary.center-block:hover {
	background-color: whitesmoke;
	color: #222;
	border-color: #222;
}

#myimage, .img-responsive {
	margin: 0 auto; 
	height:80%; 
	width: 80%;
	border-radius: 10px;
	border: 1px solid #959595;
	padding: 5px;
	flex: 0 0 33%;
	box-sizing: border-box;
}

#blogCarousel {
	height: 800px;
}

.carousel-inner {
	height: 700px; 
	width: 100%;
}

.item {
	height: 100%; 
	width: 100%;
	margin-top: 2%;
	overflow-y: scroll;
}

.blog-post-content {
	margin-bottom: 5%;
}

.item::-webkit-scrollbar-track {
	padding: 2px 0;
	background-color:gray;
}

.item::-webkit-scrollbar {
	width: 10px;
}

.item::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #222;
	border: 1px solid #222;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	filter:none !important;
 }


 .carousel-indicators > .active > li,
 .carousel-indicators > .active > li:hover,
 .carousel-indicators > .active > li:focus {
	 color: whitesmoke;
	 background-color: #222;
 }

.carousel-indicators li{
	color: whitesmoke;
	display:inline;
	border: transparent;
	padding: 2px;
}

.carousel-indicators .active {
	color:#222;
	background-color:whitesmoke;
}

* {
    box-sizing: border-box;
}

.rows {
    display: flex;
}

.columns {
    flex: 33.33%;
	padding: 5px;
	position: relative;
	border-radius: 10px;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 3%;
}
/**/
.carousel-inner {
	color: #222; 
	background-color: whitesmoke; 
	border: thin solid whitesmoke; 
	border-radius: 5px;
}

.project_desc {
	height: 200px;
	overflow-y: scroll;
}

.project_desc::-webkit-scrollbar-track {
	padding: 2px 0;
	background-color:gray;
}

.project_desc::-webkit-scrollbar {
	width: 10px;
}

.project_desc::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#222;
	border: 1px solid #737272;
}


.blog_text {
	height: 500px;
	/* position: absolute; */
	max-height:100%;
	overflow-y: auto;
}

.blog_text::-webkit-scrollbar-track {
	padding: 2px 0;
	background-color:gray;
}

.blog_text::-webkit-scrollbar {
	width: 10px;
}

.blog_text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #222;
	border: 1px solid #737272;
}

.link {
	margin-right: 5px;
}

.link:hover {
	background-color: aliceblue;
	color: #222;
}

#map_canvas {
	overflow: hidden;
	background: none !important;
	height: 400px;
	width: 100%;
}

footer {
	background-color: #222; 
	margin-top: 100px;
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: whitesmoke;
}

#footer_row {
	margin-top: 1%;
	text-align: center;
}

#footer_content_2 a {
	color: whitesmoke;
	padding: 2px;
}

#footer_content_2 a:hover {
	color: #222;
	background-color: whitesmoke;
	padding: 2px;
	border-radius: 3px;
}