body {
  font-family: Signika, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
  margin: 0px;
  background-color: #ffffff;
}

h1 {
  font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	font-family: sans-serif;
	background-color: #ffdeae;
    background-color: hsl(26, 87%, 80%);
	color: white;
}

h3 {font-size: 1.2em;
	font-family: sans-serif;
	background-color: #ffdeae;
    background-color: hsl(26, 87%, 80%);
	color: darkblue;
	text-align: center;
	
}

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: cornflowerblue;
}

/* mouse over link */
a:hover {
  color: cornflowerblue;
}

/* selected link */
a:active {
  color: blue;
}


/* global */
.container {
  width: 96%;
  margin: auto;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

.background-image {
  background-image: url("pathtoimage");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400vh;
}

.button_1 {
  height:30px;
  background:#ff8021;
  border:0;
  padding-left: 20px;
  padding-right:20px;
}




.leaderboard {
	align-content: auto;
	width:auto;
}

.myDIV {
  width: 96%;
  margin: auto;
  overflow: hidden;
}

/*hamburger */



.topnav {
  overflow: hidden;
  background-color: #2f3182;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0.8em;
  display: block;
}

.topnav a.icon {
  background: #2f3182;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #F6F6F8;
  color: black;
}

.active {
  background-color: #ffffff;
  color: white;
}

/*header */
header {
  background-color: #ffffff;
  color: #2f3182;
  padding-top: 5px;
  min-height: 40px;
  border-bottom: #2f3182 0.2rem solid;

}

header a {
  color: #2f3182;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 1em;
}

header li {
  float: left;
  display: inline;
  padding: 0 10px 0 10px;
}

header #branding {
  float: left;
}

header #branding H1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 29px;
}

header .highlight, header .current a {
  color: #ff8021;
  font-weight: 200;
}

header .hover a {
  color: #00945;
  font-weight:200;
}

menu {
  background-color: #f1f1f6;
  color: #2f3182;
  min-height: auto;
  text-align: center;
  float: left;
  width: 100%;
}

menu nav {
  float: left;
}

menu nav li {
padding: 0px 3px;
line-height: 1em;
font-size: 1em;
}

menu nav.highlight, header .current a {
  color: #ff8021;
  font-weight: 200;
}

menu nav.hover a {
  color: #6881AD;
  font-weight:200;
}

/*showcase*/

.showcase {
  repeat: 0;
  width: 100%;
  padding: 0 0%;
  display: table;
  margin: 0;
  max-width: none;
}

#showcase {
  min-height:200px;
  text-align:center;
  color:#ff8021;
}

#showcase h1{
  margin-top: 30px;
  font-size: 1.5em;
  margin-bottom: 10px;
}

#showcase p {
  font-family: sans-serif;
  font-size: 1em;
  color: #2f3182;
}

/* article */

.article {
	align-content: center;
}

.article img {
	float: left; 
    margin: 10px;
	min-width: 20em;
	max-width: 100%;
}

.article p {
	text-align: justify;
	margin: 10px;
}

/* medical trends articles */

#medicaltrends-main {
	
	
}


/*boxes*/
.boxes {
  margin-top:20px;
  margin-bottom: 20px;
  font-family: sans-serif;
  color: #2f3182;
  font-size: 1em;
}

.boxes h1 {
  margin-top: 30px;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #ff8021;
}

.boxes h2 {
  margin-top: 20px;
 font-size: 1.2em;
 margin-bottom: 10px;
}

#boxes .box{
  float:left;
  text-align:left;
  width: 96%;
  padding-left:10px;
}

.boxes .box img{
  max-width: 50%;
}

.boxes .boxapp{
  float:left;
  text-align:left;
  min-width:50%;
  padding-left:10px;
}

.boxes .boxapp img{
  width:100%;
}

.boxes .boxarticle-left {
  float: left;
  text-align: justify;
  min-width: 50%;
  padding: 10px;
}



.boxes .boxarticle__image {
  width: 100%;
  display:block;
}

.boxes .boxarticle-right {
  float: right;
  text-align: justify;
  min-width: 50%;
  padding: 10px;
}

.boxarticle-right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  float: right;
  min-width: 50%;
  max-width: 100%
 
}
	
.boxarticle-right .img {
	    min-width: inherit;
		max-width: 100%;
	}

.boxarticle-right .text {
        font-size: 20px;
        padding-left: 20px;
      }

/* breadcrumbs - previous article - current - next article*/

a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: #2f3182;
}

.previous {
  background-color: #ffdeae;
  background-color: hsl(26, 87%, 80%);
	border-radius: 25px;
  color: white;
}

.current {
  background-color: #ffeee2;
  background-color: hsl(26, 11%, 100%);
  border-radius: 25px;	
  color: #7B8FCD;
  color: hsl(0,0%,0%,1.00)
}

.next {
  background-color: #ffdeae;
  background-color: hsl(26, 80%, 80%);
  border-radius: 25px;
  color: white;
}

.round {
  border-radius: 50%;
}



/* newsletter*/
#newsletter {
  padding: 20px;
  color:#ffffff;
  background-color: #2f3182;
}

#newsletter h1 {
  float:left;
}

#newsletter form {
  float:right;
  margin-top:20px;
}

#newsletter input [type="email"]{
  padding-top: 4px;
  height: 38px;
  width: 250px;
}


#footer {
  margin-top: 20px;
  color: #ffffff;
  background-color: #2f3182;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  img {
    width: 100;
  }
	
@media only screen and (max-width: 760px) {
	img {
		width: 100;
		min-width: 20em;
		max-width: 100%;}
	}

	/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }

  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}


/* Screen larger than 1200px? 6 columns */
@media (min-width: 1200px) {
  .cards { grid-template-columns: repeat(6, 1fr); }
}
