a {
    color: #363636;
    text-decoration: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 0.4px;
    line-height: 1.5;
    color: #363636;
}

html {
    background: url("background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact {
    margin-top: 52px;
}

.welcome_blurb {
    font-size: 38px;
}

.positioner_welcome_blurb {
    margin-top: 10%;
    margin-left: 10%;
    max-width: 77%;
}

.reverseit {
    direction: rtl;
    unicode-bidi: bidi-override;
}


/*
@media (min-width: 460px) {

}
*/