body{
	background-color: #fdfdfd;
  margin: 0;
}

h1 {
	font-family:'Futura', 'Martel Sans', sans-serif;
	font-size:40px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 20px 0 0 20px;
}

.instructions{
	margin: 0 0 0 20px;
	max-width: 800px;

}

.body-txt {
	font-family: 'Martel Sans', 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 100;
	line-height: 1.65em;
	color: rgba(50,50,50,1);
}

.counter {
	margin: 0 0 0 20px;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
	max-width: 960px;
	margin: 0 auto;
  box-sizing: border-box;
}

.svg-container {
    display: inline-block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;

}

.svg-content {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


button {
    display: inline-block;
    float: right;
    padding: 5px 0px 3px;
    margin: 0 0 0 20px ;
    border: 1px solid transparent;
    border-radius: 8%;
    text-decoration: none;
    background: transparent;
    color: #936868;
    font-family: 'Martel Sans', sans-serif;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover{
    border: 1px solid #c96f6f;
    color: #c96f6f;
    padding: 5px 5px 3px;
}


button:active {
    transform: scale(0.985);
    background-color: #ecd4d4;
}

#saveButton {
    color: #388170;
    /*float: left;*/
}

#saveButton:hover {
    border: 1px solid #008551;
    color: #008551;
   /* padding: 5px 10px 3px;
    border-radius: 5%;*/
}

#saveButton:active {
    background-color: #ddf5eb;
    transform: scale(0.985);
}

@media screen and (max-width: 728px) {
    h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 15px;
    }

    .container, .instructions, .counter{
        margin: 15px;
    }

    button {
        margin: 0 5px;

    }

    circle {
        r:5;
    }

    line {
        stroke-width:.25 !important;
    }
}
