#half { width: 50%; }
.section-light { background-color: #f7f4a2; margin-top: 2em; }
.video { width:100%; height:650px; }
.h1 { font-size:55px; }
.big-title { color:#22af8b;font-size:55px; margin-top:6%; margin-bottom:5%; text-align:center; font-family: 'Work Sans', sans-serif; }
.big-title-sub { color:#22af8b;font-size:22px; margin-top:1%; margin-bottom:5%; text-align:center; }
.object-title { color:#003c3a; font-size:30px; margin-top:2%; font-weight:bold; }
.object-description-link { color:#003c3a; font-size:16px;margin-top:1%;line-height:25px; }
.object-description-link-top { color:#003c3a; font-size:19px;margin-top:5%;line-height:25px; }
.object-description-link img { width:100px; display:inline-block;margin-left:3%;vertical-align:middle; }
.zemelapis { width:100%; margin-top:2%; margin-bottom:3%; }
.col-md-6 { border:4px dashed #22af8b; }
#frame { height:700px; }
#image { width:150px;margin-top:3%; }
@keyframes float {
	0% {
		//box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		//box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		//box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
@media only screen and (max-width: 600px) {
#half { width: 100%; }
.col-md-6 { transform: rotate(0deg)!important; margin-bottom: 2em!important; }
.big-title { color:#22af8b;font-size:40px; margin-top:12%; margin-bottom:5%; text-align:center; font-family: 'Work Sans', sans-serif; }
.object-title { color:#22af8b; font-size:30px; margin-top:2%; font-family: 'Work Sans', sans-serif; }
.big-title-sub { color:#22af8b;font-size:16px; margin-top:1%; margin-bottom:5%; text-align:center; font-family: 'Work Sans', sans-serif; }
#frame { height:400px; }
.row a { font-size:14px; }
}