body{
	font-family: 'Nunito', sans-serif;
	line-height: 25px;
	position: relative;
	font-weight: 200;
	font-size: 1.2rem;	
}

a{
	text-decoration: underline;
	color: #000;
}

a:hover{
	color: #dcb0ba !important;
}

.navbar a{
	text-decoration: none;
}

a.icons{
	text-decoration: none;
}

.jumbotron ul li{
	list-style: none;
}

.jumbotron ul li::before {
	content: "•"; color: #dcb0ba;
	display: inline-block; 
	width: 1em;
  	margin-left: -1em;
}

.navbar{
	/*height: 48px;*/
	padding: 0px;
}

.navbar-nav{
	height: 45px;
	width: 80px;
}

.navbar-nav i{
	font-size: 60%;
    vertical-align: 2;
}

.nav-link.active{
	border-bottom: 5px solid #dcb0ba;
}

.navbar-right{
	position: relative;
}

.navbar-right .navbar-nav{
	position: absolute;
	right: 0;
}

.navbar-light .navbar-nav .nav-link{
	color: #000;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: #dcb0ba;
}

.navbar h1{
	font-size:1.25rem;
	font-weight: 200; 
}

button.navbar-toggler{
	margin-top: -10px;
}

.navbar-brand{
	margin-top: 10px;
}

#navbarNav{
	margin-top: -40px;
}

.jumbotron a{
	/*text-decoration: none;*/
	color: #000;
	cursor: pointer;
}

.jumbotron a div:hover{
	background-color: #dcb0ba;
	border-color: #dcb0ba;
	color: #fff;
}

.jumbotron{
	background-color: #fff;
}

.jumbotron h2, #description h2, #contact h2, #work h2{
	font-weight: 200;
}

#work a:hover div{
	opacity:0.7;
}

#work a{
	color: #212529;
}

#work a:hover {
	color: #dcb0ba;
	text-decoration: none;
}

#work i{
	font-size:60%;
	vertical-align: 2;
}

#food-finder{
	background-color: #76c151;
}

#sgam{
	background-color: #fff;
}

.contact-icons{
	display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #eee;
}

.portfolio-item{
	background-color: #ccc;
	height: 250px;
	margin-top: 30px;
	border-radius: 10px;
}

.portfolio-item{
	overflow: hidden;
	border: 1px solid #efefef;
}

.portfolio-item.height img{
	height: 100%
}

.portfolio-item.width img{
	width: 100%
}

.portfolio-item.feature{
	min-height: 560px;
}

.funPhotos{
	border-radius: 10px;
	border: 1px solid #efefef;
}

.profile_pic{
	/*position: absolute;
    right: 0;
    padding: 0;
    top: 0;*/
}

.profile_pic img, .website_pic img{
	width: 100%;
}

.heart{
	color: #dcb0ba;
}

#description{
	/*background-color: #eee;*/
	z-index: 10;
}

#about img{
	width: 100%;
}

#contact a{
	color: #333;
	text-decoration: none;
}

#contact a div:hover{
	background-color: #dcb0ba;
	border-color: #dcb0ba;
	color: #fff;
}

#contact img{
	width: 100px;
}

#mobile-navigation {
    background-color: #161616;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    font-size: 30px;
}

.sketches img{
	width: 100%;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.no-border img{
	border:0px;
}

.results{
	background-color: #f8f9fa !important;
	padding: 20px;
}

.caption{
	font-size: 14px;
	font-style: italic;
}

.caption a{
	text-decoration: underline;
}

.caption a:hover{
	color: #dcb0ba;
	text-decoration: none;
}

.grey-line img{
	border: 1px solid #ccc;
}

.strikethrough{
	text-decoration: line-through;
}

.FIXthis{
	color: red;
}

.flowText{
	font-size:14px;
	line-height: 18px;
}


/*-------------Media Queries---------------*/

@media only screen and (max-width: 1200px) {
  .portfolio-item{
  	height: 200px;
  }

  .portfolio-item.feature{
  	min-height: 460px;
  }

  .navbar-brand{
  	margin-top: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .portfolio-item{
  	height: 150px;
  }

  #work p{
  	white-space: nowrap;
  	overflow: hidden;
    text-overflow: ellipsis;
  }

  .portfolio-item.feature{
  	min-height: 360px;
  }

  .navbar-brand{
  	margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .portfolio-item{
  	height: 300px;
  }

  #work p{
  	white-space: nowrap;
  	overflow: hidden;
    text-overflow: ellipsis;
  }

  .portfolio-item.feature{
  	min-height: 300px;
  }

  .navbar-brand{
  	margin-top: 0px;
  	padding-top: 8px;
  }

  .navbar-brand h1{
  	margin-bottom: 0px;
  }
}




