/* embedded fonts */
@font-face {
    font-family: 'Avara Bold';
    src:    url('Avara-Bold.eot');
    src:    url('Avara-Bold.eot?#iefix') format('embedded-opentype'),
            url('Avara-Bold.woff') format('woff'),
            url('Avara-Bold.woff2') format('woff2'),
            url('Avara-Bold.ttf') format('truetype'),
            url('Avara-Bold.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avara Bold Italic';
    src:    url('Avara-BoldItalic.eot');
    src:    url('Avara-BoldItalic.eot?#iefix') format('embedded-opentype'),
            url('Avara-BoldItalic.woff') format('woff'),
            url('Avara-BoldItalic.woff2') format('woff2'),
            url('Avara-BoldItalic.ttf') format('truetype'),
            url('Avara-BoldItalic.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avara Black';
    src:    url('Avara-Black.eot');
    src:    url('Avara-Black.eot?#iefix') format('embedded-opentype'),
            url('Avara-Black.woff') format('woff'),
            url('Avara-Black.woff2') format('woff2'),
            url('Avara-Black.ttf') format('truetype'),
            url('Avara-Black.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Halibut Serif';
    src:    url('HalibutSerif-Regular.woff') format('woff'),
            url('HalibutSerif-Regular.woff2') format('woff2');
}


body {
	font-family: "Cormorant";
	font-size: 16px;
	line-height: 1.25;
	
	background-color: #FDEFE8;
	color: #5C83A3;
}

p, li {
  font-weight: 500;
}

p.profile-p {
  font-family: "Halibut Serif";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

p.profile-p2 {
  font-family: "Halibut Serif";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

table {
  table-layout: fixed;
  width: 480px;
}

table, th, td {
/*   border: 1px solid black; */
  color: #5C83A3;
/*   font-weight: 500; */
} 

.wide {
  width: 150px;
}

a {
  text-decoration: none;
  color: #BC9E90;
}

.italics {
  font-style: italic;
  font-size: 18px;
  color: #5C83A3;
}

a:hover {
  color: #AB8674;
}

h1, h2, h3, h4, h5 {
  color: #6D90AC;
}

h1 {
  font-family: 'Avara Black';
	font-size: 28px;
  line-height: 1.5;
}

h2 {
  font-family: 'Avara Bold';
	font-size: 26px;
  line-height: 1.75;
	
}

h3 {
  font-family: 'Avara Bold';
	font-size: 18px;
  line-height: 1.25;
}

h4 {
  font-family: 'Avara Bold Italic';
	font-size: 12px;
  line-height: 1.5;
}

h5 {
  font-family: 'Avara Bold';
	font-size: 12px;
  line-height: 1.5;
}

h6 {
    font-family: 'Avara Bold Italic';
	font-size: 14px;
  line-height: 1.5;
}

.name {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}

.frame {
  max-width: 960px;
/*   background-color: red;  */
  margin: 80px auto 40px auto;
  padding-left: 28px;
  padding-right: 28px;

}

ul {
  list-style-type: circle;
}

.smiley {
 	height: 30vw;
  width: auto;
	transform: rotate(15deg);
  z-index: -1;
  position: absolute;
  left: 52vw;
  top: 120px;
}

img.smiley2 {
 	height: 10vw;
  width: auto;
	transform: rotate(-12.5deg);
  z-index: -1;
  position: absolute;
  left: 15vw;
  top: 600px;
}

img.smiley3 {
 	height: 15vw;
  width: auto;
	transform: rotate(10deg);
  z-index: -1;
  position: absolute;
  left: 26vw;
  top: 880px;
}

img.smiley4 {
 	height: 60vw;
  width: auto;
	transform: rotate(-35deg);
  z-index: -1;
  position: absolute;
  left: 70vw;
  top: 1200px;
}

img.smiley5 {
 	height: 28vw;
  width: auto;
	transform: rotate(10deg);
  z-index: -1; 
  position: absolute;
  left: 15vw;
  top: 1800px; 
}

.profile {
  width: 60vw;
  max-width: 480px;
  display: inline-block;
}

.key-experience {
  display: inline-block;
  margin-left: 36vw;
  max-width: 60vw;
}


a {
  color: #a06d6e;
  transition: color 1s;
}

a:hover {
  color: #795050;
}

/* for JS */
.fitz-1, .fitz-2, .parasol, .pem-1, .pem-2, .sophie {
  display: none;
}


.more {
  display: none;
}



@media only screen and (max-width: 520px) {
  table {
  table-layout: auto;
  width: auto;
}


.wide {
  width: 180px;
}
}
