	/*
Theme Name: Riccardo Bigi 7.0 - static
Author: Riccardo Bigi
Author URI: https://riccardobigi.com/
Version: 7.0
License: Copyright of Riccardo Bigi except opensource parts
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #EFEFEF;
	font-family: 'Roboto', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0px solid #c1c1c1;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}











/* STYLING BY RIKI */
body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	color: #1C1C1C;
}

.entypo {
	font-family: "entypo";
}

.clear {
	width: 100%;
	clear: both;
}

.full_width {
	width: 100%;
}

.fluid_width_1600 {
	width: 1600px;
	max-width: 90%;
	margin: 0 auto;
}

.fluid_width_1200 {
	width: 1200px;
	max-width: 80%;
	margin: 0 auto;
}

.fluid_width_800 {
	width: 800px;
	max-width: 70%;
	margin: 0 auto;
}

.fluid_width_600 {
	width: 600px;
	max-width: 60%;
	margin: 0 auto;
}

.fluid_width_490 {
	width: 490px;
	max-width: 50%;
	margin: 0 auto;
}

#background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

#background img{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:1;
	/*width: 100%;*/
}

#background img.active {
	z-index:3;
}





.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow:after { 
    content: '';
    /* background: transparent url(../images/pattern.png) repeat top left;  */
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 48s linear infinite 0s; 
}

.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 48s linear infinite 0s; 
}

.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/rik1.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/rik2.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/rik3.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/rik4.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/rik5.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/rik6.jpg);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../images/rik7.jpg);
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(../images/rik8.jpg);
    animation-delay: 42s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(../images/rik9.jpg);
    animation-delay: 48s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) div { 
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(7) div { 
    animation-delay: 42s; 
}
.cb-slideshow li:nth-child(7) div { 
    animation-delay: 48s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    3% { opacity: 1; animation-timing-function: ease-out; }
    30% { opacity: 1 }
    33% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}










/* === STATIC 7.0 === */
#main_container {
	background: -webkit-linear-gradient(#ffd900 0%, #ffffff 100%);
	position: relative;
	z-index: 5;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 10;
}

#bio {
	position: fixed;
	bottom: 1%;
	z-index: 30;
}

#gradient {
	position: fixed;
	z-index: 29;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7049194677871149) 35%, rgba(0,0,0,0) 100%);
}

h1 {
	font-weight: 900;
	font-size: 700%;
	text-align: center;
	color: #FFF;
	#-webkit-text-stroke: 2px #FFF; /* width and color */
	#-webkit-text-fill-color: rgba(255, 255, 255, 0.2);
	font-size: 4.7vw;
	#text-shadow: 0px -1px 1px rgba(150, 150, 150, 1);
}

h2 {
	font-weight: 100;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	font-size: 1.2vw;
}

/*#background {
	background: url(../images/about_photo.png) 50% 100% no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/

#social {
	margin: 2rem 0;
	text-align: center;
}

#social a {
	color: #fff;
	font-size: 3rem;
	margin: 0 3rem;
	transition: transform .7s ease-in-out;
}

#social a:hover {
	color: #ccc;
	font-size: 3rem;
	margin: 0 3rem;
	transform: rotate(360deg);
}

#social i {
	transition: transform .7s ease-in-out;
}

#social i:hover {
	transform: rotate(360deg);
}



@media only screen 
and (max-width : 1200px) {
	.skills_bar li:nth-of-type(4) {
		display: none;
	}
	
	.portfolio_single_post_text h2 {
		font-size: 170%;
	}
	
	.portfolio_single_post_separator {
		width: 50px;
		height: 2px;
		margin: 15px auto 11px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	
	h1 {
		font-size: 600%;
		font-size: 9.5vw;
	}
}



@media only screen 
and (max-width : 1100px) {
	#logo_inner h1 {
		font-size: 250%;
		margin: 60px auto;
	}
	
	#logo_inner h2 {
		font-size: 110%;
	}


	.portfolio_single_post_text h2 {
		font-size: 150%;
	}
	
	h1 {
		font-size: 500%;
		font-size: 9.5vw;
	}

	h2 {
		font-size: 100%;
		font-size: 2vw;
	}
}



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

}



@media only screen 
and (max-width : 950px) {
	#about_text {
		width: 100%;
		float: none;
	}
}



@media only screen 
and (max-width : 850px) {
	#portfolio_inner.fluid_width_1600 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
		max-width: 100%;
	}
	
	.single_project {
		width: 50%;
	}
}



@media only screen 
and (max-width : 760px) {
	h1 {
		font-size: 360%;
		font-size: 12.3vw;
	}

	h2 {
		font-size: 80%;
		font-size: 3.4vw;
	}
}



@media only screen 
and (max-width : 550px) {
	h1 {
		font-size: 280%;
		font-size: 12.3vw;
	}

	h2 {
		font-size: 80%;
		font-size: 3.4vw;
	}
}



@media only screen 
and (max-width : 500px) {
	h1 {
		font-size: 12.3vw;
	}

	h2 {
		font-size: 3.4vw;
	}
}



@media (orientation: portrait) {
	.cb-slideshow li:nth-child(1) span { 
	    background-position: 50% 50%;
	}
	.cb-slideshow li:nth-child(2) span { 
	    background-position: 45% 50%;
	}
	.cb-slideshow li:nth-child(3) span { 
	    background-position: 30% 50%;
	}
	.cb-slideshow li:nth-child(4) span { 
	    background-position: 30% 50%;
	}
	.cb-slideshow li:nth-child(5) span { 
	    background-position: 40% 50%;
	}
	.cb-slideshow li:nth-child(6) span { 
	    background-position: 50% 50%;
	}
	.cb-slideshow li:nth-child(7) span { 
	    background-position: 40% 50%;
	}
	.cb-slideshow li:nth-child(8) span { 
	    background-position: 40% 50%;
	}
	.cb-slideshow li:nth-child(9) span { 
	    background-position: 22% 50%;
	}
}




