

@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaSemibold.otf);
  font-weight: 400;
}

@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaBold.otf);
  font-weight: 500;
}


@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaRegular.otf);
  font-weight: 300;
}

@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaLight.otf);
  font-weight: 200;
}

@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaThin.otf);
  font-weight: 100;
}

html {
  font-family: proxima;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


.navbar-brand {
  font-family: proxima;
  font-weight: 400;
  /*font-size: 1.8em;*/
  color: white !important;
  margin-left: 4% !important;
  width: 150px;
}

.navbar-brand:hover {
  color: #0eb79f !important;
}

.navbar {
  background-color: transparent !important;
}

.navbar-nav {
  font-family: proxima !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  margin-right: 3%;

}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  font-family: proxima !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #0eb79f !important;
}

.navbar-default .navbar-nav > li > a.active {
  color: #0eb79f !important;
  background-color: transparent;
}



.white .navbar {
  background-color: rgba(19,44,71,0.985) !important;
  opacity: .9;
}

body {
  background-color: #white;
  overflow-x: hidden;
}


#portfolio {
  background-color: #f4f4f4;
  z-index: 200;
}

#about {
  background-color: #f4f4f4;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(39,62,84,0.82);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
}

@media(min-width:768px) {
#portfolio .portfolio-item {
  margin: 0 0 30px;
}
}

.col-xs-12,.col-md-4,.col-sm-6 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.portfolio-caption {
  padding: 6px !important;
  font-family: proxima;
  font-size: 1.5em;
}

.bg-light-gray {
  background-color: #fff;
}

.section-heading {
  margin-top: 90px !important;
}

#dp {
  padding-top: 120px;
  padding-bottom: 80px;
  text-align: right;
}

.intro h2 {
  text-align: center;
  margin-top: -500px;
  font-family: proxima;
  font-weight: 100;
  font-size: 3.5em;
  color: #fff;
}

.intro h6 {
  text-align: center;
  font-family: proxima;
  font-weight: 100;
  font-size: 1.3em;
  color: #fff;
}

.intro {
  text-align: center;
  margin-top: -91px;
  font-family: proxima;
  font-weight: 200;
  font-size: 1.2em;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
.intro  {
  font-size: .8em;
  margin-bottom: 150px;
}
.intro h2 {
  margin-top: -600px;
}
}


#home {
  background-color: transparent;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.navbar-brand {
  padding: 15px 40px !important;
  width: 200px !important;
}
}

.section-head h1 {
  font-family: proxima;
  font-weight: 500;
  font-size: 2em;
  color: #101010;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
}

h3 {
  font-family: proxima;
  font-weight: 400;
  font-size: .8em !important;
  color: #404040;
  text-align: center;
  margin-top: 12px !important;
}

.hover-text {
  font-family: proxima !important;
  font-weight: 400 !important;
  color: #fff;
  margin-top: 30px;
  font-size: 1.2em;
  padding: 10px;
}

.plus {
  font-family: proxima !important;
  font-weight: 500 !important;
  color: #fff;
  font-size: 5em;
  opacity: .5;
  margin-top: -20px;
}

#more {
  opacity: .8;
  margin: 0 auto;
}

.btn-default,.btn-default:hover,.btn-default:active:focus,.btn-default:focus,.btn {
  background-color: transparent;
  border-width: 1px;
  font-family: proxima !important;
  font-weight: 300 !important;
  color: #337ab7;
  font-size: 1em;
  margin: 5px;
  display: block;
  border-color: #0eb79f;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.btn-default:hover {
  background-color: #0eb79f;
  color: #fff;
}

.resume-txt h2 {
  font-family: proxima !important;
  font-weight: 500 !important;
  font-size: 1.3em;
  color: ;
  text-transform: uppercase;
}

p {
  font-family: proxima !important;
  font-weight: 300 !important;
  font-size: 1.05em;
  color: #404040;
}

p strong {
  font-family: proxima !important;
  font-weight: 400 !important;
  font-size: 1.05em;
  color: #404040;
}

p .textnrm {
  font-weight: 300 !important;
}

.small {
  font-size: .5em;
  display: block;
  padding: 9px;
  font-family: proxima !important;
  font-weight: 300 !important;
  color: #337ab7;
}

.small:hover {
  opacity: 1;
  color: #0eb79f;
}

.contact-links {
  font-size: 2.3em;
  padding-bottom: 15px;
}

.contact-links > a,.contact-links > a:active,.contact-links > a:visited {
  text-decoration: none;
  color: #337ab7;
}

.contact-links a:hover {
  color: #0eb79f;
  text-decoration: none;
}

.copyright {
  font-family: proxima !important;
  font-weight: 200 !important;
  font-size: 1em;
  color: #909090;
}

footer {
  background-color: rgba(19,44,71,0.985);
  text-align: center;
  padding: 110px 0;
}

footer .block {
  color: gray;
  display: block;
}

footer .block a {
  color: gray;
}

footer .block a:hover {
  color: #d3145a;
}

footer ul {
  margin: 0;
}

#social {
  text-align: center;
}

#social:before {
  position: relative;
  display: block;
  content: "";
  height: 2px;
  width: 30px;
  margin: 10px auto 20px;
  background: #0eb79f;
}

#social ul li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

#social ul li a {
  text-align: center;
  border-radius: 5px;
  color: #0eb79f;
  font-size: 20px;
  border: 1px solid #0eb79f;
  height: 32px;
  line-height: 32px;
  width: 32px;
  display: inline-block;
  opacity: .8;
}

#social ul li a:hover {
  opacity: 1;
}

.icons {
  -webkit-padding-start: 0 !important;
}

.blurImg {
  position: relative;
  width: 100%;
  height: 440px;
  z-index: -1;
  top: 0;
  left: 0;
}

.blurImg > div {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blur {
  opacity: 0;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.org {
  background: rgba(39,62,84,0.82);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}

.org:hover > .blurImg {
  display: block;
  cursor: pointer;
  -ms-transform: scale(1.07,1.07);
/* IE 9 */
  -webkit-transform: scale(1.07,1.07);
/* Safari */
  transform: scale(1.07,1.07);
}

#project {
  background-color: #fff
  z-index: 200;
}

.bg {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms fade;
  -moz-transition: all 500ms fade;
  -o-transition: all 500ms fade;
  -ms-transition: all 500ms fade;
  transition: all 500ms fade;
}

.bg > div {
  position: fixed;
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blur-bg {
  opacity: 0;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.overlay {
  background: rgba(19,44,71,0.72);
  height: 100%;
  z-index: 2;
  -webkit-transition: all 500ms fade;
  -moz-transition: all 500ms fade;
  -o-transition: all 500ms fade;
  -ms-transition: all 500ms fade;
  transition: all 500ms fade;
  -webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 0;
}

.navbar-default {
  background-color: #fff;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 !important;
}


.line {
  float: none;
  border-bottom: solid 2px #3d4a5c;
  height: 2px;
  clear: both;
  margin-top: 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  transition-delay: .35s;
  color: #0eb79f;
  border-color: #0eb79f !important;
  margin: 0 auto;
}

.project-head >h3{
  color:white;
}

.reveal .fa-icon {
  font-family: 'FontAwesome';
}

@font-face {
     font-family: 'FontAwesome';
     src: url('../font/fontawesome-webfont.html');
   }

   /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
   .pace-running .content {
     zoom: 1;
     opacity: .1;
     -webkit-filter: blur(3px);
     -moz-filter: blur(3px);
     -ms-filter: blur(3px);
     -o-filter: blur(3px);
     filter: blur(3px);
   }

   .pace-done .content {
     zoom: 1;
     filter: alpha(opacity=100);
     opacity: 1;
     -webkit-transition: opacity 1s linear;
     -moz-transition: opacity 1s linear;
     -o-transition: opacity 1s linear;
     transition: opacity 1s linear;
   }

   `
   .pace {
     -webkit-pointer-events: none;
     pointer-events: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
   }

   .pace-inactive {
     display: none;
   }

   .pace .pace-progress {
     background: #0eb79f;
     position: fixed;
     z-index: 2000;
     top: 0;
     right: 100%;
     width: 100%;
     height: 3px;
   }

.icon-bar{
  background-color:white !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255, 0.3);
}
@media screen and (max-width: 768px) {
.navbar-default .navbar-collapse {
  background-color: rgba(19,44,71,0.985) !important;
}
}

.resume-txt p{
  margin: 0px 0 15px !important;
  color:#606060;
}
