@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	paddng:0;
}

body {
	background-color:white;
	position: relative;
}

@font-face {
    font-family: 'sm-regular';
    src: url('../font/fontkit-body/sm-regular.woff2') format('woff2'),
         url('../font/fontkit-body/sm-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bw-thin';
    src: url('../font/fontkit-body/bw-thin.woff2') format('woff2'),
         url('../font/fontkit-body/bw-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ts-bold';
    src: url('../font/fontkit-body/ts-bold.woff2') format('woff2'),
         url('../font/fontkit-body/ts-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ca-fontface';
    src: url('../font/fontkit-highlight/ca-fontface.woff2') format('woff2'),
         url('../font/fontkit-highlight/ca-fontface.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
main {
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 130px;
	
	
}
.maindating {
	position: relative;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
		padding-top: 130px;
}
h1 {
	font-family:'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80px;
	text-align: center;

}
h2.rhetorickly {
	font-family: 'ca-fontface', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 45px;
	margin-right: 45px;
	float: right;
	
}

.rhetorickly a:link {
	color: #ff6a5b;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.rhetorickly a:visited {
	color: #ff6a5b;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.rhetorickly a:hover {
	color: #ff6a5b;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}

.rhetorickly a:active {
	color: #ff6a5b;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.bigtitle {
	display: block;
}
.subtitle {
	font-family: 'emilys_candyregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 45px;
	display:block;
	margin-top: 10px;
	color: #ff6a5b;
}
.coolnav {
		font-family: 'emilys_candyregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
	color: #ff6a5b;
}
#abstract {
	font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	width: 700px;
	margin-left:95px;
}

#header{
		border-bottom: black 10px solid;
	width:100%;
	background: white;
	z-index:100;
	padding-top: 10px;
	height: 70px;
	position: fixed;

}

nav {
float: left;
	top: 0px;
	margin-left: -20px;
	}

.main {
 font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
	list-style: none;
	padding: 5px;
	color: black;
border-right: 1px solid #ff6a5b;
background: white;
	text-align: center;
	line-height: 10px;
	margin-top: 35px;
	font-size: 14px;
	font-weight: 500;
}
nav li a:link {
	 font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6a5b;
	text-decoration: none;
}
nav li a:visited {
	 font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6a5b;
	text-decoration: none;
}
nav li a:hover {
	 font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6a5b;
	text-decoration: underline;
}
nav li a:active {
	 font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6a5b;
	text-decoration: none;
}
footer {
	padding: 30px;
	padding-left: 0px;
	width: 100%;
	height: 100px;
	background: black;
	color: white;
	font-family: 'caviar_dreamsregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer ul {
	margin-left: 50px;
}
footer ul li {
	list-style: none;
	padding: 5px;
}
#centering {
	margin: 0 auto 0 auto;
	width: 900px;
}
#centering a:link {
	color: white;
	text-decoration: none;
}
#centering a:visited {
	color: white;
	text-decoration: none;
}
#centering a:hover {
	color: white;
	text-decoration: underline;
}

.tindorly a:active {
	color: white;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tindorly a:link {
	color: white;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.tindorly a:visited {
	color: white;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.tindorly a:hover {
	color: white;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}

.tindorly a:active {
	color: white;
	font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.tindorly {
	font-family: 'ca-fontface', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 45px;
	margin-right: 45px;
	float: right;
	
}
.line {
	height: 1px;
	background: black;;
	margin-top: -7px;
}

#author {
	text-align:center;
	margin-bottom: 100px;
}
#social {
	width: 110px;
	float:left;
	margin-right: 18px;
	margin-left:330px;
		font-family:'ca-fontface', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	
}
#social p{
	text-align: center;
}
#social1 {
	width: 100px;
	float:left;
		font-family:'ca-fontface', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
#social1 p{
	text-align: center;
}
p{
	margin-top: 14px;
	font-size:16px;
}
.italic {
	font-style: italic;
	font-weight: bold;
	color:white;
	background: black;
}
.stuffy {
	font-size:13px;
		font-family: 'sm-regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 700px;
	margin-left: 82px;
	position:relative;
}
.popup {
		font-family: 'chaletmedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
/*this is the popup*/
	.modalDialog {
	position: fixed;
	font-family: 'sm-regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	top: 100px;
	right: 0;
	bottom: 0;
	left: -25px;
	background: ;
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
	.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > span {
	display: block;
	width: 640px;
	position: relative;
	margin: 10% auto;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	background:#fff;
	border:#000 solid 4px;
	text-align: left;
	font-size: 13px;
}

	.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.speed-cite li {
	list-style:decimal;
	border: none;
	margin: 0px;
	padding:0px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-left: 40px;
	padding-top: 5px;
}
.sub li {
		list-style:lower-alpha;

}
.subby ol {
	width: 30em;
}
.subby ol li {
	list-style: inherit;
	float: left;
	width: 10em;
}
h4 {
	font-size: 15px;
}
#sharingstuff {
	position: absolute;
	left: 28px;
	top: 8px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
}

.resp-sharing-button {
  border-radius: 4px;
  transition: 25ms ease-out;
  padding: 0px 3px 3px 3px;

  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;

  vertical-align: middle;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
