/* ==========================================================================
   Articulate v1.0
   ========================================================================== */


/* ==========================================================================
   Base styles
   ========================================================================== */

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color:#757575;
}

img { 
    max-width: 100%;
}

a:link,a:visited {
    outline: 0;
}

a:hover,a:active {
    text-decoration: none;
}

a img {
    border: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.navbar{
    width:100%;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    color:#777;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position:fixed;

}

.navbar-nav{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-block;
    float:none;
    font-size: 1em;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}
/* ==========================================================================
  Layout 
   ========================================================================== */

#page-welcome{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#page-welcome header{
    color:#fff;
    padding-top:20%;

}

#page-welcome header h1{
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1em;
   text-transform: uppercase;
}

#page-welcome header p{
    font-size: 2em;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 8px;
     letter-spacing: 0.1em;
    line-height: 3em;
    text-transform: uppercase;
}


#page-profile{
    padding: 75px 0;
    background:#fff;
}

#page-profile .profile{
    width:225px;
    height:225px;
    margin: 0 20px 20px 0;
   
}


#page-skills{
    padding: 75px 0;
    background:#f7f7f7;
    text-align: center;
}

#page-education{
    padding: 75px 0;
    background:#f7f7f7;
}


#page-experience{
     padding: 75px 0;
    background:#fff;
}

#page-portfolio{
    padding: 75px 0;
    background:#fff;

}

#page-contact{
    padding: 75px 0;
}

#page-contact .contact-info p{
    font-size:1.2em;
}




/* ==========================================================================
   Vegas slider
   ========================================================================== */

.vegas-loading {
    border-radius: 10px;
    background: #000;
    background: rgba(0,0,0,0.7);
    background: url(../img/loading.gif) no-repeat center center;
    height: 32px;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 32px; 
    z-index: 0;
}

.vegas-overlay {
    background: transparent url(../img/overlays/16.png);
    opacity: 0.5;
    z-index: -1;
}

.vegas-background {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
    z-index: -2;
}

.vegas-overlay,
.vegas-background {
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.slider-controls{
    opacity: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slider-controls li{
    list-style: none;
}

#page-welcome:hover .slider-controls{
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slider-controls li a{
        position: absolute;
        z-index: 10;
        top: 40%;
        width: 60px;
        height: 60px;
        cursor: pointer;
}
.next{
    background: url("../img/next.png");
    margin-right: 70px;
    right: 0;
    opacity: 0.3;
}
.prev{
    background: url("../img/prev.png");
    margin-left: 70px;
    left: 0;
    opacity: 0.3;
}
.next:hover, 
.prev:hover{opacity: 1;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.left { float: left; }
.right { float: right; }
.text-center {text-align: center;}
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}



/* ==========================================================================
   Responsive Settings
   ========================================================================== */


@media(max-width:992px) {

  #page-profile .profile{
    margin:0 auto 20px auto;
  }


}

@media  (max-width: 479px) {
    
    #page-welcome header h1 {
        font-size: 2em;
    }

    #page-welcome header p {
        font-size: 1em;
       line-height: 3em;
    }
       .section-title {
        font-size: 1.5em;

        }

        .section-header p {
        font-size: 1.2em;
        }

        #page-skills{
             text-align: center;
        }

        #grid{
            text-align: center;
        }

          #page-profile .profile{
    margin:0 auto 20px auto;
  }
  
   

}

/* Blue - #3498db */


a:link,a:visited,.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,a:hover,a:active,.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
  color:#3498db;
}

.spacer,.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,#grid .mix .overlay {

background: #3498db;
}

#page-contact{
  background: #3498db;
  color:#fff;
}

#page-contact .spacer{
  background: #fff;
}

#page-contact .section-title{
  color:#fff;
}

.btn.btn-default:hover,
.btn.btn-default:active{
    color:#3498db;
}





