* {
	font-family: 'Roboto', sans-serif;
	color:#222;
}

body, html {
	margin:0!important;
	padding:0!important;
	padding-top:80px;
}

p {
	font-size:17px;
	margin:33px 0;
	line-height:27px;
}

p a {
	font-size:17px;
	color:blue;
}

h3 a {
	color:blue;
}

.article {
	max-width:1000px;
	padding:60px 0;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background:white;
	
	margin-top:40px;
}

.article div,
.article .a-p {
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position: relative;
}

.article .a-p-a {
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
}

.article .a-p-a h1,
.home-read h1  {
	font-weight:800;
	text-transform: uppercase;
}

.article p,
.article p a  {
	font-size:21px;
	line-height:38px;
	font-weight:400;
}

.home-frame {
	max-width:900px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background:white;
}

h1 {
	margin:40px 0 40px 0!important;
	padding:0!important;
	font-size:60px;
	line-height:60px;
	text-align:center;
}

b { font-weight:700;}

.cat-list {
	padding:0 0 60px 0;
	text-align:center;
	margin:0 0 40px 0;
	font-size:15px;
}

.cat-list a {
	color:blue;
}

.credits {
	border:1px solid #dcdcdc;
	margin-top:60px;
	padding:40px;
	border-radius:10px;
	width:100%;
}

.update {
	color:#777;
	text-align: right;
	padding:100px 10px 0 0;
	margin:0 0 10px 0;
}

.credits h3,
.credits p {
	margin:0!important;
	padding:0!important;
}

.credits p {
	font-size:17px;
	line-height:29px;
}

.credits h3 {
	margin-bottom:14px!important;
}

h3.header-name {
	font-weight:700!important;
	margin:0px 0!important;
	padding:0!important;
	font-size:21px;
	padding-top:20px!important;
}


.a-p + div p  {
	margin-top:0px!important;
}

.logo img {
	
	height:80px;
}

.logo {
	position:fixed;
	padding:40px;
}

.menu {
	position: fixed;
	right:40px;
	top:40px;
}

.first-p {
	font-size:19px;
}

.menu a {
	font-weight:700;
	text-transform: uppercase;
	font-size:19px;
}

.styled-list {
	margin:0;
	padding:0;
	border-right:1px solid #222;
}

.styled-list li {
	list-style:none;
}

.styled-list li a {
	text-transform: capitalize;
	font-size:17px;
}

.home-read {
	padding:90px 0;
	font-size:17px;
	line-height:32px;
	display: inline-block;
}

.home-read h4 {
	font-weight:700;
	font-size:24px;
	margin-bottom:14px;
}

.home-read p {
	font-size:27px;
	line-height:40px;
	text-align:center;
}

.latest-home {
	font-size:29px;
	padding:50px 0;
	text-transform: capitalize;
}

.header {
	padding:20px 0;
	position:fixed;
	width:100%;
	background:white;
	z-index:99999;
}

.header-center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.header-center a {
	font-weight:700;
	font-size:26px;
	text-align: center;
	border-bottom:3px solid #222;
	padding-bottom:0px;
	letter-spacing:-0.5px;
}

.header-center a:hover {
	text-decoration: none;
	color:blue;
	border-bottom:3px solid blue;
}

.header-left {
	position: absolute;
	left:40px;
	top:28px;
}

.header-left a { 
	font-weight:700;
	letter-spacing: -0.5px;	
	font-size:16px;
	margin-right:20px;
}

.header-left a:hover {
	border-bottom:2px solid #222;
	text-decoration: none;
}

.header-right {
	position: absolute;
	right:40px;
	top:20px;
}

input[type=text] {
	border-radius: 50px;
	border:2px solid #dcdcdc;
	padding:8px 20px;
	color:blue;
}

input[type=text]:focus {
	border-color:blue;
}

.home-more {
	border:3px solid #222;
	padding:15px 30px;
	border-radius: 50px;
	text-align: center;
	color:#222;
	font-weight:bold;
	text-transform: uppercase;
}

.home-more:hover {
	text-decoration: none;
	color:white;
	background:#222;
	
}


.footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	padding:10px 0;
	text-align:center;
	position: relative
}

.footer p,
.footer p b {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin:10px;
	position: relative;
	font-size:15px;
}

.footer a {
	color:#222;
	font-size:15px;
}

.photo-desc {
	text-align:center;
	padding:40px;
	color:#888;
	font-size:16px;
}

.photo-desc::first-letter {
	text-transform: capitalize;
}

.photo-copy {
	position:absolute;
	bottom:1px;
	left:0px;
	padding:4px 10px;
	background:#000;
	color:white;
	text-transform: capitalize;
}

.article-menu {
	position:fixed;
	bottom:40px;
	left:40px;
	max-width:350px;
	z-index:999999;
}

.article-menu a {
	font-size:21px;
}

.start-qm {
	text-transform: capitalize;
}

.sources {
	font-size:17px;
}