/*
Theme Name:  Portfolio
description: A Vue WordPress Theme
Author:       Olga
Version:      1.0.0
*/

@font-face {
	font-family: 'savoye';
	src: url('savoye.ttf');
}

* {
	border: 0;
	outline: 0;	
	margin: 0;	
	padding: 0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box; 
	box-sizing:        border-box;
}

html {
	height: 100%;
}

ul { list-style: none;}
ol { list-style: none;}
li { list-style: none;}

img {	
    max-width: 100%;
	height: auto;
}

header, section, nav, figure, footer, aside, hgroup, article { display: block; }

p { margin-bottom: 10px; }
p:last-child { margin: 0; }

.sticky-bar{
	background: url('images/main-bg.png');
}