body {
  font-family: "Open Sans", sans-serif;
}
#undermenu {
    text-align: center;
    /*font-family: 'Open Sans',sans-serif;*/
    font-weight: 300;
    color: #2ecc71;
    display: none;
    font-size: 25px;
    padding: 70px 0px 5px 0px;
}

#undermenu ul li a {
    color: #2ecc71;
}

#undermenu ul li a:hover, #undermenu ul li a:active {
    color: #2ecc71;
}
nav {
  height: 70px;
  background-color: #fff !important;
}
.navbar-brand{
  color: #2ecc71 !important;
  font-size: 30px !important;
}
a {
    text-decoration: none;
}
a:link, a:visited {
    color: #000;
}
a:hover {
  cursor: pointer;
    color: #000;
}
a:.active {
    color: #2ecc71;
    text-decoration: none;
}

a:.active:hover,
a:.active:focus {
    color: #27ae60;
}

#main{
  margin: 70px 0 0;
}

#main, #third {
  width: 100%;
  background-color: #2ecc71;
  font-size: 30px;
  padding: 20px;
  color: #fff;
}

#learn-more, #learn-more:active, #learn-more:hover {
  color: #fff;
  border: 1px solid #fff;
  font-size: 25px;
  margin: .5em 0 0 0;
}

#mainpic {
  width: 50%;
  height: 50%;
}

#before{
  background-color: #bdc3c7;
  height: 20px;
}

#secondary {
  padding: 20px;
}

#secondary h1, h2, #fourth h1 {
  color: #2ecc71;
}

.span4 {
  width: 55%;
}

.img-right {
  float: right;
  width: 35%;
}

.con-min {
  width: 20% !important;
}

.row {
  margin: 0px 10px 0 15px !important;
}

.spanw {
  width: 40%;
}

#mrpro{
  color: #2ecc71;
  border: 1px solid #2ecc71;
  font-size: 25px;
  margin: .5em 0 0 0;
}

#third h3 {
  color: #fff;
}

#fourth {
  padding: 20px 0;
}

footer {
  background-color: #95a5a6;
  width: 100%;
  /* margin: 100px auto 0; */
  bottom: 0;
  text-align: center;
  padding: 0 0 15px;
  color: #000;
}

footer h1{
  padding: 10px 10px;
}

footer ul {
  display: block;
}
footer ul li{
  display: inline-block;
  padding: 10px 10px;
}

footer #nav{
  font-size: 25px;
}

footer #contact-info{
  margin-left: 10%;
}
