/*-------------------------------------------------------*/
/* Base styles	 */
/*-------------------------------------------------------*/
html {
    overflow-y: scroll;
}

body {
    background-color: #E8E8E8;
    margin: 0;
    padding: 0;
    font-family: 'open Sans',Arial;
    font-size: 12px;
}



/*-------------------------------------------------------*/
/* Wrap */
/*-------------------------------------------------------*/
#container {
    margin: 0 auto;
    width: 860px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#content {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
    box-shadow: 0 1px 6px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
}

/*-------------------------------------------------------*/
/* Generic Classes */
/*-------------------------------------------------------*/


/* Clearfix */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}



/*-------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------*/
h1 {
    font-size: 37px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}


h3.main-heading {
    margin: 0 2px 20px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
    color: #3367d6;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    clear: both;
    position: relative;
}

h3.main-heading::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: /*mainColor*/
#fdc750;
}

h2.main-heading {
    margin: 0 2px 20px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
    color: #3367d6;
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    clear: both;
    position: relative;
}

h2.main-heading::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: /*mainColor*/
#fdc750;
}

/*-------------------------------------------------------*/
/* Top Section */
/*-------------------------------------------------------*/
header {
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

/* Logo */
#logo {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    display: none;
}

#logo h2 {
    font-size: 30px;
    font-weight: 900;
    color: #444;
    line-height: 40px;
}

#logo h4 {
    color: #666;
    line-height: 20px;
}


/*-------------------------------------------------------*/
/* Profile Section */
/*-------------------------------------------------------*/
#profile {
   
    background-image: url(../images/harsha-sastry-1-new.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    overflow: hidden;
    height: 330px;
}

/* About */
.about {
    float: left;
    margin-top: 30px;
    width: 590px;
    margin-left: 20px;
}

.about .photo-inner {
    float: left;
    background: url(../images/photo-inner.png) no-repeat;
    width: 192px;
    height: 212px;
    padding: 12px 0 0 20px;
}

.about .photo-inner img {
    background-color: #FFF;
}

.about h1 {
    font-weight: 900;
    color: #FFF;
    line-height: 34px;
    margin-top: 8px;
}

.about h3 {
    margin-top: 5px;
    font-size: 18px;
    color: #FFF;
    line-height: 18px;
}



/*-------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------*/
.menu {
    height: 30px;
    background-color: #3F51B5;
    position: relative;
    width: 600px;
    padding-left: 130px;
    padding-right: 130px;
}


#resume {
    padding: 40px 20px;
    overflow: hidden;
}

.skills-section,.timeline-section {
    float: left;
}

/* Timeline Section */
.timeline-section {
    width: 360px;
    padding-right: 60px;
}

.timeline {
    margin-bottom: 30px;
}

.timeline li {
    margin-bottom: 20px;
}

.timeline li .timelineUnit {
    line-height: 17px;
    margin-left: 0;
    color: #444;
    font-size: 13px;
    padding-left: 0;
}



.timeline li .timelineUnit p {
    color: #222;
    font-size: 13px;
    margin-top: 15px;
    text-align:justify;
}

.timeline li .timelineUnit li {
    color: #222;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 20px;
text-align:justify;
}

/* Skills Section */
.skills-section {
    width: 360px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
    color: #444;
}

.skills-section p {
    color: #666;
    line-height: 1.5;
}

.skills {
    margin-bottom: 25px;
    overflow: hidden;
}

.skills li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
    float: left;
    padding-left: 0;
    color: #666;
}

footer .copyright {		
             float:left;		
             color:#333;		
             padding-left:6px;	
                  }

footer .Poweredby {		
             float:right;		
             color:#333;		
             padding-right:6px;	
                  }


/*-------------------------------------------------------*/
/* Media Queries */
/*-------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #container {
        width: 750px;
    }

    /*-------------------------------------------------------*/
    /* Menu */
    /*-------------------------------------------------------*/
    .menu {
    	height: 30px;
	background-color: #3F51B5;
        position: relative;
        width: 590px;
        padding-left: 80px;
        padding-right: 80px;
    }

    /*-------------------------------------------------------*/
    /* Profile Section */
    /*-------------------------------------------------------*/
    /* About */
    .about {
        width: 590px;
    }

    .about h1 {
        line-height: 38px;
        font-size: 30px;
    }

    .about h3 {
        font-size: 14px;
        line-height: 14px;
    }

    
    /*-------------------------------------------------------*/
    /* Resume */
    /*-------------------------------------------------------*/
    .timeline-section {
        width: 340px;
        padding-right: 30px;
    }

    .skills-section {
        width: 340px;
    padding-left: 0px;
    border-left: 0;

    }

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #container {
        width: 470px;
    }

    /*-------------------------------------------------------*/
    /* Top Section */
    /*-------------------------------------------------------*/
    /* Logo */
    #logo h2 {
        font-size: 25px;
        font-weight: 900;
        color: #444;
        line-height: 30px;
    }

    #logo h4 {
        color: #666;
        line-height: 15px;
    }

  
    /*-------------------------------------------------------*/
    /* Profile Section */
    /*-------------------------------------------------------*/
    /* About */
    .about {
        width: 420px;
        display: block;
    }

    .about h1 {
        line-height: 38px;
        font-size: 30px;
    }

    .about h3 {
        font-size: 14px;
        line-height: 14px;
    }

   

    /*-------------------------------------------------------*/
    /* Menu */
    /*-------------------------------------------------------*/
  

    .menu {
    height: 30px;
    background-color: #3F51B5;
        position: relative;
        width: 370px;
        padding-left: 50px;
        padding-right: 50px;
    }

    /*-------------------------------------------------------*/
    /* Resume */
    /*-------------------------------------------------------*/
    .skills-section {
        width: 340px;
    padding-left: 0px;
    border-left: 0;

    }

  
    .timeline-section {
        width: 340px;
        padding-right: 60px;
    }

 
    
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #container {
        width: 300px;
        margin-top: 10px;
    }

    .extra-text {
        font-size: 16px;
    }
header {
    height: 5px;

}
    /*-------------------------------------------------------*/
    /* Top Section */
    /*-------------------------------------------------------*/
    /* Logo */
    #logo h2 {
        font-size: 25px;
        font-weight: 900;
        color: #444;
        line-height: 30px;
    }

    #logo h4 {
        color: #666;
        line-height: 15px;
    }

    /* .socialicons {
        display: none;
     }
    */

    /*-------------------------------------------------------*/
    /* Profile Section */
    /*-------------------------------------------------------*/
    div.top {
        height: 50px;
        margin-bottom: 5px;
    }

    /* About */
    .about {
        width: 280px;
        display: block;
        margin: 10px 0 15px 10px;
    }

    .about .photo-inner {
        margin-left: 40px;
        background: url(../images/photo-inner.png) no-repeat;
        width: 192px;
        height: 212px;
        padding: 12px 0 0 20px;
    }

    .about h1 {
        line-height: 38px;
        font-size: 30px;
        text-align: center;
    }

    .about h3 {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }

   
    

    

    /*-------------------------------------------------------*/
    /* Menu */
    /*-------------------------------------------------------*/
    
    .tabs li > a {
        width: 75px;
        font-size: 14px;
    }

    .tabs li.active {
        background-image: none !important;
    }

    .menu {
    height: 30px;
    background-color: #3F51B5;
        position: relative;
        width: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }

    /*-------------------------------------------------------*/
    /* Resume */
    /*-------------------------------------------------------*/
    #resume {
        padding: 10px;
    }

    .timeline-section {
        width: 260px;
        padding-right: 60px;
    }

    .skills-section {
        width: 260px;
       padding-left: 0px;
    border-left: 0;

    }

  footer .copyright {       
             float:none;       
               text-align:center;   
             padding-left:0px;   
                  }

footer .Poweredby {       
             float:none;       
              text-align:center;   
             padding-right:0px;   
                  }
   

    /*-------------------------------------------------------*/
    /* Contact */
    /*-------------------------------------------------------*/
    

    .contact-info,.contact-form {
        padding: 0 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (max-moz-device-pixel-ratio: 2) {
    .tabs li.active {
        background: url(../images/tab-hover@2x.png) no-repeat;
        background-size: 116px 114px;
    }
}
