<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>SBB Hosting - Domain Name Parking</title>

  <link href="https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap" rel="stylesheet">
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Barlow', sans-serif;
    }

    .main {
      background-image: url('https://share.eunethosting.com/dnscp/background4.jpg');
      background-position: center;
      background-size: cover;
      height: 100vh;
      width: 100%;
      min-height: 700px;
      z-index: -1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .box {
      border-radius: 10px;
      background-color: rgba(255,255,255,0.8);
      max-width: 100%;
      width: 880px;
      height: 60%;
      padding: 50px;
      min-height: 500px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      z-index: 10;
      color: #333333;
    }

    h1 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 2px;
      margin-bottom: 40px;
      text-align: center;
    }

    p {
      font-size: 1rem;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 10px;
    }

    p:last-child {
      margin-bottom: 0;
    }

    a {
      text-decoration: none;
      color: #1e6eaa;
    }

    a:hover {
      text-decoration: underline;
    }

    .content {

    }

    .footer {
      font-size: 0.7rem;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      color: #4d4d4d;
      font-weight: 300;
      width: 100%;
    }

    .item-center {
      display: inline-flex;
      align-items: center;
    }

    .mr-5 {
      margin-right: 5px;
    }

    .ml-5 {
      margin-left: 5px;
    }

    .phone-numbers {
      display: flex;
      flex-direction: column;
    }

    .fw-500 {
      font-weight: 500;
    }

    .mb-20 {
      margin-bottom: 20px;
    }

    .divider{
      margin: 50px 10% 30px 10%;
      border: 0;
      height: 1px;
      background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
      background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
      background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
      background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    }

    @media (max-width: 620px) {
      .footer {
        flex-direction: column;
      }

      .item-center {
        margin-bottom: 10px;
      }

      .item-center:last-child {
        margin-bottom: 0;
      }

      .box {
        height: 90%;
      }
    }

    @media (max-width: 555px) {
      h1 {
        font-size: 1.4rem;
      }
    }

    @media (max-width: 500px) {
      .box {
        height: 100%;
      }
    }

    @media (max-width: 400px) {
      h1 {
        font-size: 1rem;
      }

      .box {
        padding: 35px;
      }
    }

    @media (max-width: 340px) {
      h1 {
        font-size: .9rem;
      }
    }

    @media (max-width: 300px) {
      h1 {
        font-size: .8rem;
      }

      .box {
        padding: 15px;
      }
    }
  </style>
</head>
<body>
  <div class="main">
    <div class="box">
      <div class="content">
          <h1 class="mb-20 fw-500">Domain Name Parking</h1>
          <h1>manastirstudenica.org.rs</h1>

          <p>Domen je parkiran na serverima SBB-a.</p>
          <p>Vlasnik domena odlučuje o načinu upotrebe domena i postavljanju sadržaja.</p>
          <hr class="divider">
          <p>Ako želite da postavite veb sajt, ili vam treba mail resenje, predlažemo da pogledate ponudu na <a href="https://myhosting.sbb.rs/" target="_blank">myhosting.sbb.rs</a>.</p>
          <p>Postanite jedan od mnogobrojnih korisnika Cloud&Hosting usluga, koje pruzaju pouzdanost, sigurnost, visoke performanse i stručnu tehničku podršku.</p>

       </div>

      <div class="footer">
        <span class="item-center">
          <img id="main-logo" class="dark-main-logo mr-5" src="https://share.eunethosting.com/dnscp/sbb.png" alt="Sbb" height="30">&copy;2023, SBB
        </span>

        <span class="item-center">
          <!-- empty center -->
        </span>

        <span class="item-center">
          <img src="https://share.eunethosting.com/dnscp/phone.png" alt="phone" class="mr-5" height="30">
          Call centar <strong class="ml-5 phone-numbers">
            <span>0700 600 500</span>
            <span>011 30 10 500</span>
          </strong>
        </span>
      </div>
    </div>
  </div>
</body>
</html>
