@import "servery.css";


body {
    background-image: url("trojuhelnicky.png") ;
    padding: 0px;
    margin: 0px;
    font-family: "Arial Black";
    min-width: 1000px;

}

button {
    font-family: "Arial Black";
}

.social-top a{
    background-image: -webkit-radial-gradient(ellipse farthest-corner at center 0px,#ffc400 -150%,#ffc400 45%,#ff8800 85%);
    background-image: -o-radial-gradient(ellipse farthest-corner at center 0px,#ffc400 -150%,#ffc400 45%, #ff8800 85%);
    background-image: -moz-radial-gradient(ellipse farthest-corner at center 0px,#ffc400 -150%,#ffc400 45%, #ff8800 85%);
    background-image: radial-gradient(ellipse farthest-corner at center 0px,#ffc400 -150%,#ffc400 45%, #ff8800 85%);
}

.social-top a{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0), inset 0 0 1px 1px #ff8800;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0), inset 0 0 1px 1px #ff8800;
    box-shadow: 0 1px 2px rgba(0,0,0,0), inset 0 0 1px 1px #ff8800;
}

.navnav {
    background: #c1c1c1;
    background-position: bottom 400px left 0px;
    background: radial-gradient(circle, #c1c1c1 0%, rgba(31,31,31,1) 44%);
    min-width: 1000px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Tlacitka {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tlacitko {
    margin: 15px;
    margin-right: 0px;
    width: 30px;
    height: 30px;
}



.logo {

    max-height: 40px;
    margin: 10px;
}

nav div img {
    margin-left: 0px;
    margin-right: 0px;
}

.divlogo {
    width: 385px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}



.logo {

}



.Functions {
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    left: 100%;
    transform: translate(-100%,0);
}

nav div li {
    margin-right: 10px;
    margin-top: 16px;
    list-style: none;
    text-decoration: none;
    justify-content: center;
}
nav div li a, nav div li span {
    color: white;
    font-size: 20px;
    list-style: none;
    font-family: "comic sans ms";
    text-decoration: none;
}

nav div li span {
    color: rgba(172,253,220,1);
}

nav div button {


}

.nav {
    width: 100vw;
    min-width: 1000px;
    background-color: rgba(60,60,60,1);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.navbar {
  overflow: hidden;
  background-color: rgba(60,60,60,1);
  height: 40px;
  margin: auto;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.subnav::before {
    width: calc(+2px);
    border-left: solid 1 black;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 8px 16px;
  background-color: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn, .ucet a:hover, .ucet button:hover {
  background-color: rgba(172,253,220,1);
  color: rgba(15,15,15,1)
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: rgba(172,253,220,1);
  width: 100%;
  z-index: 1;

}

/* Style the subnav links */
.subnav-content a {
  float: center;
  color: black;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

.nevim {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ucet a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  width: 180px;
}

.oknoucet {
    background-color: rgba(60,60,60,1);
    position: fixed;
    transition: translate(-100%,0%);
    right: 0%;
    top: 150px;
    display: flex;
    flex-direction: column;
    width: 180px;
}

.ucet button {
    border: none;
    background-color: rgba(60,60,60,1);
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    width: 180px;
}






::-webkit-scrollbar {

    width: 0px;


}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(purple, blue, lightblue,green, yellow, orange, red);
    -webkit-box-shadow: 0 0 1px black;}


main {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

main .DiscordBunka {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-image: url("Discord.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

main .DiscordBunka span {
    margin:auto;
    font-size: 45px;

}

main .DiscordBunka button {
    margin: 40px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 40px;

}

.imgnonecraft {
    max-width:1200px;
}

.main {
    margin: auto;
    padding-bottom: 60px;    /* Footer height */
}


footer {
    color: white;
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;            /* Footer height */
}

footer p {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0px;
    margin-right: 10px;
    margin-left: 10px;
}

.profile {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}

  .note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .note h1,
    .note h2,
    .note h3,
    .note h4,
    .note h5,
    .note h6 {
      margin-top: 0; }
      .note h1 .close,
      .note h2 .close,
      .note h3 .close,
      .note h4 .close,
      .note h5 .close,
      .note h6 .close {
        margin-right: -10px; }
    .note p {
      margin: 0;
      font-size: 13px; }
      .note p:last-child {
        margin-bottom: 0; }
    .note code,
    .note .highlight {
      background-color: #fff; }
    .note.note-default {
      background-color: white;
      border-color: #b0c1d2;
      color: black; }
      .note.note-default.note-bordered {
        background-color: #eef1f5;
        border-color: #c0cedb; }
      .note.note-default.note-shadow {
        background-color: #f1f4f7;
        border-color: #d1dbe4;
        box-shadow: 5px 5px rgba(212, 221, 230, 0.2); }
    .note.note-success {
      background-color: #c0edf1;
      border-color: #58d0da;
      color: black; }
      .note.note-success.note-bordered {
        background-color: #a7e6ec;
        border-color: #6dd6df; }
      .note.note-success.note-shadow {
        background-color: #abe7ed;
        border-color: #81dbe3;
        box-shadow: 5px 5px rgba(134, 221, 228, 0.2); }
    .note.note-info {
      background-color: #f5f8fd;
      border-color: #8bb4e7;
      color: #010407; }
      .note.note-info.note-bordered {
        background-color: #dbe8f8;
        border-color: #a0c2ec; }
      .note.note-info.note-shadow {
        background-color: #e0ebf9;
        border-color: #b5cff0;
        box-shadow: 5px 5px rgba(185, 210, 241, 0.2); }
    .note.note-warning {
      background-color: #faeaa9;
      border-color: #f3cc31;
      color: black; }
      .note.note-warning.note-bordered {
        background-color: #f8e38c;
        border-color: #f4d249; }
      .note.note-warning.note-shadow {
        background-color: #f9e491;
        border-color: #f6d861;
        box-shadow: 5px 5px rgba(246, 217, 102, 0.2); }
    .note.note-danger {
      background-color: #fef7f8;
      border-color: #f0868e;
      color: #210406; }
      .note.note-danger.note-bordered {
        background-color: #fbdcde;
        border-color: #f39da3; }
      .note.note-danger.note-shadow {
        background-color: #fbe1e3;
        border-color: #f6b3b8;
        box-shadow: 5px 5px rgba(246, 184, 189, 0.2); }
