html{
  font-size: 62.5%;
}
body{
  margin:0;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: rgb(245, 245, 245);

}
#footer-link{
  text-decoration: none;
  color: #222;
}
#result, #paint{
  width: 800px;
  height: 450px;
  margin: 0 auto 1.5rem auto;
  background-color: #ffffff;
}
.centered{
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
#convert{
  width: 100%;
}
.toolbar{
  padding:1.5rem 0;
}
footer{
  padding-bottom: 1.5rem;
}
#logo img{
  width: 225px;
  height: 225px;
}
.btn{
  font-weight: bold;
}
.button-label.circle{
    border: solid 2.5px rgb(52, 152, 219);
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-family: Raleway,sans-serif;
    color: rgb(52, 152, 219);
    background-color: transparent;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 2% 1% 0 1%;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    cursor: pointer;
}
.button-label{
    border: solid 2.5px rgb(52, 152, 219);
    display: inline-block;
    font-family: Raleway,sans-serif;
    color: rgb(52, 152, 219);
    background-color: transparent;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 2%;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    cursor: pointer;
}
input[type="radio"]{
  display: none;
}
input[type="radio"]:checked + .button-label{
    border: solid 2.5px  rgb(245, 245, 245);
    background-color: rgb(52, 152, 219);
    color: #ffffff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}
button{
  border: solid 2.5px rgb(52, 152, 219);
  font-family: Raleway,sans-serif;
  color: rgb(52, 152, 219);
  background-color: transparent;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  padding: 2%;
  text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
  cursor: pointer;
}
button:hover{
  border: solid 2.5px  rgb(245, 245, 245);
  background-color: rgb(52, 152, 219);
  color: #ffffff;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}
button:active, button:focus{
  outline:none;
}
