<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hosting account has been suspended | Eunet</title>


    <style>
                * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'DIN', sans-serif;
        }
		
		@font-face {
			font-family: DIN;
			src: url("../fonts/DINNextLTPro-UltraLight.otf");
		}
		@font-face {
		   font-family: "DIN-bold;
		   src: url("../fonts/DIN Alternate Bold.ttf");
		   font-weight: bold;
		}

        html {
            position: relative;
            min-height: 100%;
        }

        body {
            margin-bottom: 70px;
            background-image: url('../img/hosting-suspendovan.jpg');
            background-position: center;
            background-size: cover;
        }

        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: rgba(0, 0, 0, .8);
            padding: 15px 30px;
        }

        header img {
            height: 40px;
        }

        header p {
            color: #fff;
            text-transform: uppercase;
            font-weight: 400;
        }

        footer {
            position: absolute;
            display: flex;
            justify-content: space-between;
            bottom: 0;
            width: 100%;
            padding: 15px 30px;
            height: 70px;
            background-color: #fff;
        }

        .mr-10 {
            margin-right: 10px;
        }

        .mb-0 {
            margin-bottom: 0px;
        }
		
		#wrapper {
			height: 75vh;
		}
		
		.wrapper-box {
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 100%;
		}

        .item-center {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .box {
            margin: 30px;
            background-color: rgba(255, 255, 255, 0.8);
            padding: 40px;
            max-width: 600px;
            border-radius: 5px;
        }

        h3 {
            font-weight: 700;
            /* text-transform: uppercase; */
            color: #1a202c;
            font-size: 1.7rem;
            letter-spacing: 2px;
            line-height: 1;
			font-family: 'DIN-bold', sans-serif;
        }

        .mt-20 {
            margin-top: 20px;
        }

        p {
            font-weight: 300;
            color: #333333;
        }

        .box p {
            font-size: 1rem;
            line-height: 1.3;
            font-weight: 400;
			font-family: 'DIN', sans-serif;
        }

        .fw-600 {
            font-weight: 600;
        }

        footer p {
            font-size: .9rem;
        }
		
		.border {
			border-top: 1px solid #737373;
		}
		
		.pt-20 {
			padding-top: 20px;
		}
		
		.mb-5 {
			margin-bottom: 5px;
		}

        @media (max-width: 540px) {
            footer {
                flex-direction: column;
                justify-content: center;
                height: 159.6px;
                padding: 15px 20px;
            }

            .box {
                margin: 20px;
                padding: 20px;
            }

            body {
                margin-bottom: 159.6px;
            }

            header {
                padding: 15px 20px;
            }
        }

        @media (max-width: 468px) {
            h3 {
                font-size: 1.3rem;
            }

            footer p {
                font-size: .8rem;
            }

            .box p {
                font-size: .9rem;
            }

            header p {
                font-size: .9rem;
                margin-left: 10px;
            }
        }
    </style>
</head>
<body>
    <div id="wrapper">
        <header>
            <a href="https://www.eunethosting.com/" target="_blank"><img src="https://sp.myhosting.rs/g/eunet-w.png" alt="Eunet"></a>
            <p>HOSTING ACCOUNT HAS BEEN SUSPENDED</p>
        </header>

		<div class="wrapper-box">
			<div class="box">
				<p class="mt-10 mb-5">Hosting nalog je privremeno suspendovan. Razlozi za suspenziju hosting naloga mogu biti tehničke ili finansijske prirode.</p>
				<p class="mt-5">U slučaju da ste vlasnik ovog hosting naloga, za reaktivaciju istog ili više informacija, kontaktirajte nas.</p>
				
				<p class="mt-20 mb-5 border pt-20">This hosting account has been temporarily suspended. Suspension of a hosting account can be for technical or financial reasons.</p>
				<p class="mt-5">In case you are the owner of this hosting account, contact us to reactivate the same or for more information.</p>
			</div>
		</div>

        <footer>
            <div class="item-center">
                <a href="https://www.eunethosting.com/" target="_blank"><img src="https://sp.myhosting.rs/g/mainstream.gif" alt="Eunet" class="mr-10" height="56"></a>
                <p>&copy;<script type="text/javascript">document.write(new Date().getFullYear());</script>.</p>
            </div>
            
            <div class="item-center">
                <!-- empty center -->
            </div>

            <div class="item-center"> 
                <img src="https://sp.myhosting.rs/common/icons/phone.png" alt="Phone" class="mr-10" height="40">
                <p>
                    <table>
                        <tr>
                            <td style="padding-right:15px;">Call center </td>
                            <td><b>0700 600 500</b><br><b>011 30 10 500</b></td>
                        </tr>
                    </table>
                </p>
            </div>
        </footer>
    </div>
</body>
</html>

