@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'RL';
	src: url('Rubik_Lines/RubikLines-Regular.ttf');
}

body{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 1.05em;
    margin-left: 0;
}

.container {
    width: 700px;
    margin: 0 auto;
    padding-top:18%;
}

.wrapper { 
    display: flex; 
}

header {
    font-size: 2em;
    padding: 15px;
    text-align:center;
}

#black {
    color: black;
}

main {
    flex: 1;
    padding:0 20px;
    line-height: 1.5em;
}

aside {
    width:30%;
    min-width: 150px;
    max-width: 300px;
}

aside .widget {
    padding:15px;
    margin:7px 0;
    text-align:center;
    background-color:whitesmoke;
}

.style-header{
	width: 100%;
	letter-spacing: -1px;
	text-align: center;
	background: black;
    top: 0;
    position: fixed;
}

.style-header h3{
    color: red;
	font-size: 300%;
	font-family: 'RL';
}

.style-header h1 {
	color: red;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 0;
}

.style-demo a{
	color: white;
	text-decoration: none;
}
.style-demo{
	width: 100%;
	padding-bottom: 12px;
    position: relative;
}
.style-demo a{
	display: inline-flex;
	margin: 0.5em;
	padding: 6px 10px;
	border: 3px solid white;
	font-weight: 700;
}
.style-demo a:hover{
	opacity: 0.6;
}
.style-demo a.current{
	background:red;
	color: black; 
}

footer {
    font-size: 2em;
    margin-top: 20px;
    background-color: black;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: red;
    margin-bottom: 0;
}

@media (max-width: 480px) { 
    .container{
        width: 100%;
        padding-top: 70%;
        font-size: 50%;
    }
    .style-header h3{
        font-size: 200%;
    }
    
    .style-header h1 {
        font-size: 10px;
        line-height: 0.6;
    }
    .style-demo a{
		padding: 2px 2px;
		font-weight: 250;
		border: 1px solid white;
	}
	.style-header{
		letter-spacing: -1px;
		text-align: center;
        margin: 1px 1px;
	}
  }

