﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

h1 {
    margin: 30px 0px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    color: rgb(51, 51, 51);
    word-spacing: 0px;
    font-weight: 600;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: rgb(34, 34, 34);
    text-shadow: rgb(255, 255, 255) 0px 0px 40px, rgb(255, 255, 255) 0px 0px 30px, rgb(255, 255, 255) 0px 0px 20px;
}

.container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url('');
    background-size: cover;
}



.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: table;
}

.content {
    display: table-cell;
    vertical-align: middle;
}

.item {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
}

@media only screen and (min-width: 800px) {
    h1 {
        font-size: 6em;
    }

    p {
        font-size: 1.6em;
    }

  
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1.2em;
    }

    img.img-rs {
        width: 100%;
    }
}
