h1{
	text-align: center;
	color: #009639;
	font-size: 47px;
}

body{
	font-family: arial;
	border: 10px solid transparent;
    padding: 15px;
    border-image: url(images/border.png) 30 round;
}

#ladybird{
	width: 50px;
	height: 50px;
}

img{
	pointer-events:none;
}

footer{
	width: 100%
	bottom: 0;
	background-color: #009639;
	border-radius: 5px;
	margin-top: 100px;
	color: white;
}

#acknowledgement{
	float: right;
	padding-right: 20px;
}

#copyright{
	float: left;
	padding-left: 20px;
}

#facebookbutton{
	width: 128px;
	height: 39px;
	padding: 5px 0px 0px 0px;}





/**//**//**//**//**/
/**//**//**//**//**/
/*Smaller Devices*/
/**//**//**//**//**/
/**//**//**//**//**/

@media screen and (max-width:800px){
    h1{
        text-align: center;
        color: #009639;
        font-size: 47px;
    }

    body{
        font-family: arial;
        border: none;
    }

    #ladybird{
        width: 50px;
        height: 50px;
    }

    img{
        pointer-events:none;
    }

    footer{
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 0.75em;
        background-color: #009639;
        border-radius: 5px;
        margin-top: 100px;
        color: white;
    }

    #acknowledgement{
        float: right;
        padding-right: 20px;
    }

    #copyright{
        float: left;
        padding-left: 20px;
    }

    #facebookbutton{
        width: 128px;
        height: 39px;
        padding: 5px 0px 0px 0px;}
    }
}