@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
/* #########################
######### GENERAL #########
###########################*/

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%
}

body {
    background-image: url(../img/bg.gif);
    background-repeat: repeat-x;
    background-color: white;
    margin: 0px;
    padding: 0px;
    color: #555555;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    height: 100%;
    font-family: 'Droid Sans', sans-serif;
}

img {
    max-width: 100%;
}

#entry{
    max-width: 900px;
    margin:auto;
}
#embed{
    text-align: left;
    margin-left:10px;
    margon-bottom:-5px;
}

/* TITLES */

h1,
h2,
h3 {
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: bold;
    padding: 0px;
}

h1,
h2 {
    margin: 0px;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    padding-bottom: 50px;
}

h3 {
    font-size: 20px;
    color: #555555;
    padding-bottom: 15px
}

/* GENERAL CLASSES */

a:visited, a:active, a:hover {
    color: #33333;
}

a {
    color:#555555;
}

@media only screen and (max-width: 700px) {
    
    
}