@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

body{
  background-color: #FAFAFA;
  color: #151515;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
header{
  //background-color: #A4A4A4;
  //opacity: 0.9;
  //height: 6em;
  padding-top: 2em;
}
h1{
  font-weight: 300;
  margin-top: 2em;
}
h2{
  font-weight: 300;
}
p{
  font-size: 14pt;
}
a{
  font-size: 18pt;
  color: #a14d94;
}
a:hover{
  text-decoration: none;
  //color: #a14d94;
}
ul.nav a:hover {
  color: #a14d94 !important;
}
footer a{
  color: #151515;
  font-size: 12pt;

}
footer a:hover{
  color: #a14d94;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 300ms ease;
}
.content p{
  padding-top: 1em;
}
.image_ar{
  //background-image: url("../img/ar.jpg");
  background-size: 100%;
}
.navbar .nav > li > a{
  -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
//width: 100%; /* use this, or not */
margin: auto;
}
.welcome_text{
  width: 50%;
  margin: auto;
  margin-bottom: 5em;
}

.logo_box{
  //height: 6em;
}

.logo_image{
  padding: 0.5em;
}
.nav_link{
  padding-top: 2em;
}
.title_class{
  text-align: center;
}
.left_subnav{
  position: fixed;
  left: 0;
  top: 300px;
}
.left_subnav li a{
  font-size: 12pt;
  color: #151515;

  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 300ms ease;
}
.left_subnav a:hover{
  color: #a14d94;
  font-size: 16pt;
}
.hidden{
  display: none;
}

.consulting{
  color: #a14d94;
}
.tech{
  color: #7c4491;
}
.production{
  color: #314a97;
}
.fadeSubtitle{
  display: none;
}
.fadeHr{
  display: none;
}
.fadeContent{
  display: none;
}
.fadeTitle{
  display: none;
}
