	@charset "utf-8";
	@font-face {
		font-family:Roboto+Condensed;
		src:url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700&subset=latin,cyrillic)
	}

/*blue*/
body {	background-color:#BFD9DA;}
/*white*/
h1, h3 {	color:#ffffff;}
/*teal*/
.down {	background-color:#3d959f;}
h2, h4, h4 a {	color:#3d959f;}
/*lime*/
#nav a:hover {	background-color:#c3c32f;}
h4 a:hover {	color:#c3c32f;}
/*gray*/
.resume p strong {	color:#9f9f9f;}


body {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin:0 auto;
	width:90%;
	max-width:900px;
}
p {
	padding:0px 0px 10px 0px;
	margin:0px;
}
ul {
	font-size:14px;
	margin:0px 30px 20px;
	list-style-type:square;
}
li {
	padding:4px;
}
h1 {
	font-family: 'Alegreya SC', serif;
	font-weight:400;
	letter-spacing:3px;
	padding: 0px 0px 10px 0px;
}
h1 a {
	color:#ffffff;
	text-decoration:none;
}
h2 {
	font-size:18px;
	margin: -20px -500px 20px;
	padding: 0px 500px 20px;
	border-bottom:thin solid #77a39c;
}
h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0px;
	margin:10px 0px;
}
h4 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing:1px;
	margin:2px 0px;
}
#nav a {
	padding:6px 12px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	border-radius:30px;
}
.big {
	font-size:18px;
}
.fa-home:before,
.fa-phone:before,
.fa-envelope:before {
  font-family: 'FontAwesome';
  color:#ffffff;
  padding-right:10px;
}
.small {
	font-size:12px;
}
.headshot {
	width:250px;
	height:auto;
	border-radius:10px;
}
.russian {
	font-family:Roboto+Condensed;
}
p.pub {
	border-top: 1px solid #ccc;
	padding-top:10px;
	margin-top:30px;
}
.pub em {
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	display:inline-block;
	margin-right:12px;
}
.pub strong {
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	margin-right:12px;
}
#showhfa,#showrsna,#showtrib {
	display:none;
}
#morehfa,#lesshfa,#morersna,#lessrsna,#moretrib,#lesstrib {
	display:block;
	font-style:italic;
	margin:0px 0px 14px 20px;
}
@media only screen and (min-device-width: 480px) {
#nav {
	background-color:#BFD9DA;
	float:right;
	margin:5px 0px;
	color:#ffffff;
	letter-spacing:1px;
}
.pub img {
	float:right;
	padding: 10px 0px 20px 40px;
	width:220px;
}
@media only screen and (max-device-width: 320px) {
	#nav {
	background-color:#BFD9DA;
	display:block;
	float:left;
	margin:0px;
	color:#ffffff;
	letter-spacing:0px;
	}
.pub img {
	float:center;
	padding: 10px 0px 20px 40px;
	width:140px;
}
}
@media print {
	#nav {
		display:none;
	}
	h1,h2,h3,h4,p {
		color:#000000;
		background-color:#ffffff;
	}
.pub img {
	float:right;
	padding: 10px 0px 20px 40px;
	width:220px;
}
#showhfa,#showrsna,#showtrib {
	display:block;
}
#morehfa,#lesshfa,#morersna,#lessrsna,#moretrib,#lesstrib {
	display:none;
}
}

.content {
    display: flex;
    column-gap: 10px;
    row-gap: 20px;
}
