/************************************************
Description: Styles overwriting original theme and bootstrap definitions

Author:  lumila

Version: 1.0		September 9, 2014
************************************************/
/************************************************
*** General styles ***
************************************************/


/* On the home page, emphasis for hover in the navbar. */
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  color: #a4a9ae;
}
.navbar-default .navbar-nav > li.active > a:hover {
  font-weight: 500;
  color: #ebe6e6;
}


/* This is for the lumila (with red in the text) links on the coming-soon.html page and on the Tool part on the home page */
a.no-underline-on-hover > font {
  font-weight: 300;
}

a.no-underline-on-hover > font:hover {
  font-weight: 400;
  color: #f0605b;
  text-decoration: none;
}

a.no-underline-on-hover:hover {
  text-decoration: none;	
}



/* Make sure when the large circles, the icon holders, work as links then no underline applied. */
.icon-wrapper > a:hover,
.icon-wrapper > a:focus,
.icon-wrapper > a:visited {
  text-decoration: none;
  color: #e91c15;
}

a.no-underline-on-hover > .icon-wrapper:hover {
  width: 127px;
  height: 127px;
  border-radius: 65%;               /* with these two settings, 50% --> to 65% and 1px to 2.5px, it gives a nice 3D effect */
  border: 2.5px solid #f0605b;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}



/* These are for the Study part, listing the languages with one icon in the middle */
.features-wrapper .text-wrapper {
  width: 100%;
}

.features-wrapper .icon-wrapper {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 30px;
  line-height: 81px;
}

.no-underline-on-hover-text-icon h3.title:hover {
  font-weight: 400;
  text-decoration: none;
}

.icon-wrapper.no-underline-on-hover-text-icon {
  opacity: 1.0;
  margin-left: auto;
  margin-right: auto;
}

.icon-wrapper.no-underline-on-hover-text-icon:hover {
  opacity: 1.0;
}

.text-wrapper.no-underline-on-hover-text-icon{
  color: #373737;
  text-decoration: none;	
}


.features-wrapper .feature-details {
  margin-bottom: 30px;
}




/*
In the forms, changing the size of the font for the button text and input text
*/

.input-group-lg>.form-control, .input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: 14px;
}



.help-block {
  text-align: left;
}

.team .person h4 {
  font-weight: 500;
/*   color: #a4a9ae; */
}


