/* NEW WEB PAGE*/

@import url(http://fonts.googleapis.com/css?family=Roboto:100);

body {
  overflow-x: hidden;
}

.container-fluid {
  text-align: center;
  padding: 0px 0px 0px 0px !important;
  margin: 0px;
  overflow: hidden;
  background-color: #f1f2f6;
}

.slider-image {
  margin-bottom: 20px;
  width: 300px;
}

.slider-carousel{
  text-align: center;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 100;
}

.introduction {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #154e8c;
  font-family: 'Roboto', sans-serif;
  color: white;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.burakicel {
  margin-top: 0px;
  font-size: 60px;
}

.inner-item {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    img {
        margin: 0 auto;
    }
}

.btn.contact {
  background-color: #f6bb42;
  color: white;
}

.btn.resume {
  background-color: #da4453;
  color: white;
}

.btn.project{
  background-color: #8cc152;
  color: white;
}

.buttons {
  margin-top: 20px;
}

.follow, .projects {
  margin-top: 30px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.project-content {
  font-family: 'Roboto', sans-serif;
  background-color: white;
  color: black;
}


.thumbnail {
  font-family: 'Roboto', sans-serif;
}

.btn-primary {
  color: white !important;
}

.desc, .blog {
  font-family: 'Roboto', sans-serif;
}