/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            font-family: 'Arial', sans-serif;
            background: url('https://hosterion.ro/img-content/slide-gazduire-wordpress.png') center/cover no-repeat;
            position: relative;
        }


html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(https://hosterion.ro/img-content/slide-gazduire-wordpress.png) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Responsive Styling */
@media (max-width: 767px) {
    .intro {
        padding: 50px 0; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 576px) {
    .intro {
        padding: 30px 0; /* Further adjust padding for extra small screens */
    }
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.a{
   color: #fff:
}

a {
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 70%;
}

#_ipv6test_corner {
	display: none;
}

#_ipv6test_v4 {
	display: none;
}

#_ipv6test_addr_v6 {
	font-size: 20px;
}

._ipv6test_proto.ipv6 {
	font-size: 30px;
}
img {
	display: none;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0; /* Set the z-index for the overlay */
}

.download-button {
  z-index: 2; /* Set the z-index for the button */
  /* Add any other styles you need for the button */
}

button {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2980b9;
}

h1, p {
    text-align: center;
    color: #fff;
    z-index: 1;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.address {
            font-weight: bold;
            color: #FF9800;
        }
