*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.container{
    overflow-y: auto;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/BG.jpg);
	background-position: center;
	background-size: cover;
	padding-left: 8%;
	padding-right:8%;
	box-sizing: border-box;
}
h1{
	font-family: poppins;
	color: transparent;
	font-size: 60px;
	-webkit-text-stroke: 1px #fff;
	background: url(flowershop/florist.jpg);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
}
@keyframes back{
	100%{
	background-position: 2000px 0;
	}
}
h2{
	color: transparent;
	font-size: 30px;
	-webkit-text-stroke: 1px #fff;
	background: url(flowershop/florist.jpg);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
}
h3{
	color: #fff;
	font-size: 25px;
}
*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
}.nav{
		
        margin-top: 20px;
        height: auto;
        padding-top: 10px;
        padding-left: 20px;
        position: absolute;
        top: 20%;
        left: 0;
    }.nav a{
		
        border: 4px solid #ffffff;
        border-radius: 15px;
        color: black;
        text-decoration: none;
        font-size: 20px;
        font-family: poppins;
        float: left;
        display: inline-block;
        background-color: #fff;
        text-align: center;
}.abouthome{
    padding-right: 50px;
    padding-left: 50px;
    font-size: 15px;
    color: white;
    text-shadow: 2px 2px #000000;

}.nav{
    margin-right: 160px;
    float: right;
    width: 50%;
    height: 50px;
}.content{
    margin-right: 40px;
    position: absolute;
    min-height: 40px;
    height: auto;
    /*background-color: red;*/
    right: 0;
    top: 10%;
}.home{
    text-shadow: 5px 5px #000000;
    text-align-last: center;
    padding-bottom: 130px;
    text-transform:uppercase;
    padding-left: 50px;
    font-size: 25px;
    position: absolute;
    right: 0;
    color: white;
    font-family: verdana;
}