nav a {
color:#004C46 !important
}

.butthover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.butthover:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

body, html {
    height: 100%;
}

img {
	padding: 4px;
}


img {
	min-width: 100px;
}

h1 {
	font-color: #f8991d;
	
}
.rightalign img { float:right; }
	
.leftalign img { float:left; }


.jumbotron {
    margin-bottom: 0px;
/*    background-image: url('../images/CIEmedco.png');*/
	filter: alpha(opacity=50);
	opacity: 1.0;
    background-position: 5% 25%;
    background-size: 350px;
    background-repeat: no-repeat;
	background-color: #FFFBE8;
border-radius: 6px;
/*	image-opacity: 0.3*/
/*
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
*/
}
.text-success {
  color: #004c46;
/*  text-shadow: black 0.1em 0.1em 0.2em;*/
}

h2 {
    font-color: #004C46;
/*	text-shadow: black 0.1em 0.1em 0.2em;*/
}

.jumbotron-special {
    margin-bottom: 0px;
	background-color: #E88607;
/*	background-color: #f8991d;*/
    border-radius: 6px;
	
}

.navbar-default {
  background-color: #F78F08;
}

body 	{
  background-color: #004C46;
	border: 0px solid #cc0000;
		}

.well {
 
  border: 1px solid #004C46;
}
	
.navbar-default	{ 
	border-color: transparent;
				} 
h4 {
	color:black;
/*	text-shadow: black 0.1em 0.1em 0.2em;*/
}

.beige {
	color:black
}

.col-md-2 a {
	color:#004C46
}

.jumbotron-plain {
/*    margin-bottom: 0px;*/
/*    background-image: url('../images/CIEmedco.png');*/
	filter: alpha(opacity=50);
	opacity: 1.0;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #FFFBE8;
;
	text-align: left;
	color: #4c4c4c;
/*    text-shadow: black 0.1em 0.1em 0.2em;*/
   
/*	border-radius: 23px;*/
/*	image-opacity: 0.3*/
/*
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
*/
    border-radius: 6px;
}

/*
.jumbotron-plain.image {
    
    float: right !important;
}
*/
.jumbotron-plain a {
	color:#F78F08
	
}
.greyish
{
	color:#004c46
}

.orangey
{
	color:#004C46
}

.jumbotron-ar {
    margin-bottom: 0px;
/*	background-image: url('../images/3wideB.png');*/
	filter: alpha(opacity=100);
	opacity: 1.0;
    background-position: 90% 25%;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #004C46;
	text-align: left;
	color: #EFEFEF;
    text-shadow: black 0.1em 0.1em 0.2em;
/*	image-opacity: 0.3*/
/*
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
*/
    border-radius: 6px;
}
.jumbotron-ar a {
	color:#F78F08
	
}
.jumbotron-beige {
    margin-bottom: 0px;
/*    background-image: url('../images/CIEmedco.png');*/
	filter: alpha(opacity=100);
	opacity: 1.0;
    background-position: 30% 25%;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #FFFBE8;
	text-align: left;
	color: #4c4c4c;
/*    text-shadow: black 0.1em 0.1em 0.2em;*/
/*	image-opacity: 0.3*/
/*
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
*/
border-radius: 6px;
}

/*
svg {
	cursor:pointer
}
*/

rect {
	cursor:pointer;
}

path {
	cursor:pointer;
}

text {
	cursor:pointer;
}

.svg-flex-inner {
	position: relative;
	padding-top: 100%;
}

.svg-flex svg {
	position: absolute;
	margin-top -100%;
	width: 100%;
	height: 100%;
}

.jumbotron-index {
    margin-bottom: 0px;
/*    background-image: url('../images/CIEmedco.png');*/
/*	filter: alpha(opacity=50);*/
	opacity: 1.0;
    background-position: 30% 25%;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #004C46;
	text-align: center;
	color: #4c4c4c;
    text-shadow: black 0.1em 0.1em 0.2em;
	border-radius: 23px;
/*	image-opacity: 0.3*/
/*
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
*/
    border-radius: 6px;
}

p.italic {
    font-style: italic;
}

.jumbotron-beige3 {
    margin-bottom: 0px;
/*    background-image: url('../images/CIEmedco.png');*/
	filter: alpha(opacity=100);
	opacity: 1.0;
    background-position: 30% 25%;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #FFFBE8;
	text-align: center;
	color: #4c4c4c;
/*    text-shadow: black 0.1em 0.1em 0.2em;*/
/*	image-opacity: 0.3*/

    color: white;
    text-shadow: black 0.0em 0.0em 0.0em;
    border-radius: 6px;


}

.h2black {
	text-shadow: black 0.0em 0.0em 0.0em;
    font-size: 30px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #F78F08;
    color: #004C46;
    padding: 15px;
    font-size: 14px;
    border: none;
    
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #eee;
}

.btnactive {
    background-color: #eee;
}