/*
Theme Name: Hobbyzoo theme
Theme URI: 
Description: Wordpress template for Hobbyzoo web
Version: 0.8
Author: Jakub Mudra
Author URI: http://jakubmudra.cz
*/

/*styles */
header#main{
	background: #000 url('img/headerbg.png') no-repeat center;
	min-height: 772px;
	background-size: cover;
}
body>.container-fluid{
	padding: 0;
}
.white{
	color: white;
}
.divider{
	width: 130px;
    border: 1px solid;
    margin: 40px 0;
}
.blue{
	color: #009fe3;
}
p{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.btn-rounded{
	border-radius: 50px!important;
}
.bg-orange{
	color: white;
	background: #f28d00;
}
.bg-none{
	background: transparent;
}
.btn-rounded-bg{
	border: 1px solid;
	border-color: #009fe3!important;
}
a.btn:hover{
	color: white;
}
.info p{
	font-weight: 300;
}
.bold{
	font-size: 18px;
	font-weight: bold!important;
}
.timetable p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.section{
    position: relative;
    margin: 50px 0 0 0;
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background: #efefef;
    color: #000;
}
.client-form{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.client-form label{
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
}
.client-form label span.title{
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 14px;
    opacity: 0.75;
    margin: 0 0 5px 0;
}
.client-form label input,
.client-form label select{
    position: relative;
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: 350ms;
}
.client-form label *:focus{outline: none;}
.client-form label input:hover{
    border-color: #312f35;
}
.client-form label textarea{
    position: relative;
    width: 100%;
    height: 100px;
    font-size: 12px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: 350ms;
    color: #000;
}
.client-form label textarea:hover{
    border-color: #000;
}
.client-form label input.btn{
    cursor: pointer;
    background: #312f35;
    color: #fff;
    font-weight: 800;
}
.okay{
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}
.okay.show{
    display: block;
}
.okay .closeIt{
    position: absolute;
    top: 17px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: red;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 480px) { 
	#hej{
		text-align: center;
		margin: 0 auto;
	}
	.col-xs-6{
		width: 50%!important;
	}
	#logo{
		width: 20%!important;
	}
}
header#main .nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

header#main .nav .nav-item {
	padding-left: 10px;
}
header#main .nav a.nav-link {
	color: black;
	background: white;
	border-radius: 20px;
}
header#main .nav a.nav-link:hover {
	background: #f28d00;
	color: white;
}

header img#logo {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: auto;
	width: 100%;
}
.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #312f35;
}

header .is-sticky img#logo {
	height: 80px;
	width: auto!important;
	position: absolute;
}

html.sticky-navbar {
	margin-top: 80px;
}