/*uncomment this to fix footer to bottom */
* {
    margin: 0;
    padding: 0;
}
html {height: 100%;}

body {
    min-height: 100%;
    position: relative;
    background: rgba(252, 253, 177, 0.54);
    font-family: Candara;
    background: white;
/*	background-image: linear-gradient(to top, #FFD975, #ffe9d2,#ffbc75, #FFD975); */

}

header {
    min-width: 600px;
    background: url("img/header-bg.jpg");
}

body > .container {
    position: relative;
    padding-bottom: 70px;
    /*background: rgb(240,248,218);

    border-radius:10px;
    border: orange solid thin;*/
    border: solid thin #eee;
    box-shadow: 0px 0px 15px #eee;

}


footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    background: #808080;
    color: white;
}
footer > .container{
    margin-top: 10px;
    margin-bottom: 10px;	
}

.input-group button {
	width: 20%;
}