@media all {html {font-size: 19px;}}
@media all and (max-width:1100px){html {font-size: 17px;}}
@media all and (max-width:768px){html {font-size: 15px;}}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-optical-sizing: auto;
    scroll-behavior:smooth;
}

body {
	max-width: 700px;
    background-color: #0D1F2D;
    color: #8AA2A9;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	margin-top: 100px;
	color: #E76F51;
}

h2 {
	margin-top: 200px;
	color: #E76F51;
	scroll-margin-top: 40px;
}

p {
	margin-top: 10px;
}

ul {
	list-style: none;
}

li {
	margin: 15px 0px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

td{
	vertical-align: top;
}

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

a:hover {
	color: #F4A261;
}

.mainbar {
	width: 700px;
	margin-bottom:20px;
	padding-bottom: 150px;
}

.profile{
	float:right;
	margin: 15px;
	object-fit: cover;
	width: 190px;
	height: 190px;
	border-radius:50%;
}

.articletitle{
	font-weight: 500;
}

.journalname{
	font-style: italic;
}

.journalname a{
	color: #8AA2A9;
}

.journalnumber{
    font-weight: 500;
}

.articletitle a:hover {
    color: #E9C46A;
}

.contact{
	font-weight: bold;
}

.quote p{
	margin-top: 200px;
}

@media only screen and (max-width: 768px) {

	body {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1 {
		margin-top: 0px;
	}

	h2 {
		margin-top: 20px;
	}

    .mainbar {
    	margin-top: 20px;
    	width: 100%;
    }

    li{
    	margin-left: -20px;
    }

    .profile{
    	float:none;
    	display: block;
    	margin:auto;
	}
}