@font-face {
        font-family: 'Raleway-thin';
        src: local("Raleway-Thin"), url(/fonts/raleway/Raleway-Thin.ttf);
}

@font-face {
        font-family: 'Raleway-Light';
        src: local("Raleway-Thin"), url(/fonts/raleway/Raleway-Light.ttf);
}

@font-face {
        font-family: 'Raleway';
        src: local("Raleway-Medium"), url(/fonts/raleway/Raleway-Medium.ttf);
}

#intro_content {
    width: 960px;
    margin: auto;
    height: 100%;
    color: #FFF;
    font-family: Raleway-light;
}
#intro_section_img img {
    height: 100%;
    max-height: 297px;
    max-width: 884px;
}

.intro_section p {
    font-size: 400%;
    height: 100%;
}

.intro_section p1 {
    font-size: 100%;
    height: 100%;
}

body {
    text-align: center;
    background: url('https://nowa.avenatech.pl/img/ice_cream.jpg') repeat-y scroll center center / cover transparent;
    height: 100%;
}
