html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

@font-face {
	font-family: 'PTRootUIWebBold';
	src: 
		url('fonts/pt-root-ui_bold.woff2') format('woff2'),
		url('fonts/pt-root-ui_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTRootUIWebLight';
	src: 
		url('fonts/PT-Root-UI_Light.woff2') format('woff2'),
		url('fonts/PT-Root-UI_Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTRootUIWebMedium';
	src: 
		url('fonts/PT-Root-UI_Medium.woff2') format('woff2'),
		url('fonts/PT-Root-UI_Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTRootUIWebRegular';
	src: 
		url('fonts/pt-root-ui_regular.woff2') format('woff2'),
		url('fonts/pt-root-ui_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
  font-family: 'PTRootUIWebRegular', -apple-system, sans-serif;
  /* font-weight:700; */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*background-color:#F2F2F2;*/
  /* background-color:#FEBE98; */
  /* background-color:rgb(164, 120, 100); */
  background-color:rgb(255, 255, 255);
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body a {
  /*color:#F2994A;*/
/*  color:#522A28;*/
  /* color:#FFF; */
  color:#000;
  /* text-decoration:underline; */
  text-decoration:none;
  /* transition: all 0.2s linear; */
}

body a[href^="tel:"] {
  text-decoration:none;
}

body a:hover {
  opacity: 0.5;
  text-decoration:none;
}


section.main {
  max-width:1100px;
  padding:40px;
  flex: 1;
}

footer {
  max-width:100%;
  padding:40px;
/*  color:#522A28;*/
  color:#FFF;
}

section.main h1, p {
  display:block;
}

h1, p {
  /*color:#333333;*/
/*  color:#522A28;*/
  /* color:#FFF; */
  color:#000;
}

p.portfolio {
  margin-top:10%;
}

h1 {
  font-family: 'PTRootUIWebBold', -apple-system, sans-serif;  
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}


@media screen and (min-width: 320px) {
  section.main h1, p {
    font-size:20px;
    line-height:32px;
  }

  section.main {
    padding:40px;
  }

  footer {
    font-size:10px;
    line-height:16px;
    padding:40px;
  }
}

@media screen and (min-width: 800px) {
  section.main h1, p {
    font-size:32px;
    line-height:48px;
  }

  section.main {
    padding:100px;
  }

  footer {
    font-size:14px;
    line-height:24px;
    padding:100px;
  }
}
