body
{
	font-family: 'Roboto', sans-serif;
	background-image: url("gun_metal.png");
	margin: 0px;
	font-size: 2vw;
}

.flexbox-container
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: auto;
	background-color: #dddddd;
	font-family: 'Coda Caption', sans-serif;
	font-size: 6vw;
	letter-spacing: 4px;	
	opacity: 50%;
	text-align: center;
	
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}



#logonapis
{
	text-shadow: 
	0.3vw 0.3vw 0 #000000,
	-0.3vw 0.3vw 0 #000000,
	-0.3vw -0.3vw 0 #000000,
	0.3vw -0.3vw 0 #000000;
}


a:link
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: white;
	text-decoration: none;
}

#menu
{
	width: 100%;
	background-color: #303030;
	margin-top: 2vw;	
	color: #white;
	padding-top: 1.1vw;
	padding-bottom: 1.1vw;
	text-align: center;
	opacity: 70%;
	border-top: 2px solid #751b1b;
	border-bottom: 2px solid #751b1b; 
	float: left;
	display: inline-block;
	margin-bottom: 3vw;
	font-size: 3vw;
}

.lorem
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 60%;
	font-size: 1.3vw;
	color: #cccccc;
}

.option
{
	color: white;
	min-width: 3vw;
	height:2vw;
	font-size: 2vw;
	padding: 1vw;
	border: 0.15vw dotted #777777;
	opacity: 0.7;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.option:first-child
{
	border-left: 0.15vw dotted #777777;
}

.option:hover
{
	background-color: #eb6f3b;
	cursor: pointer;
}


.option:hover > a
{
	color: black;
}


#contact
{
	font-size: 1.95vw;
	color: #cccccc;
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 2vw;
}


.map-responsive
{
	margin-top: 1vw;
	overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.map-frame
{
	
	width: 50%;
	height: 50%;
	padding-left: 25.4vw;
	margin-bottom: 4vw;
}

.opcja
{
	width: 98%;
	font-family: 'Tomorrow', sans-serif;
	color: #cccccc;
	text-align: center;

	margin: 5vw;
	border: 2px solid #751b1b;
	margin-left: auto;
	margin-right: auto;
	
}

#footer
{
	margin-top: 15px;
	width: 100%;
	height: 55px;
	/*display: inline-block;*/
	text-align: center;
	color: white;
	margin-bottom: 10px;
	border-top: 2px solid #751b1b;
	border-bottom: 2px solid #751b1b; 
	background-color: #303030;
	opacity: 60%;
	font-size: 11px;
	clear: both;
	font-family: 'Coda Caption', sans-serif;
	
	display: flex;
	flex-direction: column;
}

.scrollup
{
	width: 64px;
	height: 64px;
	text-decoration: none;
	background: url("up.png") no-repeat 0px 0px;
	position: fixed;
	right: 10px; 
	bottom: 10px;
	display: none;
	opacity: 80%;
}

.ofertaopcja
{
	margin-top: 27px;
	font-size: 2.5vw;
}

.gallery
{
	margin: 1.5vw 2.5vw;
}

.gallery img
{
	transition: 1s;
	padding: 0.75vw;
	width: 11vw;
}

.gallery img:hover
{
	/*filter: grayscale(100%);*/
	transform: scale(1.1);
	
}

