/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.portfolio-image{
	text-align:center;
	height:250px;
	display:flex;
}
.portfolio-image a{
	margin:auto;
}
.portfolio-image img{
	width: auto !important;
    margin: 16px auto !important;
}
.copyright-text a{
	margin-right:5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #e0b42e;
}
.image-hover-zoom img{max-width:100%}


