/* Space out content a bit */
body {
  font-size: 14px;
  line-height: 1.6;
  color: #424242;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;  
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("https://tamogatas.agondolkodasorome.hu/assets/img/bg.jpg") 0 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;  
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
/* Custom page header */
.header {
  padding-bottom: 10px;
  text-align: center;
}

/* Custom page footer */
.footer {
  background: #e8e8e8;
  padding: 15px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.content {
  padding-top: 25px;
  padding-bottom: 25px;  
  color: inherit;  
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF;  
}
.content p {
  font-size: 14px;  
}
.content .btn-pay {
  padding: 14px 24px;
  font-size: 21px;
  margin-top: 20px;
}
.text-medium {
  font-size: 12px;
}
.text-small {
  font-size: 11px;
}
.text-xsmall {
  font-size: 10px;
}

.logo {
  margin: 0px;
  height: 100px;
}

.barion-logo {
  padding: 0px 0 10px;
}

.img-center {margin:0 auto;}
.img-responsive {margin:0 auto;}

.alert {
  padding: 5px 15px;
  margin-bottom: 10px;
}
.description {
  font-size: 16px;
  padding-bottom: 10px;
} 

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  /* Space out the masthead */
  .header {
    margin-bottom: 5px;
  }  
  .content {    
    padding-top: 10px;
    padding-bottom: 20px;    
  }
  
  .content h1, .content .h1 {
    font-size: 38px;
  }
  
  .container .content, .container-fluid .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .transgate {  
    padding: 10px;
    font-size: 10px;
    text-align: center;  
  }  
  .description {
    font-size: 16px;
  }  
}

@media (max-width: 767px) {
  .content {    
     border: 0px;
     padding: 15px;
  }
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0 15px;
}

a:hover {
  color: #27aae1;
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {    
  text-decoration: none;
  color: #27aae1;  
}

#site-title {
  max-width: 960px;
  width: 100%;
  margin: 10px auto;
  text-transform: uppercase;
}
#site-title h1 {
  font-weight: 700;
  color: #fff;
  font-size: 2.4em;
  letter-spacing: -1px;
  line-height: 1em;
}


