/*
Theme Name: Nitschke Design
Theme URI: 
Description: 
Author: Mark Nitschke
Author URI: 
Version: 1.0

Tags:

License:
License URI:

General comments (optional).

*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');


/**  Basic Page CSS **/
body{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;  
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

.header-text {
  font-size: 5.1em;
  font-weight: 400;

}

/* header button */
button.contact-me-button {
    background-color: #688eff;
    margin-top: 10px;
    font-size: .8em;
    padding: 5px 10px;
    border: none;
}

a button.contact-me-button {
    color: #FFF;
}

.lead-text {
  font-size: 1.3em;
}



.main {
  padding-top: 80px;
}

header {
  /*height: 500px;*/
  /*background-image: url('images/header-bg.jpg') no-repeat;*/
}

/**  Header Navigation **/
#header-nav {

}

#header-nav.scrolled {
   /* background:#fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}

/** Brand Logo **/
.brand-logo {
  height: 35px;
  position: relative;
  top: -7px;
}

/** Navbar **/
.navbar {
  border-color: #e7e7e7;

}

.navbar-nav>li>a {
    color: #FFF;
}

/** Jumbotron **/
/*@media (min-width: 1200px) {*/
  .jumbotron {
    background: url('../images/header-bg.jpg') no-repeat;
    height: 500px;
    background-size: cover;
  }
/*}
*/

/**  Navbar Toggle **/
header .navbar-toggle {
  background-color: #FFF;
}

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

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

@media only screen
and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(255, 255, 255, .2);
  }

  .mytitle {
    font-size: 3.5em !important;
  }
  header .navbar.inbody .navbar-nav {
    top: 55px;
  }

  .polaroid {
    margin-bottom: 35px;
  }
}

/** home area **/

#home {
  color: #FFF;
  width: 100%;
}

#home .text-center {
  position: absolute;
  top: 150px;
  width: 100% !important;
/*  margin-top: 120px;
*/  z-index: 2;
}

#home p {
    margin: 0;
    font-size: 2em;
    font-weight: 400;
}

#home h1 {
    margin:0;
    font-size: 4.125em;
    font-weight: 600;
    text-transform: uppercase;
}


li.active {
    /* padding: 10px; */
    font-size: 20px;
    color: #FFF;

}

li.active a {
    color: #688eff;

}

li.active a.home {
    color: #FFF;

}

header .navbar {
    background: rgba(255,255,255,.1);
}

header .inbody {
    background: rgba(0,0,0,.9);
}
 
header .navbar.inbody {
    padding-top: 0;
    padding-bottom: 0;
}

/* Sections */
#services {
  padding-top: 40px;
  padding-bottom: 100px;
}

.service-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 20px auto 50px;
    border-radius: 50%;
    font-size: 62px;
    line-height: 150px;
    /*background: #334959;*/
    background: #34477F; /*3a3a3a;*/
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.service-item p {
    margin: auto;
    max-width: 250px;
}

.service-item {
    text-align: center;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#about {
  color: #fff;
  background: #adadad;
  padding-top: 120px;
  padding-bottom: 140px;
}

.big-text {
    font-size: 58px;
    font-weight: 300;
    line-height: 62px;
    letter-spacing: 0.01em;
    word-spacing: 0.15em;
    text-transform: uppercase;
}

.polaroid {
    border: 12px solid #fff;
    max-width: 85%;
    box-shadow: 3px 5px 8px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/** Skills Section **/
#skills {
    padding-top: 80px;
    padding-bottom: 100px;
    border-bottom: 7px solid #34477F;
}
.skills-bars {
    position: relative;
    margin-top: 20px;
    height: 350px;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.skills-item {
    position: absolute;
    width: 25%;
    height: 0;
    bottom: 0;
    border-right: 3px solid #fff;
    transition: height 1.2s ease-in-out;
}

.skill1 {
    left: 0;
    background: #34477F; /*F28C83;*/
}

.skill2 {
    left: 25%;
    background: #688EFF; /*509B9E;*/
}
.skill3 {
    left: 50%;
    background: #1C54FF; /*334959;*/
}
.skill4 {
    left: 75%;
    background: #0E2A7F; /*B2C7C8;*/
}
.percent {
    position: absolute;
    display: block;
    width: 100%;
    top: -70px;
    font-size: 48px;
    text-align: center;
}
.skills-item p {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
}

/** Portfolio Section **/
#portfolio {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}

/** Contact Me **/
#contact {
	padding-top: 70px;
    padding-bottom: 100px;
    background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-color: #fff;
}

/** Footer **/
#main-footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #636262;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:30px;
}

.social-links li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-links li a {
    display: block;
    color: #fff;
    color: rgba(104,142,255 0.3); /*rgba(255, 255, 255, 0.3);
*/    font-size: 21px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.project-title {
  font-weight: bold;
}

.alignright {
  float: right;
  padding:  10px 0 10px 20px;
}

.alignleft {
  float: left;
  padding:  10px 20px 10px 0px;
}