
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: 'Montserrat', sans-serif;

	width: 80%;
	max-width: 1075px;
	min-width: 540px;
	margin: 16px auto 80px auto;

	line-height: 25px;

	
}

h1 {
	margin-top: 0px;
	padding-top: 40px;
}

h2 {
	padding-top: 60px;
	padding-bottom: 6px;
  	border-bottom: 1px solid black;
}

.br {
	line-height: 10px;
	margin: 0px auto 0px auto;
	height: 15px;
}

.text {
	overflow: auto;
	text-align: justify;
}

.imageFrame {
	width: 40%;
	display: inline-block;
	margin: auto;
}

.text .imageFrame {
	width: 40%;
	float: right;
	margin: 0px 0px 24px 48px;
}

.frameContainerHorizontal .imageFrame img {
	height: 100%;
	width: auto;
	display: inline-block;
	margin: auto;
}

.frameContainerHorizontal .imageFrame {
	height: 300px;
	width: auto;
	display: inline-block;
	margin: auto;
}



.imageFrame img {
	width: 100%;
}

.imageFrame .text {
	text-align: center;

}
.text .imageFrame .text {
	text-align: right;

}


#shortcuts {
	top: 2%;
	left: 2%;
	width: 25%;
	clear:both;
	position: fixed;
}




.row {
	width: 100%;
	min-width: 1000px;
}

.columnA {
  float: left;
  text-align: right;
  padding-right: 1%;
  width: 20%;
}
.columnB {
  float: left;
  width: 75%;
  padding-left:1%;
  border-left: 1px solid black;
}

.dropDown {
	position: relative;
    display: inline-block;
}
.dropDownExample {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropDown:hover .dropDownExample {

  display: block;
}