#my-svg, #my-svg-2  {
	display: none;
}

header .site-logo {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

section {
	margin-top: 0 !important;
}

.site-logo .site-title a {
	font-size: 20px !important;
}

#my-picture-2 {
	-webkit-box-shadow: 6px 6px 13px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 6px 6px 13px 0px rgba(0,0,0,0.8);
	box-shadow: 6px 6px 13px 0px rgba(0,0,0,0.8);
}

@media (min-width: 2000px) {
	.site-logo {
		text-align: center !important;
	}
}

@media (min-width: 1200px)
{
	.site-logo .site-title a {
		font-size: 26px !important;
	}	
}

@media (max-width: 1000px) {
	.site-logo {
		text-align: center !important;
	}
}

#add-info {
	/*position: absolute;
	z-index: 999;
	top: 116px;
	right: 42px;*/
	font-size: 18px;
	color: black;
	background-color: white;
	opacity: 0.75;
	padding: 20px;
	border-radius: 10px;
	font-weight: bold;
	text-align: right;
}

.site-logo {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	line-height: auto !important;
}
	
.site-logo img {
	width: 40% !important;
	padding-left: 20px;
}