

/* reset */
body,p,a,ul,li{
  margin:0;
  padding:0;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/* base types */
body {
  background-image:  url(/images/background\ vector.png),url(/images/gradiantphone.png);
  background-position: bottom 23% center, center;
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-color: #F9F5F1;
  overflow-x :hidden;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 400;
  color: #4D3112;
}

.button{
  background:none;
  border: 2px solid white;
  color: rgb(16, 17, 17);
  padding: 6px 12px;
  border-radius: 40px;
  border-width: 1px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
  display: inline-block;
  font-size: 1em;
}

.button:hover{
  background-color: #B2BBDA;
}

/* fonts */
h1{
  font-family: 'Emblema One';
  font-style: normal;
  font-weight: 400;
  font-size: 3em;
  line-height: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(77, 49, 18);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index:1;
}
h2{
  font-family: 'Press Start 2P', normal;
  font-weight: 400;
  color: #BED4E0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(77, 49, 18, 0.4);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
h3{
  color: #fdfdfd;
  font-style: bold;
  font-size: 1.2em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
li{
  color: #B2BBDA;
  font-style: bold;
  font-size: 1.2em;
  list-style-type: decimal-leading-zero;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer {
  /* position: fixed; */
  left: 0;
  /* padding-bottom: 10px; */
  width: 100%;
  text-align: center;
  font-size: .6em;
}

.resume{

  width: 100%;
  height: 1000px;
  padding-top:20px;

}



/* small tablet styles */
@media screen and (min-width: 620px) {

  body {
    background-image:  url(/images/background\ vector.png),url(/images/gradiantphone.png);
    background-position: top 900px center, center;
    background-size: contain, 170%;
    background-size: contain, 120%;
    background-repeat: no-repeat, repeat-y;
  }

  h1{
    font-size: 5em;
  }

  footer {
    padding-bottom: 10px;
  }


}

/* large tablets & laptop styles */
@media screen and (min-width: 920px) {

  body{
    font-size: 18px;
  }

}

/* desktop styles */
@media screen and (min-width: 1200px) {

  body{
    font-size: 20px;
  }

  h1{
    font-size: 5em;
  }


}