:root {
  --bg:    	  #FFF;
  --text:	  black;
  --link:         #4481FF;
  --link-visited: #6681FF;
}

body {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  padding: 25px 10px 20px 10px;
  letter-spacing: 1px;
  background-color: var(--bg);
  color: var(--text);
  font-size: 15px;
}

body {
  font-family: serif; 

}

h1, h2 {
  margin: 0;
}

header {
  margin-bottom: 25px;
  text-align: right;
}

h1 {
  text-align: left;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.05em;
}

hr {
  border: none;
  border-top: 1px dotted #F00;
  height: 1px;
  width: 100%;
}

h2 {
  margin-top: 27.5px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 0.9em;
}

h3 {
  margin-top: 3em;
  font-size: 20px;
}

h4 {
  margin: 0;
}

a {
/*  text-decoration: none;*/
}

a:link {
  font-weight: 0;
  color: var(--link);
}

a:visited {
  color: var(--link-visited);
}

a:hover, a:active {
  color: var(--link);
}

p, li, pre, menu {
  font-size: 14px;
  line-height: 30px;
}

menu {
  padding: 0;
}

ul, ol {
  padding: 0;
  margin-left: 15px;
}

ul.deco {
  list-style-type: none;
  margin: 0;
}

ul.deco li.d:before {
  color: #F66;
  content: '\2663';
  margin: 0 10px;
}

ul.edu {
  padding-bottom: 15px;
  list-style-type: none;

}

ul.edu li {

  padding-top: 8px;

}

ul.edu li:before {
  color: #EEE;
  content: '\25b4';
  margin: 0 10px;
}


li {
  padding-left: 5px;
}

li a {
  color: var(--link);
}

img {
  max-width: 100%;
  height: auto;
  margin: 0.75em 0;
}

footer {
  font-size: 11.5px;
  padding-top: 15px;
}

::selection {
  background: black;
  color: white;
}


@media only screen and (min-width: 600px) {
  
  img {   
    clear: both;
  }

}


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

  body {
    margin-left: 12.5%;
    margin-right: 12.5%;
    padding-top: 1.25em;
    padding-bottom: 2em;
  }
  
  h1 {
    font-size: 45px;
  }
  
  h2 { 
    margin-bottom: 25px;
  }
    
  p, pre, ul, ol, li, menu, h3 {
    font-size: 17px;
  }

  hr, hr.right {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
}

