/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
body {
    width: 100%;    
	padding-right:0px;
    padding-left: 0px
    }

body {
    background: #ffffff;
    color: #7F8289;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 28px;
}

html .text-color-primary, html .text-primary {
    color: #1c8310 !important;
}

h3 {
    font-size: 20px;
}

/*light-scale-1*/
.page {
    background: #ffffff;
	margin-left: 0px;
    margin-right: 0px;
    padding: 100px 0;
    position: relative;
    z-index: 99;
}

/*dark-scale-1*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    color: #212529;
    font-weight: 300;
    font-family: 'Lato', 'Titillium Web', sans-serif;
    line-height: 1.5em;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #212529;
    text-align: center;
    z-index: 99;
}

.page2 {
    background: #c5c8b8;
    padding: 40px 0;
    position: relative;
    z-index: 99;
}

.capsalera {
    background: #f3f3f1;
	width: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 99;
}

.capsalera1 {
	position: relative;
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
    z-index: 99;
}

.capsaleraPrimari {
	position: relative;
    width: 100%;
    padding: 10px 0;
    background: #1c8310;
    text-align: center;
    z-index: 20;
}

h1, h2, h3, h4, h5, h6 .capsaleraPrimari {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Lato', 'Titillium Web', sans-serif;
    line-height: 1.5em;
}

#social ul li a {
    display: block;
    width: 70px;
    height: 70px;
    background: #9b9e90;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*Media Screen*/
@media (min-width: 300px) and (max-width: 767px) {
	     img[id="screenshot"] {
	          width: 300px !important;
	     }
		
	}

@media(min-width: 300px) and (max-width: 767px) {
    body {
		width: 100%;
        padding-right:0px;
        padding-left: 0px
    }
	}

@media (min-width: 300px) and (max-width: 767px) {
	footer {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		}
	}

@media (min-width: 300px) and (max-width: 767px) {
		h3, {
			font-size: 18px;
			margin: 0 0 0px 0;
			color: #212529;
			font-weight: 300;
			font-family: 'Lato', 'Titillium Web', sans-serif;
			line-height: 1.5em;
			}
		}

