html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 80px;*/
  font-family: 'Raleway', sans-serif;
  position: relative;
}

h1 {
	text-align: center;
}

hr {
 margin: 0;
 border-top: 5px solid #eee;
}

/********** Logo/Branding *************/
.logo {
	width: 50px;
	padding: 0 0 10px 0;
	margin: 5px;
}
.navbar-default .brand, .brand {
	color: #724064;
	font-family: 'Bad Script', cursive;
	font-weight: bold;
	font-size: 28px;
	/*margin: top right bottom left*/
	padding: 10px;
}
.navbar-brand>img {
	display: inline;
}

/********** Navigation *****************/
.navbar-nav {
	font-size: 21px;
}

/********* container padding ***********/
.container-fluid.section {
  padding: 0px 15px 15px;

}

.container .text-muted {
  margin: 20px 0;
}

.section > .row {
	padding: 10px;
}

/********* Home ***********************/
.container-fluid.section.home {
	padding-top: 60px;
}

.avatar {
  margin-top: 20px;
}

.center {
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.profile .brand {
	text-align: center;

}

.profile .logo {
	margin-right: 0;
}

/********* About Me *******************/
.about-me {
	background-color: #B8A0B2;
}

.carousel-inner > .item {
	height: 300px;
}

.about-list {
/*	list-style-type: none;*/
}

/********* Portfolio *******************/
.portfolio {
	/*background-color: pink;*/
}

/********* Resume *******************/
.professional {
	background-color: #B8C188;
}

/********* Connect *******************/
.connect {
	background-color: #79A2CF;
}

.connections {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.connections > li {
	display: inline;
}

/********** Footer *************/
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
