@font-face {font-family: Gabriola; src: url('../fonts/GABRIOLA.TTF')}

body {
  /*background: #BDA0CB;*/
  /*background: #73577f;*/
  background: #C8B9CF;
  /*background: #f2f2f2;*/
  /*background-image:url(../img/petals.svg);*/
  /*background-repeat: no-repeat;
  background-position: center center;*/
  /*background-size: cover;*/
  color: #222222;
  /*padding: 0;*/
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /*font-family: "Gabriola";*/
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }
  
 
  h1, h2, h3, h4, h5, h6 {
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
  font-family: "Gabriola";
  /*font-weight: bold;*/
  font-weight: normal;
  font-style: normal;
  /*font-size: 4.5em;*/
  font-size: 2.5em;
  /*color: #BDA0CB; first comment*/
  color: #B59EBF;
  /*color: #73577f;*/
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0; }

h1:first-child {
  padding-top:10px;
  color: #73577f;
  font-size: 4em;
  /*color: #787B29;*/
}

h1:first-child a:hover {
  color: #73577f;
}

h3{
  font-size: 2.5em;
}

  

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  /*background-color: #2ba6cb;*/
  background-color: #73577f;
  /*border-color: #2284a1;*/
  border-color: #BDA0CB;
  color: white; }
  
button:hover,
button:focus,
.button:hover, .button:focus {
  /*background-color: rgb(255, 255, 255);*/
  background-color: #bda0cb;
}

#base  {
    border-radius: 15px;
    background-color: #f2f2f2;
    /*background-color: #B192BF;*/
    /*background-image:url(../img/subtle_white_feathers.png);*/
}



/*#nav_row {
  background-color: #421C53;
}*/

.top-bar {
  border-radius: 15px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  /*background: #73577f;*/
  background: #421C53;
  margin-bottom: 1.875em;
  }
section.top-bar-section {
    float: left;
    left: 50% !important;
    position: relative;
}
section.top-bar-section ul.left {
    position: relative;
    right: 50%;
}
.top-bar-section li a:not(.button) {
    /*padding: 0px 55px;*/
    padding: 0px 45px;
    line-height: 45px;
    /*background: none repeat scroll 0% 0% #73577F;*/
    background: none repeat scroll 0% 0% #421C53;
    font-size: 1em;
}
.top-bar-section ul li.hover > a {
    background: none repeat scroll 0% 0% rgb(189, 160, 203);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

a {
  color: #73577f;
  visited: #73577f;
}
a:hover {
  color: #bda0cb
}

.panel h4{
  color: #73577f;
}

/*img{*/
/*  border: 1px solid rgb(221,221,221);*/
  /*padding: 10px;*/ 
/*}*/


.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(115, 87, 127, 0.5);
    box-shadow: 0 0 6px 1px rgba(115, 87, 127, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    
[class*="foundicon-"] {
  color: #73577f;
}
[class*="foundicons-"] {
  color: #73577f;
}

#map_canvas{
  /*background-color: #CCC;*/
  width: 500px;
  height: 500px;
  background-color: #f2f2f2;
  margin-right: 20px;
  margin-left: 16px;
}

p {
  font-size: 0.8em;
  text-align: justify;
}

a:visited {
  /*color: #73577f;*/
  /*color: red;*/
}



