html, body, div, span, h1, h2, h3, h4, h5, h6, p, b, u, i, ol, nav ul, nav li, footer, header, menu, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

footer, header, menu, nav {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    background: url(../images/background.jpg) no-repeat 0px 0px #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-width: 1024px;
}

.page-title {
    font-family: 'Dancing Script', cursive;
    font-size: 1.4em;
    text-shadow: 1px 0 #909090, 0 1px #909090, 1px 0 #909090, 0 1px #909090;
}

.logo {
    float: left;
    margin-top: 0.9em;
    margin-left: 100px;
}

.ffg-logo {
    font-family: 'Courgette', cursive;
    color: white;
    font-weight: normal;
    font-size: 46px;
    display: block;
    margin-top: -4px;
}

.header {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-top: 4.5%;
    padding-bottom: 1px;
}

.top-nav {
    float: right;
    font-family: 'Dancing Script', cursive;
    margin-right: 50px;
}

    .top-nav ul li {
        display: inline-block;
    }

.active a span {
    height: 6px;
    width: 84px;
    background: black;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.top-nav ul li a {
    color: #FFFFFF;
    font-size: 1em;
    padding: 1.6em 1.3em 2em;
    display: block;
    font-family: 'Lato', sans-serif;
    position: relative;
    outline: 0;
}

.cu::before {
    color: #e1e1e1;
    font-style: italic;
    content: attr(four) attr(three) "\0040" attr(two) attr(one);
}

.cu {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.footer {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
}

    .footer p {
        color: black;
        text-align: center;
        padding: .1em 0;
        font-size: 1.5em;
        font-weight: bold;
        font-family: 'Dancing Script', cursive;
    }
