html {
    position: relative;
    min-height: 100%;
}

body {
  font-family: 'Work Sans', sans-serif;
  line-height: 160%;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 50px;
}

a {
	color: #000000;
	font-weight: 400;
}

.my-5 {
    margin: 5rem 0;
}

.my-2 {
    margin: 2rem 0;
}

.title_name {
	font-family: "Montserrat", sans-serif;
	font-variant: small-caps;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
}


img {
	margin-bottom: 10px;
	pointer-events: none;
	width:100%;
	max-width:100%;
	height:auto;
}


.pubbody {
	padding-right: 30px;
}

.line {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.line small {
	line-height: 130%;
}

.line h3 {
	line-height: 124%;
	padding-top: 0px;
	margin-top: 0px;
}

a:hover {
    text-decoration: none;
    color: darkorchid;
}

.mini-header {
	font-family: "Montserrat", sans-serif;
	font-variant: small-caps;
	font-weight: 300;
}

h3 {
	margin-top: 12px;
}

.aboutpic1 {
	width: 560px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.aboutpic2 {
	width: 300px;
	height: auto;
	padding: 20px;
	padding-right: 0px;
	padding-top: 0px;
}

.slides .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mini-header2 {
	font-weight: 600;
}

.header-link {
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-variant: small-caps;
	font-weight: 300;
	font-size: larger;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-variant: small-caps;
	font-weight: 300;
}

.float-right {
	float: right;
}

.alignleft {
	align: left;
	padding: 0px;
	max-width:200px;
	max-height:160px;
	border: 1px solid #ADADAD;
	margin-top: 15px;
}

strong {
	font-family: 'Work Sans', sans-serif;
	  line-height: 160%;
	  font-weight: 600;
}


.center-block {
	margin-right: inherit;
}

.alignleft2 {
	align: left;
	padding:10px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 0px;
	width:140px;
}

.alignleft3 {
	align: left;
	padding: 0px;
	margin: 0px;
	width:400px;
	border: 1px solid #ADADAD;
}

.links h4 {
	line-height: 25px;
}

.papers {
	display: block;
	padding-left: 30px;
}

.header-link a {
	color: #000000;
	font-family: "Cinzel", serif;
	font-size: larger;
}

.header-link b {
	color: orange;
	font-family: "Cinzel", serif;
	font-size: larger;
}

.header-link a:hover {
	text-decoration: none;
	color: orange;
	font-size: larger;
}

.btn {
	font-family: "Arial";
}

.btn-blog {
	background-color: brown;
	color: #ffffff;
}

.btn-blog:hover {
	background-color: #53290b;
	color: #ffffff;
}


.slide_teaser {
	border: 1px #000000 solid;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    overflow: hidden;
}

.container-fluid {
   min-height:100%;
   position:relative;
   /*padding-bottom: 1px;*/
}

.body {
    height: 100%;
    margin: 0;
}
