﻿/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see https://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

a:hover {
	text-decoration:none;
}

.portfolio-item {
    margin-bottom: 25px;
	padding-top:10px;
}

.portfolio-item:hover {
    background-color:#CCC;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-eal {
/*	background-color:rgb(255,255,255,1); */
	border-bottom-color:rgb(231,120,23,1);
	border-bottom:solid 0px;
}

footer {
    margin: 50px 0;
}