﻿body {
  background: rgb(34, 34, 51);
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  flex-wrap: wrap;
}

.fotka2 {
  display: inline-flex;
  vertical-align: middle;
  flex-shrink: 0;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
  width: 15%;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 480px) {
  .fotka2 {
    width: 60%;
  }
}
@media (min-width: 481px) {
  .fotka2 {
    width: 15%;
  }
}

.menubut {
  position: absolute; 
  top: -0.5rem;; 
  left: -1.5rem;;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Home {
  cursor: pointer;
  background-color: transparent;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  border: none;
  display: inline-block;  
}

.Projects {
  cursor: pointer;
  background-color: transparent;
  font-size: 1.3rem;
  text-decoration: none;
  border:  0px;
  display: inline-block;
  color: white;
}

.Contact {
  cursor: pointer;
  background-color: transparent;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  border: none;
  display: inline-block;  
}

.Novyweb {
  cursor: pointer;
  background-color: transparent;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  border: none;
  display: inline-block;  
}

.AImage {
  cursor: pointer;
  background-color: transparent;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  border: none;
  display: inline-block;  
}

.hlavny {
  background-color: #121929;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 1rem;
  width: auto;
  color: white;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 16px 10px 16px 0 rgba(0, 0, 0, 0.2), 10px 16px 20px 25px rgba(0, 0, 0, 0.19);
}

.nevim {
  position: fixed;
  bottom: 0;
  border: 15px solid #121929;
  min-width: 100%;
  box-shadow: 16px 10px 16px 0 rgba(0, 0, 0, 0.2), 10px 16px 20px 25px rgba(0, 0, 0, 0.19);
}

.textn {
  font-size: 1rem;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0.5rem;
  padding-bottom: 0.3rem;
}

@media (max-width: 480px) {
  .hlavny {
    width: 90%;
  }
}

.Novyweb:hover {
  padding: 0.09rem;
  text-shadow: 1px 1px 35px rgb(255, 255, 255);
}

.Projects:hover {
  padding: 0.09rem;
  text-shadow: 1px 1px 35px rgb(255, 255, 255);
}

.Contact:hover {
  padding: 0.09rem;
  text-shadow: 1px 1px 35px rgb(255, 255, 255);
}

.Home:hover {
  text-shadow: 1px 1px 35px rgb(255, 255, 255);
  padding: 0.09rem;
}

.AImage:hover {
  text-shadow: 1px 1px 35px rgb(255, 255, 255);
  padding: 0.09rem;
}

.githublogo {
  position: absolute;
  width: 20%;
  left: 50rem;
  bottom: 4;
}
