@charset "UTF-8";
/* CSS Document */

.urbanist-regular {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Urbanist Regular */
@font-face {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
	font-optical-sizing: auto;
    font-weight: 400;
}

/* Urbanist Bold */
@font-face {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
	font-optical-sizing: auto;
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0px;
    background-image: url("images/dvw-sorry-server-background_GettyImages-1142076378_1315x722.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    color: #0077BE; 
    font-family: 'Urbanist', Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

p {
    color: #000000;
    font-family: 'Urbanist', Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0 0;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.top-bar {
    background-color: #0077BE;
    display: block;
    height: 46px;
    position: relative;
}

.header {
    margin: 0 auto;
    padding: 50px 0 20px;
    width: 100%;
    max-width: 960px;
    text-align: center;
}

.logo {
    border: none;
    width: 360px;
    height: auto;
}

.modal {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    display: block;
    margin: 0 auto;
    padding: 40px ;
    position: relative;
    text-align: center;
    width: 360px;			
}

.modal p {
	color: #626262;
	font-size: 16px;
	line-height: 24px;
}
