 ﻿@import "https://fonts.googleapis.com/css?family=Roboto"; 
 /**global element styling **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #dee;
	//* background-image: url("https://res.cloudinary.com/zvijer/image/upload/v1566579157/allie-smith-bFjEAoL9HUs-unsplash.jpg");
	 background-repeat: no-repeat;
	background-size:100% 100%;
  background-position: right top;
  background-attachment: scroll; *//
  font-family: 'Roboto', sans-serif;
}
#wrapper {
  position: relative;
}
li {
  list-style: none;
}
a {
  color: #800;
  text-decoration: underline;
}
 /**global classes styling **/
 .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.btn {
  padding: 0 20px;
  height: 40px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  border: 3px black solid;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}
.grid {
  display: flex;
} 
  header {
   position: fixed;
  top: 0;
  min-height: 75px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #eae;   
} 
@media (max-width: 650px) {
  header {
    flex-wrap: wrap;
  }
} 
.logo {
  width: 60vw;
}
@media (max-width: 650px) {
  .logo {
    margin-top: 15px;
    width: 100%;
    position: relative;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 0px;
}
@media (max-width: 650px) {
  .logo img {
    margin: 0 auto;
  }
} 
nav {
  font-weight: 900;
}
@media (max-width: 650px) {
  nav {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
  }
  nav li {
    padding-bottom: 5px;
  }
}
nav ul {
	font-size: 23px;
  width: 32vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 650px) {
  nav ul {
    flex-direction: column;
  }
}
#hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  margin-top: 140px;
}
#hero h1 {
  margin-bottom: 10px;
  word-wrap: break-word;
}
#hero input[type="email"] {
  max-width: 275px;
  width: 100%;
  padding: 5px;
}
#hero input[type="submit"] {
  max-width: 150px;
  width: 100%;
  height: 30px;
  margin: 15px 0;
  border: 0;
  background-color: #f1c40f;
}
#hero input[type="submit"]:hover {
  background-color: orange;
  transition: background-color 1s;
}
@media (max-width: 650px) {
  #hero {
    margin-top: 120px;
  }
}
#video-reklama {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#video-reklama iframe {
  max-width: 720px;
  max-height: 576px;
}
h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  text-align: center;
  height: 30px;
  margin: 10px 10px 10px 10px;
  margin-bottom: 10px;
}
#cenovnik {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#cenovnik #hp, #cenovnik #hpII, #cenovnik #samsung, #cenovnik #servis {
  //*position : relative;*//
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(100%  / 4);
  margin: 10px;
  border: 2px solid #000;
  border-radius: 3px;
}
#cenovnik #hp .level, #cenovnik #hpII .level, #cenovnik #samsung .level, #cenovnik #servis .level {
  background-color: #fdd;
  color: red;
  align-items: center;
  text-align: center;
  font-size: 25px;
  padding: 15px 0;
  width: 99%;
  text-transform: uppercase;
  font-weight: 700;
}
#cenovnik #hp h2, #cenovnik #hpII h2, #cenovnik #samsung h2, #cenovnik #servis h2 {
	//*position: absolute;*//
	bottom: 0;
  margin-bottom: 10px;
  background-color: #fdd;
	 align-items: center;
  text-align: center;
  padding: 15px 0;
  width: 99%;
  font-weight: 700;
}
#cenovnik #hp ol, #cenovnik #hpII ol, #cenovnik #samsung ol, #cenovnik #servis ol {
  margin: 15px 0;
}
#cenovnik #hp ol li, #cenovnik #hpII ol li, #cenovnik #samsung ol li, #cenovnik #servis ol li {
  padding: 5px 0;
}
@media (max-width: 800px) {
  #cenovnik {
    flex-direction: column;
  }
  #cenovnik #hp, #cenovnik #samsung, #cenovnik #hpII, #cenovnik #servis {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
#kontakt {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mapa {
  border: 2px solid #000;
}
#telefon {
  display: flex;
  font-size: 25px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(100%  / 2);
  margin: 10px;
  border: 2px solid #000;
  border-radius: 3px;
}
.level {
  background-color: #ddd;
  color: black;
  padding: 15px 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
}
ol {
  margin: 65px 0;
}
li {
  padding: 15px 0;
}
footer {
  margin-top: 30px;
  background-color: #ddd;
  padding: 20px;
}
footer ul {
  display: flex;
  justify-content: flex-end;
}
footer ul li {
  padding: 0 10px;
}
footer span {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9em;
  color: #444;
}