@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url(font-awesome.min.css);

html, body {
    margin: 0;
    padding:0;
    height: 100%;
    width: 100%;   
}
.intro{
    height:100%;
    width:100%;
    margin:auto;
    background: url(https://wallpaperstock.net/wallpapers/thumbs1/48733wide.jpg) no-repeat 0% 100%;
    display:table;
    top: 0;
    background-size:cover;
}
.intro .inner {
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    max-width: none;
}

.content{
    max-width:500px;
    margin: 0 auto; 
    text-align: center;
}

.content h1{
    font-family: 'Raleway', sans-serif;
    color: #F9F3F4;
    text-shadow: 0px 0px 300px #000;
    font-size: 500%
}

.btn {
    border-radius: 9px;
    font-family: 'Oswald', sans-serif;
    color: #F9F3F4;
    font-size: 135%;
    padding: 10px 20px;
    border:solid #FF5733 3px; 
    text-transform: uppercase;
    text-decoration: none; 
}

.btn:hover{
    color:#fff;
    border: solid;
}

P {
    font-size: 160%;
    line-height: 210%;
    text-align: justitfy;
    margin: 3%;
    font-family: sans-serif;
    
}