/*======================
   Set cookies
=======================*/
#cookie-bar{
	background: #0a5481;
	display:block;
	position: fixed;
	bottom: 0px;
	width: 250px;
	left: 0;
	padding: 20px;
	font-family:arial;
	color: #fff;
	}
	#cookie-bar a{
	color:#999;
	display:block;
	padding:10px 0;
	}
#Cookie{  
	background: #ff7916;
    border: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.portfolio {
	clear:both;
	overflow:hidden;
}
.portfolio-item{
    float:left;
    display:block;
    width:calc(100%/3 - 1em);
    margin:0.5em;
    background:white;
    border:1px solid #e6e6e6;
}
.portfolio-image{
    padding:0;
    max-height:15em;
    overflow: hidden;
}
.portfolio-title{
	text-transform:capitalize;
    font-size:1.3em;
    margin:0em;
    padding:0.4em;
    background:white;
    border-bottom:1px solid whitesmoke;
}
.portfolio-footer a,
.portfolio-title a{
    color:black;
    transition:all 500ms ease;
}
.portfolio-footer a:hover,
.portfolio-footer a:focus,
.portfolio-title a:hover,
.portfolio-title a:focus{
	text-decoration:none;
    color:#464646;
    transition:all 500ms ease;
}
.portfolio-description {
	margin:0;
	padding:0.5em;
	color:#666;
}
.portfolio-footer{
	margin-top:0.4em;
	padding:0.5em 1em;
	background:#f9f9f9;
	text-align:right;
}

@media (max-width:900px){
	.portfolio-item{
		width:calc(100%/2 - 1em);
	}
}

@media (max-width:600px){
	.portfolio-item{
		margin:0;
		float:none;
		width:100%;
	}
}

@media (max-width:400px){
	.navbar-brand {
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
		margin-right: 1rem;
		font-size: 14px;
		text-decoration: none;
		white-space: nowrap;
	}
}

@media (max-width:400px){
	section {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
}

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

.bg-light {    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

img[alt=drawing] { width: 18px; }

/*********************
    COOKIE ALERT
**********************/

.cookiealert {
    position: fixed;
    bottom: 38px;
    left: 0;
    width: 380px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #242a35;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
