@media only screen and (min-width: 768px) {
	.main-container {
    padding: 2px;
}
}

body{
	background:url("bg.jpg") #000;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	animation:image 150s ease infinite alternate;
	-webkit-animation:image 150s infinite alternate;
	-moz-animation:image 150s infinite alternate;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	
}
@keyframes image{
	0%{
		background:url("bg.jpg") #000;
		background-repeat: no-repeat !important;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
		
	}
 
	25%{
		background:url("bg-2.jpg") #000;
		background-repeat: no-repeat !important;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
	}
 
	50%{
		background:url("bg-3.jpg") #000;
		background-repeat: no-repeat !important;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
	}
 
	75%{
		background:url("bg-4.jpg") #000;
		opacity: 1;
		background-repeat: no-repeat !important;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
	}
 
	100%{
		background:url("bg.jpg") #000;
		opacity: 1;
		background-repeat: no-repeat !important;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
	}
}


.main-container {
    padding: 7%;
}

h1{
	font-family:'Dosis', sans-serif;
	
	font-size:55px;
}
.title{
	font-family: 'Dosis', sans-serif;
	font-size:45px;
}
p{
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	line-height:25px;
}
footer {
    padding-left: 7%;
	margin-bottom: 0;
    text-align: left;
	padding-bottom:50px;
}
a{
	color:#fff;
	text-decoration:none;
	font-family: 'Dosis', sans-serif;
}
a:visited {
	color:#fff;
	text-decoration:none;
	font-family: 'Dosis', sans-serif;
}

a:hover{
	color:#fdcc01;
	text-decoration:none;
}
.fazlanet {
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 1em;
}
.fazlanet img {
    width: 160px;
}
img {
    vertical-align: middle;
    border-style: none;
}