body{
	background: #ffffff;
	margin: 0px;
	height: 100%;
	font-family: Candara, Arial;
	
	padding-top: 50px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Source Sans Pro', Arial;
	font-weight: 200;
	text-align: center;
}

p{
	padding: 0;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}

#projects .img-responsive{
	width: 100%;
	height: 100%;
}

a{
	padding: 0;
	margin: 0;
	transition: background-color .4s linear, color .4s linear;
	outline: none;
}

a:hover, a:focus{
	color: rgba(195, 197, 198, 0.87);
	outline: none;
}

hr{
	border-bottom: 1px solid #c9c9c9;
	margin-top: 12px;
	margin-bottom: 50px;
}

::selection{
	color: #fff;
	background-color: #5cb9e8;
}

.col-sm-6{
	margin-bottom: 5px;
}

.starter{
	padding: 45px 15px;
	text-align: center;
}

.starter a{
	margin-left: 5px;
	margin-right: 5px;
}

.navbar-default{
	border-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-brand{
	color: white;
}

.navbar-default .navbar-nav li a{
	color: white;
	border-radius: 5px;
}

.navbar-default .navbar-nav li a:hover{
	color: #255a88;
}

.navbar-default .navbar-nav .active a{
	color: #5890d6;
	background-color: white;
	border-radius: 5px;
}

.navbar-default .navbar-nav .active a:hover{
	color: #255a88;
	background-color: white;
}

.navbar-default .navbar-toggle{
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.gray-container{
	background: #efefef;
}

section .container{
	padding-top: 45px;
	padding-bottom: 45px;
}

.blue-container{
	padding: 4px;
	background-color: #5890d6;
	color : white;
}

footer .blue-container{
	padding: 15px;
}

#contact button{
	margin-top: 15px;
}

.contact-box{
	padding-bottom: 10px;
}

#contact-message{
	height: 132px;
}

.portfolio-item img{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	border: 4px solid #5890d6;
}

.portfolio-resume{
	background-color: #5890d6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:5px;
	padding-bottom: 5px;
}

.portfolio-resume p{
	text-align: center;
	color: white;
}

.portfolio-modal{
	padding: 0px !important;
}

.portfolio-modal .modal-content h2{
	margin-bottom: 17px;
	font-size: 3em;
}

.portfolio-modal .modal-content .project-intro{
	margin-bottom: 23px;
	color: #888;
}

.portfolio-modal .modal-content img{
	margin-bottom: 20px;
}

.portfolio-modal .modal-content ul{
	display: inline-block;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content .button-bottom{
	margin-top: 15px;
}

.skill-row{
	padding: 15px;
}

.skill-type{
	color: #5890d6;
	font-weight: 600;
	font-size: 15px;
}

.portfolio-item .portfolio-link{
	display: block;
	position: relative;
	margin: 0 auto;
}

.portfolio-item .portfolio-link .portfolio-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	border: 4px solid #5890d6;
	
	opacity: 0;
	background: rgba(255, 255, 255, .41);
	transition: all ease .5s;
}

.portfolio-item .portfolio-link .portfolio-hover:hover{
	opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	color: #5890d6;
}

.portfolio-modal .modal-content{
	padding: 100px 0;
	min-height: 100%;
	text-align: center;
	
	border-radius: 0px;
}

.img-centered{
	margin: 0 auto;
}

.portfolio-modal .close-modal{
	position: absolute;
	top: 25px;
	right: 25px;
	
	cursor: pointer;
}

.portfolio-modal .close-modal:hover{
	color: #888;
}

.fa-4{
	font-size: 7em;
}

@media (min-width: 768px){
	.container{
		width: 100%;
	}
	
	.col-sm-6{
		margin-bottom: 10px;
	}
}

@media (min-width: 992px){
	.container{
		width: 1065px;
	}
	
	.col-sm-6{
		margin-bottom: 0px;
	}
}