/**************************************************************
					disable browser styling
**************************************************************/
input{
	outline: none;
	/* move this to GlobalzIndex.css */
	/*	z-index: 90000;*/
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input.middle:focus {
    outline-width: 0;
}
[contenteditable="true"]:focus {
    outline: none;
}
*:focus {
    outline: none;
}
html,body{
	width:100%;
    height:100%;
    overflow-x:hidden 
}

/*
 * headings
 */
h1{font-size: 5em;}
h2{font-size: 3em;}
h3{font-size: 2em;}

h1,h2,h3{
	padding:2.5% 0;
}

p{
	line-height: 1.4em;
}
body{
    display: flex;
    justify-content: center;
    background-color: #9AB0A6;
    margin: 0;
    padding: 0;
}
.underconstruction-content {
    width: 100%;
    max-width: 992px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.underconstruction-content .logo {
    margin-bottom: 24px;
    max-width: 100%;
}
.underconstruction-content .logo svg{
    max-width: 100%;
}
.underconstruction-content p{
    color: #fff;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    margin: 0;
    text-align: center;
}