body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
.title {
  color: #303030;
  font-size: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  color: #212227;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  padding: 10px 0 0 12px;
}
.navbar-default .navbar-nav li a {
  color: #202020;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #eb5424; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ad8ae2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ad8ae2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #ad8ae2;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* END NAVIGATION */

/* START HOME */
.home {
  background: url('../images/home-bg.jpg'); 
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  /* filter: blur(2px); */
  /* backdrop-filter: blur(5px); */

  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;  
  height: 100vh;
}
.home-title,
 .home-subtitle {
  text-transform: uppercase;
 }
.home-title { 
  font-size: 40px;
 }
.home-subtitle {
  color: #ad8ae2;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.home-descrip {
  background-color: rgb(147, 106, 195); 
  background-color: rgba(117, 19, 222, 0.258);
}
.view-more-btn {
  background: #ad8ae2;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
}
.view-more-btn:hover {
  background: #ffffff;
  color: #ad8ae2;
}
.home-icon{
  border: black 100px;
  height: 100px;
  width: 100px;
  /* border-radius: 50px; */
  padding: 20px;
  opacity: 2;
}
/* END HOME */

/* START RESUME */
.tm-red-text { color: #ffffff; }
.info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.resume-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #ad8ae2; }
.progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}
/* END RESUME */

/* START ABOUT */
.about {
  background: url('../images/aboutbg.png');
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.about-text
{
  text-align: center;
  color: white;
  background-color: rgb(147, 106, 195); 
  background-color: rgba(117, 19, 222, 0.258);
  padding-bottom: 10px;
}
.bttn {
  background: #ad8ae2;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  margin-top: 30px;
  padding: 10px 30px;
}
.bttn:hover{
  background: #7c3197;
  color: #ad8ae2;
}
.my-image {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  width: 300px;
}
.abt-box{
  border: 1px solid #666;
  border-radius: 1px;
  text-align: center;
  padding: 10px 5px 10px 5px;
  color: #ffffff;
  background-color: rgb(147, 106, 195); 
  background-color: rgba(117, 19, 222, 0.258);
  height: 150px;
  margin-top: 10px;
}
/* END ABOUT */

/* START PROJECT */
.padding-top-bottom-100 {
  padding-top: 100px;
  padding-bottom: 200px;
}
.tm-work-h3 {
  color: #ad8ae2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.project-wrapper {
  border: 1px solid black;
  border-radius: 2px;
  text-align: center;
  padding: 80px 40px 80px 40px;
}
/* END PROJECT */

/* START CONTACT */
.icon{
  padding-right: 8px;
}
.padding-top-bottom-200{
  padding-top: 200px;
  padding-bottom: 200px;
}
.contact
{
  background: url('../images/contact.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: black;
  text-align: center;
}
/* END CONTACT */