
html {
    font-size: 62.5%;
}

body {
	background: #5b5958 url(/images/dafni.png) no-repeat fixed;
	/*background-size: 250px 250px;*/
    background-size: cover;
    background-position: center center;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 800;
	color: #000;
	font-size: 1.4rem;
	padding: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}


h1 {
    font-size: 7rem;
    /*margin: 7rem 0;*/
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 800;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 0.8rem;
}

a {
	color: rgba(255, 255, 255, 1);
    display: inline-block;
}
a:hover {
	color: rgba(255, 255, 255, .8);
}

#headline img {
	width: auto;
    max-width: none;
    height: 75px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
    #headline img {
        width: auto;
        height: 25px;
    }
}

.container {
    padding: 48px;
}
p {
    font-size: 50px;
    line-height: 50px;
}

nav > ul {
    list-style: outside none none;
    margin: 3rem 0 6rem;
    padding: 0;
    text-align: center;
}
nav > ul > li {
    display: inline-block;
    font-size: 2rem;
    margin: 1rem;
}

.social-icon-link {
    height: 60px;
    width: 60px;
    padding: 1px;
    background: #888;
    border-radius: 12px;
    margin: 12px 8px;
    display: table-cell;
    vertical-align: middle;
}
.social-icon {
    width: 40px;
    height: auto;
    fill: #000; 
}

.big-link {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    margin: 1rem;
    padding: 1rem;
}
.big-link > img {
    display: block;
}

.youtube {
    max-width: 640px;
    margin: 20px auto;
    display: block;
}

.twitter-timeline {
    width: 100% !important;
}
