﻿html{
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1.4;
    font-size: 13px;
}
@media screen and (min-width: 320px){
  html{
    font-size: 14px;
  }
}
@media screen and (min-width: 500px){
  html{
    font-size: 15px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 16px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 17px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 19px;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 20px;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 21px;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 21.5px;
  }
}
@media screen and (min-width: 1000px){
  html{
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px){
  html{
    font-size: 23px;
  }
}
@media screen and (min-width: 1400px){
  html{
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px){
  html{
    font-size: 25px;
  }
}

@media screen and (min-width: 1900px){
  html{
    font-size: 26px;
  }
}
section{
    padding: 1rem 5%;
    background: hsl(0, 0%, 98%);
}
section:nth-child(even){
    background: hsl(0, 0%, 94%);
}

body {
  font-size: 20px;
}
p	{
  	font-size: 1.3rem;
 	line-height: 1.3;
	margin: 0;
}

.small {
  font-size: 75%; /* 75% of the baseline */
}

.large {
  font-size: 125%; /* 125% of the baseline */
}


