
/* General*/

body {
	margin:0px;
}

hr {
	margin-top: -14px;
	height: 4px;
	background-color: #BDC3C7;
	border:none;
}
a:hover{
	font-weight: 800;
}

.cite {
	font-size: 0.8rem;
	padding-left: 90px;
	margin: 30px;
	line-height: 20px;
}

.cite + .cite {
	margin-top: -20px;
	font-family: georgia;
	font-style: italic;
}

.external:after{
    content: url("img/external-link.svg");
    position:relative;
    top:4px;
   }

cite {
	font-family: "Georgia";
}
.multimedia{
	text-align: center;	
	font-size:0.75rem;
}

.who {
	padding-bottom: 25px;
	font-family:"Georgia";
}
.Brief {
	padding-right: 220px;
	font-size:1.48rem;
}
q:before{
	content:"«";
}
q:after{
	content: "»";
}
.right {
	text-align:right;	
	margin: 30px 0;
	font-size:0.7rem;
}

.left{
	font-size:0.7rem;
}

img {
	margin-top: 20px;
	height: 420px;
	width: 620px;
}
.ICON {
	height: 25px;
	width: 50px;
	margin:auto;
	display:block;
}
blockquote {
	background-color:#D0D0D0;
	padding:10px 20px 10px 30px;
	border-left: 5px solid orange;
	width: 625px;
	margin:auto;
}
iframe{
	width:560px;
	height:315px;
	border:0;
}

/* This is the header*/
#black{
	background-color: black;
	color: white;
	line-height: 10px;
	display:flex;

}
#black p{
	font-weight:600;
	font-size: 1.8rem;

}
#black h1 {
	font-weight: 500;
	font-size:4em;
}
#headtext{
	margin:auto;
	font-family: "arial";
	padding-bottom: 20px;
	width: 1090px;

}
#logo{
	float:right;
	margin-top: -90px;

}

#logo img{
	height: 80px;
	width: 80px;
}

/*This is the nav bar*/

nav {
	text-align: center;
	line-height: 29px;
	margin-top: -9px;
	
}
nav ul {
	list-style-type: none;
	font-family: "helvetica";
	font-size: 0.9rem;
}

nav a {
	color:black;
	text-decoration: none;
}

/* This is the main*/

.omg{
	width: 1090px;
	margin:auto;
}
main {
	font-family: "helvetica";
	line-height: 28px;
	font-size:1.20rem;

}

main h1 {
	font-family: "georgia"; 
	font-size: 3rem;
	margin: 60px 0px 34px 0px;
}
main h2 {
	font-family: "georgia";
	font-size:2rem;
}

main h3 {

	font-weight: 500;
	margin:0px 0px 10px 0px;


}
main ol{


	padding:6px 0px 0px 20px;
   	font-size: 1.2rem;

}

main ul {
list-style-type: square;
line-height: 40px;
font-size: 1.2rem;
}
main a {
	color:orange;
	text-decoration: none;
}
main dt {
	font-size: 2rem;
	margin:10px;
}


/* This is the Footer*/

footer{
	text-align: center;
	margin-top: 70px;
}