@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,800|Montserrat:400,600');

/*--------------------- FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS ----------------------*/


/*----------------------------------------------------------------------------------------
										COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
    font-family: 'Nunito Sans', arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: #444;
    line-height: 1.2;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 60px;
    margin: 0;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h1 {
    font-size: 140px;
    font-weight: bold;
    color: #424242;
}

h2 {
    font-size: 50px;
}


ul,
ol {
    margin: 0 0 40px 0;
    list-style-position: inside;
    padding: 0;
}

ul li,
ol li {
    padding: 8px 0;
}

ul {
    padding: 0px;
    list-style: none;
}

#wrap{
    text-align: center;
    position: absolute;
    top:50%;
    margin-top: -170px;
    left: 0;
    right: 0;
}

.bg{
    position: absolute;
    z-index: -1;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.return-link{
    display: inline-block;
    padding: 10px 15px;
    background: #444;
    margin-top: 40px;
}
