/*Basic styling for every page on the  web site*/

/* start CSS for responsive grid badge menu links*/
border_box {
  box-sizing: border-box;
}

[class*="col-"] {
    float: left;
    padding: 5px;
	align-content: center; 
	padding-top: 10px;
}

body {
    background-color: #E8E8E8;
    height: auto;
    width: auto;
    margin-right:10px;
	margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 16 px;
    
	}

html * {
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body br {
}
body br {
}
body br {
}





img {
	/*border-style: solid;
	border-width: 2px;
	border-color: #000000;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
 }


/*hero textbox is used on platinum and about pages*/
.hero-textbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 45%;
}
/*hero textbox is used on platinum and about pages*/

/*hero-photo is for a drop shadow on the all about page only*/

.hero-photo {
    display: block;
	margin-left: auto;
	margin-right: auto;
    height: 1624px;
    width: 1067px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 20px 20px 10px grey;   
}
/*hero-photo is for a drop shadow on the all about page only*/

/*Styling for the fonts at 1600 pixel width*/
/*h1 is headlines italic*/
/*h2 is headlines normal, header on platinum pages*/
/*h3 is sub headline normal*/
/*h4 is ordinary type*/
/*h5 is ordinary type, aligned left, hero-text, footer*/
/*h6 is the font for newest folio header*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em; /* 32px/16=2em */
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em; /* 32px/16=2em */
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em; /* 28px/16=1.75em */
	font-style: normal;
	color: #000000;
	text-align: center
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em; /* 16px */
	font-style: normal;
	font-weight:200;
	color: #000000;
	text-align: center;
	line-height: 1.6;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em; /* 16px */
	font-style: normal;
	font-weight: 200;
	margin-left: 10%;
	margin-right: 10%;
	color: #000000;
	text-align: left;
	line-height: 1.6;
}


.bold {
	font-weight: bold;
}

.new_journal {
	font-weight: bold;
	font-style: italic;
	color:red;
	text-align: center
}


/*styling for the footer*/

.site-footer {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.0em; /* 16px */
	color: #000000;
	text-align: left;
	font-weight: 100;
	line-height: 1.25;
	padding: 5% 0% 3% 10%;
	
}

/* black line to separate things on the website*/
hr.joe1 {
	border: 2px solid black;
}
/* black line to separate things on the website*/


/* one breakpoint at 800 px width*/
	
/*Here is the styling up to 800 pixel width. Font size reduced 50% from full screen size*/	

@media (max-width: 800px){
	
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  /* For tablets */
  [class*="col-"] {
    width: 100%;
  }		

	

    /*hero textbox is used on platinum and about pages*/

.hero-textbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
/*hero textbox is used on platinum and about pages*/

    
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px */
	font-style: italic;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px */
	font-style: normal;
	text-align: center;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em; /* 12px */
	font-style: normal;
	color: #000000;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 12px */
	color: #000000;
	font-weight: 200;
	margin-left: 2%;
	margin_right:2%;
	text-align: center;
	line-height: 1.25;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 12px */
	color: #000000;
	font-weight: 200;
	margin-left: 2%;
	text-align: left;
	line-height: 1.25;

	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 12px/16=.75em */
	font-style: italic;
	color: #fc0303;
	text-align: center
	
		/* end media query for fonts */	
		
}}
}
  video {
        display: block;
        margin: auto;
      }

  audio {
        display: block;
        margin: auto;
      }

		/* new css for drop down simple menu */	

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #E8E8E8;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 5px;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #aaadb3;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8e8e8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 5px;
}

.dropdown-content a:hover {
    background-color: #aaadb3;
}

.dropdown:hover .dropdown-content {
  display: block;
}