
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Sep 2019, 3:42:58 PM
    Author     : leegrandt
*/

* {
  box-sizing: border-box;
}

body {
   background-color: #e7e7e7;
 
}





/* Header/Blog Title */
.header {
  padding: 15px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;
  text-align: center;
 
  background: url(../img/grey-bar.png);
  background-color: red;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: 100% 90px;
  height: 95px;
  /*border-top: 5px red solid;*/
}


        
        
.header h1 {
  font-size: 35px;
  padding: 0px;
  margin-bottom : 10px;
}

.header p {
   padding: 0px;
   color: white;
   margin-top: 0px;
}

/* Style the top navigation bar */
/* .topnav {
  padding-top: 2px;
  overflow: hidden;
  background-color: white;
  border-bottom: 5px red solid;
  color: whitesmoke;
  padding-left: 150px;
}

/* Style the topnav links */
/* .topnav a {
  float: left;
  display: block;
  color: #ff3333;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #ff3333;
} */


/* Change color on hover */
/* .topnav a:hover {
  background-color: red;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  
} */

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
  padding-left: 100px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 10px;
}






/* Add a card effect for articles */
.card {
	
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
 
  
}

.ValuesText {
	margin-top:-18px;
	padding-left: 5%;
}

.ValueBullets ul {
	list-style-image:  url(../images/Small_health_icon.png);

}

.card img {
	
  padding-right: 10px;
 
  
}

.anatomybullets {
	
    background-color: transparent;
    width: 100%;
    margin-top: 30px;
    padding: 5px;
    padding-left: 0;
    padding-right: 10px;
    text-align: left;
    position: relative;
	
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  padding-left: 150px;
  padding-right: 150px;
}

.row {
  padding-left: 15%;
  padding-right: 15%;
}

.ServicesRow {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
}



/* Create three equal columns that floats next to each other    width: 30.33%; */
/* Create four equal columns that floats next to each other */
.mission_wrapper{
	
}


.missioncolumn {
  margin-left: 30px;
  float: left;
  width: 20%;
  padding: 20px;
  height: 150px; /* Should be removed. Only for demonstration */
  margin-right: 5px;
}

/* Clear floats after the columns */
.missionrow:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 15px;
 
}

.column {
	position: relative;
  float: left;
  width: 25%;
  padding: 2px;
  background-color: white;
}

.missiondiv1 {
	height:140px;
	width: 140px;
	border: 3px brown solid;
	color: brown;
	padding: 10px;	
	border-radius: 6px;
}

.missiondiv1 p {
	color: brown;
	font-size: 15px;
    font-family: Lato-Regular;
}

.missiondiv2 {
	height:140px;
	width: 140px;
	border: 3px #1D469E solid;
	color: whitesmoke;
	padding: 10px;
	border-radius: 6px;
}

.missiondiv2 p {
	color: #1D469E;
	font-size: 15px;
    font-family: Lato-Regular;
}

.column img {
	  border-radius: 50%;
  }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - Starts Here *************************************************************************************/

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */  



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
	
	.header img {
	height: 65px;
	width: 65px;  
	/* float: none;*/
    }
	
	/* .topnav {
	margin-left:0;
	width: 100%;
	padding-left:15px;
    } */
	
/* 	.topnav a {
    float: none;
	padding: none;
    width: 100%;
    } */
	
    .column {
    width: 100%;
    }
	
	
	
	.leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
	}
}


/* Responsive layout - when the screen is less than 600px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  

  .column {
    width: 100%;
  }
  
  .missionrow {
	 display: none;
  }
  

  .header img {
	height: 65px;
	width: 65px;  
	/* float: none;*/
  }
	
  /* .topnav a {
    float: none;
	padding: none;
    width: 100%;
  } */
  
  
  /* Footer Columns */
  .ContainerLeft{
	padding-left: 5px;
  }
  
   .ContainerRight{
	display: none;   
   }
   
   .logowrapperright{
	   display: none; 
   }
   
  .card {
  width: 100%;	
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
 
}

.anatomybullets {
	
  display: none;
	
}

.row {
  padding-left: 5px;
  padding-right: 5px;
}

.missionrow{
	display:none;
}

} 

/* Responsive layout - Ends Here *****************************************************************************************/

