* {box-sizing: border-box;}
html {
    scroll-behavior: smooth;
}

body { 
  margin: 0;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
  /* font-family: Arial, Helvetica, sans-serif;*/
   font-size: 1.1rem;
}



.spatiu {
     margin-bottom: 30px;
}

.btn { font-size: 1.1rem;}

.btn-primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
}
.btn-primary:hover {
    background-color: #0d47a1 !important;
    border-color: #0d47a1 !important;
}
.btn-secondary {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}
.btn-secondary:hover {
    background-color: #757575;
    border-color: #757575;
}

.button {
  outline: none;
}

.pixel2 { margin-right: 0px; }
.pixbot { margin-bottom: 5px; }

#butoane {margin-left:auto ; margin-right:auto;}

.butondr { padding-right :30px; }
.butonst { padding-left:30px; }


#navbar {
  overflow: hidden;
  background-color: white;
  padding: 10px 10px;
  transition: 0.95s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  margin-bottom: 10px;
  outline: none;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  outline: none;
}

#navbar #logo {
    font-size: 35px;
    background-image:url("../assets/Antet-Francisc-von-Dokonal.png");
    background-repeat:no-repeat;
    background-position: center;
    height: 275px;
    width: 400px;
    font-weight: bold;
    transition: 0.95s;
    text-align: center;
    text-decoration: none;
    outline: none;
}

#navbar a:hover {
  background-color: #eee;
  color: black;
}

#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

#navbar-right {
  float: right;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #546e7a;
  opacity:0.45;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #263238;
}

@media screen and (max-width: 575px) {
    
.alineat {
    margin-left: 10px;   
}
.alineatdublu {
    margin-left: 20px;   
}
    
  #navbar {
    padding: 10px 10px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }

  #navbar-right {
    float: none;
  }
    
 p {  font-size: 1.3rem; }
 h1 {  font-size:2.2rem !important; }
    
  #logo { margin-left:-15px;}
    
  .margbut { 
      padding-left:20px !important; 
      padding-right:20px !important; 
   }
    
   
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media screen and (min-width: 576px) and (max-width: 768px) {
.alineat {
    margin-left: 15px;   
}
.alineatdublu {
    margin-left: 30px;   
}    
.butonext { margin-right :10px; margin-left:10px;}
#navbar a {
    /* transform: translateX(20%);*/
    }
p {
    font-size: 1.3rem;
}
    #navbar #logo { 
        margin-left: 0px !important;
    }
    
    #navbar a {
   transform: translateX(10%);
    }
    h1 {  font-size:2.2rem !important; }
    .margbut { 
      padding-left:15px !important; 
      padding-right:15px !important; 
   }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 768px) and (max-width: 991px) {
.alineat {
    margin-left: 20px;   
}
.alineatdublu {
    margin-left: 40px;   
}
    .butonext { margin-right :10px; margin-left:10px;}
    p {
    font-size: 1.2rem;
    }
#navbar a {
   transform: translateX(33%);
    }
    h1 {  font-size:2.5rem !important; }
    .butmax {max-width: 30%;}
    .updf { padding-top:20px; padding-bottom: 20px;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 992px) and (max-width: 1199px) {
.alineat {
    margin-left: 30px;   
}
.alineatdublu {
    margin-left: 50px;   
}
    .butonext { margin-right :20px; margin-left:20px;}
    p {
    font-size: 1.2rem;
    }
#navbar a {
    transform: translateX(64%);
    }
    h1 {  font-size:2.5rem !important; }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 1200px) {
.alineat {
    margin-left: 30px;   
}
.alineatdublu {
    margin-left: 50px;   
}
    .butonext { margin-right :20px; margin-left:20px;}
    p {
    font-size: 1.25rem;
    }
#navbar a {
    transform: translateX(85%);
    }
    h1 {  font-size:2.5rem !important; }

}

