@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,900");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #0b539f;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body{
	margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    color: #495057;
    background-color: #f2f4f5;
}

#wrap {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table;
    position: relative;
    table-layout: fixed;
}

.window-screen{
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	background: url(../img/background-img.jpg) no-repeat center;
	background-size: cover;
}

.container{
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}

.inner-wrap{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	height: calc(100vh - 100px);
	flex-direction: column;
	line-height: 1;
}

.inner-wrap h1{
	display: block;
	font-size: 46px;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
    color: #475199;
    margin-bottom: 20px;
    padding-top: 5px;
}

.inner-wrap .lead{
	display: block;
	max-width: 500px;
	width: 100%;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	margin-bottom: 35px;
}

.inner-wrap p{
	margin-bottom: 12px;

}

.inner-wrap p b{
	color: #475199;
}

.inner-wrap .btn{
	display: inline-block;
	height: 46px;
	padding: 0 40px;
	border: 2px solid transparent;
	line-height: 46px;
	background: #525252;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 25px;
}
.inner-wrap .btn.outline{
	background-color: transparent;
	border: 2px solid #525252;
	color: #525252;
}

.inner-wrap .btn:hover{
	background-color: #0b539f;
	color: #fff;
	border-color: #0b539f;
}

.social-media{
	display: block;
	height: 100px;
	line-height: 100px;
	border-top: 1px solid rgba(0,0,0,0.15);
	text-align: center;
}

.social-media a{
	display: inline-block;
	font-size: 30px;
	color: rgba(33,33,33, 0.74);
	text-decoration: none;
}
.social-media a+a{
	margin-left: 10px;
}
.social-media a:hover,
.social-media a:focus{
	color:#0b539f;
}
