@font-face { 
  font-family: DidotBold;
  src: url(Fonts/Didot-Bold.ttf);
}

body{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 300;
  font-color: #4a4a4a;
}

h1{
	font-family: DidotBold;
	font-size: 48px;
	letter-spacing: .89;
  font-color: #4a4a4a;
}

h2{
	font-family: DidotBold;
  line-height: 1.5;
	font-size: 32px;
	letter-spacing: .89;
  font-color: #4a4a4a;
}

h3{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;	
	color: #4A90E2;
}

h4{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 100;
  font-color: #4a4a4a;
}

h5{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 32px;
	font-weight: 700;
  font-color: #4a4a4a;
}

h6{
	font-family: 'Roboto', sans-serif;
  line-height: 1.5;
	font-size: 20px;
	font-weight: 100;
	color: #bbbbbb;
}

p{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 300;
  font-color: #4a4a4a;
}

.boldtext{
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  font-color: #4a4a4a;
}


.intro{
  background: url(images/work_background.png) no-repeat center center; 
  background-size: 100vw 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}


.blur{
      transition: all 1s;xw
    }

.noblur{
      transition:all 1s;
}

nav {
	text-align:center;
}

ul{
	margin:0;
	padding:0;
}

nav li{
	text-align:center;
	display:inline;
}
nav a:active, nav a:visited, nav a:link{
	text-decoration:none; 
	color:#4a4a4a;
	padding:0px 30px; /* variable width */
}

nav a:hover{
	-webkit-transition-duration: 0.4s; /* Safari */
  	transition-duration: 0.4s;
	opacity: 0.5;
}

.selected{
	font-weight: 700;
}

.padding-top-bottom{
	padding: 20% 0%;
}

.padding-top{
	padding-top: 20%;
}

.padding-bottom{
	padding-bottom: 20%;
}


.vertical-alignment{
	margin: auto 2%;
}

.vertical-alignment-nospacing{
	margin: auto 0%;
}

.homepage_title a:hover, .homepage_title a:active, .homepage_title a:visited, .homepage_title a:link{
	text-decoration:none; 
	color: #4a4a4a;
}

.lutron_blue a:active, .lutron_blue a:visited, .lutron_blue a:link{
	text-decoration:none; 
	color:#9ACFF8;
}

.lutron_blue::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #9ACFF8;
    transition: width .3s;
}

.lutron_blue:hover::after {
    width: 120px;
    transition: width .3s;
}


.wis_purple a:active, .wis_purple a:visited, .wis_purple a:link{
	text-decoration:none; 
	color:#E49EF2;
}

.wis_purple::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #E49EF2;
    transition: width .3s;
}

.wis_purple:hover::after {
    width: 140px;
    transition: width .3s;
}

.pr_green a:active, .pr_green a:visited, .pr_green a:link{
	text-decoration:none; 
	color:#A8E56A;
}

.pr_green::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #A8E56A;
    transition: width .3s;
}

.pr_green:hover::after {
    width: 120px;
    transition: width .3s;
}

.gd_yellow a:active, .gd_yellow a:visited, .gd_yellow a:link{
	text-decoration:none; 
	color:#FCDB61;
}

.gd_yellow::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FCDB61;
    transition: width .3s;
}

.gd_yellow:hover::after {
    width: 400px;
    transition: width .3s;
}





/*-----------------------Product Page------------------------*/
.center-alignment{
	text-align: center;
}

.full-width{
	width:100%;
}

.theend{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	color: #dddddd;
}

/*-----------------------Product Page End------------------------*/

.padding-sm-top-bottom{
	padding: 8% 0%;
}

.padding-sm-top{
	padding-top: 8%;
}

.padding-sm-bottom{
	padding-bottom: 8%;
}






.padding-xs-top-bottom{
	padding: 4% 0%;
}

.padding-xs-top{
	padding-top: 4%;
}

.padding-xs-bottom{
	padding-bottom: 4%;
}




.padding-xxs-top-bottom{
	padding: 2% 0%;
}

.padding-xxs-top{
	padding-top: 2%;
}

.padding-xxs-bottom{
	padding-bottom: 2%;
}


/*-----------------------Other Projects------------------------*/

.otherproject{
	background-color: #FaFaFa;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.floating-left{
	float:left;
}

.otherproject a:active, .otherproject a:visited, .otherproject a:link{
	text-decoration:none; 
	color:#4a4a4a;
}

.otherproject a:hover{
	-webkit-transition-duration: 0.6s; /* Safari */
  	transition-duration: 0.6s;
	opacity: 0.6;
}


/*-----------------------Other Projects End------------------------*/


/*-----------------------About Page------------------------*/

.contacts{
  background: #ffffff;
  text-align: center;
}

.contacts a:active, .contacts a:visited, .contacts a:link{
  text-decoration: #4a4a4a;
  color: #4a4a4a;
}

.contacts a:hover{
	-webkit-transition-duration: 0.4s; /* Safari */
  	transition-duration: 0.4s;
	opacity: 0.5;
}


button{
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
	font-family: DidotBold;
	padding: 20px 40px;
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button:hover {
    opacity: 0.6;
}

/*-----------------------About Page End------------------------*/

footer{
	text-align: center;
	font-size: 18px;
	padding: 3% 3% 3% 3%;
  color:#bbbbbb;
}

footer a:active, footer a:visited, footer a:link{
  text-decoration:none; 
  font-size: 18px;
  color:#bbbbbb;
}

footer a:hover{
  -webkit-transition-duration: 0.6s; /* Safari */
  transition-duration: 0.6s;
  color: #515151;
}

/*-----------------------Animation------------------------*/

/* Center the loader
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/

/*-----------------------Page Content Fade in Animation------------------------*/

/*
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.myDiv {
  display: none;
}
*/


/*-----------------------Loader Visual & Animation------------------------*/

/*
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #9ACFF9;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #E39BF2;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #FCEE79;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #A8E56A;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
*/

/*-----------------------Product Page FadeIn-----------------------*/

body {
    opacity: 1;
    transition: 2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

/*-----------------------Timeline-----------------------*/

.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  background: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 3% 4%;
  border-radius: 4px;
  background: #f5f5f5;
}


.timeline-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}


@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
}
