
@media screen and (min-width: 601px) {

html {
background-color:#C724B1;
}
body {
text-align:left;
margin: auto;
padding-left:3%;
padding-right:3%;
padding-top:2%;
background-color:#C724B1;
}
    #hello-world img{
        width:85%;
    }
#content p{
color:#000000;
font-family: 'Suisse', sans-serif;
font-size:3em;
line-height:1em;
padding-top:30px;
padding-bottom:30px;
padding-right:10%;
letter-spacing: -.04em;
/*text-shadow: #C724B1 5px 5px 10px;*/
}

img{
vertical-align:top;
}

/*
a:hover {
text-decoration:none;
cursor: url('images/cursor2.ico'), default;
}*/
    
.button1 {
  background-color: #44D62C;
  font-family: 'Suisse', sans-serif;
  border: 5px solid #000;
  color: #000;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3em;
  letter-spacing: -.04em;
  margin-right: 10px;
  margin-bottom:20px;
  cursor: pointer;
  border-radius:36px;
  box-shadow: 0 9px #000;
  float:left;
}

.button1:hover {
box-shadow: 0 2px #000;
 transform: translateY(4px);
}

.button1 a {
text-decoration:none;
color:#000;
}
#yellowbutt {
background-color:#E0E722;
}

    .col-sm-12 {
        margin-bottom:50px;
    }
    
}


@media screen and (max-width: 600px) {

html {
background-color:#C724B1;
}
    
body {
text-align:left;
margin: auto;
padding-left:2%;
padding-right:2%;
background-color:#C724B1;
}
 #hello-world img{
        width:50%;
    }

#content p{
color:#000000;
font-family: 'Suisse';
font-size:1.4em;
line-height:1.1em;
padding-right:10%;
letter-spacing: -.04em;
/*text-shadow: #C724B1 5px 5px 10px;*/
}
    .button1 {
  background-color: #44D62C;
  font-family: 'Suisse';
  border: 3px solid #000;
  color: #000;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: -.04em;
  margin-right: 10px;
  margin-bottom:20px;
  cursor: pointer;
  border-radius:24px;
  box-shadow: 0 3px #000;
  float:left;
}

.button1:hover {
box-shadow: 0 1px #000;
 transform: translateY(4px);
}

.button1 a {
text-decoration:none;
color:#000;
}
#yellowbutt {
background-color:#E0E722;
}
    
}
