/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: nevis;
    src: url(../img/fonts/nevis.ttf);
}
@font-face {
    font-family: "trebuchet ms";
    src: url(../img/fonts/trebuc.ttf);
}
body {
    background-color: white;
    font-size: 1em;
    text-align: center;
    height: 100%;
    background: #f9f7f7;
}
.clear {
    clear: both;
}
#container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: "Raleway";
    font-weight: normal;
    background: #f9f7f7;
    overflow: hidden;
}
#container.index {
    background: white;
}
/*******index.html*********/
/***Header***/
#header {
    background-color: #00a2ff;
    /*overflow: hidden; */
    width: 100%;
    height: 80px;
    padding-top: 10px;
    border-bottom: 5px solid #c5c5c5;
    text-align: center;
}
#header a {
    margin: 0;
    padding: 0;
}
#headerlogo {
    color: white;
    font-family: Raleway;
    font-weight: 900;
    font-size: 3em;
    text-decoration: none;
}
.logo {
    margin: .5em 0 0 0;
    text-align: center;
    display: inline-block; 
    vertical-align: baseline;   
}
#topnav {
    text-align: center;
    display: inline-block;
    margin: 1em 0 0 9em;
    width: 425px;
}
#topnav li {
    padding: 0 2.5em 0 0;
    float: left;
    text-decoration: none;
    list-style: none;
}
#topnav li:last-child {
    padding: 0 0 0 0;
}
#topnav a {
    text-decoration: none;
    color: white;
}
#topnav a:hover {
    color: orange;
}

/*****Progress Bar*****/
#progressbar {
    margin: 1em 0 0 0;
}

/***Section 1***/
#section1 {
    width: 100%;
    height: 600px;
    background-image: url("../img/Titlepic2.jpg");    
    background-size: cover;
    overflow: hidden;
    border-bottom: 5px solid #c5c5c5; 
}
#titlebox {
    color: #3f3e3e;
    position: relative;
    margin: 7em auto 0 auto;
    padding: 0 0 0 0;
    width: 35em;
    height: 17em;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    border: 15px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 0 1px #bcbcbb inset;
   /* border-radius: 20px;*/
}
#titlebox p {
    margin: 1.5em auto 0 auto;
    width: 275px;
    border-top: 1px solid #8e8e8c;
}
h1 {
    font-weight: 800;
    font-size: 1.7em;
    text-align: center;
    padding: 0 0 0 0;
    margin: 1.1em auto 0 auto;
}
#titlebox h2 {
    font-size: 1.5em;
    font-weight: 400;
}
#section1 .button {
    border-radius: 5px;
    background-color: #ff7800;
    color: white;
    padding: .5em 1em;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 800;
}
#section1 .button:hover {
    border: 3px solid #bcbcbb;
}

/***Section 2***/
#section2 {
    margin: 2.5em auto 0 auto;
    height: 375px;
    width: 100%;
    overflow: hidden;
}
#section2col2 {
    width: 250px;
    height: 350px;
    display: inline-block;
    margin: 3em 3em 0 auto;
}
#section2col2:last-child {
    margin-right: 0;
}
.smallline {
    width: 100px;
    border-bottom: 2px solid black;
    margin: 1em auto 1em auto;
}
#section2 img:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

/***Section 3***/
#section3 {
    margin: 3em 0 0 0;
    overflow: hidden;
    height: 400px;
    width: 100%;
}
#section3col3 {
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 3em 3.5em 0 0;
    height: 270px;
    vertical-align: text-top;
}
#section3col3:last-child {
    display: inline-block;
    width: 250px;
    text-align: center;
    margin-right: 0;
}

/***Section 4***/
#section4 {
    overflow: hidden;
    margin: 2em 0 0 0;
    height: 500px;
    width: 100%;
    background-color: #EBECEC;
}
#section4 h3 {
    margin-top: 2em;
    text-transform: uppercase;
    text-decoration: underline;
}
#section4 img {
    width: 250px;
    height: auto;
    margin: 1em;
    border: 8px solid transparent;
}
#section4 img:hover {
    border: 8px solid #00a2ff;
}


/***Section 5***/
#section5 {
    overflow: hidden;
    height: 150px;
    width: 100%;
    margin: 5em 0 3em 0;
}
#section5 img {
    display: inline-block;
    padding: 1.5em;
}
#section5 h3 {
    margin-top: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}

/***Footer***/
#footer {
    background-color: #00a2ff;
    overflow: hidden;
    width: 100%;
    height: 115px;
    margin-top: 30px;
    border-top: 10px solid #c5c5c5;
    text-align: center;
}
.resumeresults {
    position: fixed;
    bottom: 0;
}
#footer p {
   color: white;
   display: inline-block;
   margin: 0 8em 0 -5em;
   width: 350px;
   /* float: left;
    color: white;
    margin: 25px 0 0 550px; */
}
.signature {
    width: 915px;
    margin: 1.2em auto 0 auto;
    color: white;
    text-align: left;
}
.signature a {
    color: white;
}
#footernav {
   display: inline-block;
   margin: 25px 0 0 0;
   width: 450px;
   padding: 0;
  /*  padding: 0;
    text-align: center;
    
    width: 600px;
    float: left; */
}
#footernav li {
    font-size: 1em;
    padding: .5em 2.5em 1.5em 0;
    text-decoration: none;
    display: inline;
}
#footernav li:last-child {
    padding: .5em 0 1.5em 0;
}

#footernav a {
    text-decoration: none;
    color: white;
}
#footernav a:hover {
    color: orange;
}
/*#footer.short {
    position: fixed;
    bottom: 0;
}*/

/***The Basics***/
.basicsmainfield {
    width: 100%;
}
.basicsmainfield li {
    list-style: none;
    display: inline;
    padding: 2em;
}
.basicsfield {
    display: inline-block;
    text-align: left;
    padding: .5em;
    overflow: hidden;
    position: relative;
    height: 100%;
    background: gray;
    border-radius: 15px
 
}
.basicsfield #objectives {
    width: 500px;
    height: 200px;
}
.basicsfield #quote {
    width: 200px;
    height: 100px;
}
#backbutton {
    border-radius: 5px;
    background-color: #ff7800;
    color: white;
    padding: .5em 1em;
    font-size: 1.2em;
    text-decoration: none;
}
#nextbutton {
    border-radius: 5px;
    background-color: #ff7800;
    color: white;
    padding: .5em 1em;
    font-size: 1.2em;
    text-decoration: none;
}
.bottombuttons {
    margin: 2em auto;

}
.bottombuttons li {
    display: inline;
    list-style: none;
    margin-right: 1em;
}

/****Experience****/
.experiencefield {
    display: inline-block;
    padding: 1em;
    text-align: left;
    margin: 0;
}

/*****Education*****/
.educationfield {
    padding: 1em 0 0 0;
    margin: 0 auto;
}

/***Display Resume***/
canvas {
    width: 600px;
}
#resumes {
    /*float: right;*/
    display: inline-block; /**/
    margin: 2em auto 0 auto;
    overflow: hidden;
    height: auto;
}
#resumes ul {
    padding: 0;
    margin: 0;
}
#resumes li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.resumetitle {
    position: absolute;
    color: black;
    font-size: 2.5em;
    left: 4.5em;
    top: 7em;
}
#controlpanel {
    width: 11.5em;
    height: 325px;
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    font-family: Raleway, arial;
    margin:  0 0 12em 1.8em;
   /* margin: 200px 375px 0 90px; */
   /* float: right; */
   display: inline-block; /**/
   overflow: hidden;
   text-align: center;
}
.displayresumetitle {
    color: black;
    font-size: 1.5em;
    margin:  0 0 .5em 0;
    text-align: center;
}
/*#saveimage {
    width: 7.1em;
    height: 2em;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid white;
    background: #FF7800;
    color: white;
    font-family: Raleway, arial;
    display: block; 
}*/
.savebuttons {
    border: 4px solid transparent;
    display: inline;
    padding: .2em;
}
.savebuttons:hover {
    border: 4px solid #00a2ff;
    border-radius: 10px;
    cursor: pointer;
}
#nextresume {
    width: 150px;
    height: 2em;
    border: 2px solid #F9F7F7;
    border-radius: 20px;
    text-decoration: none;
    background: #00A2FF;
    color: white;
    font-family: Raleway, arial;
    display: block;
    margin: 2em auto 0 auto;
}
#backresume {
    width: 7.1em;
    height: 2em;
    border: 2px solid #F9F7F7;
    border-radius: 20px;
    text-decoration: none;
    background: #FF7800;
    color: white;
    font-family: Raleway, arial;
    display: block;
    margin: 1.5em auto 0 auto;
}
#nextresume:hover {
    background-color: #656565;
}
#backresume:hover {
    background-color: #656565;
}
#back {
    position: absolute;
    top: 0;
    left: 0;
}
#next {
    position: absolute;
    top: 0;
    right: 0;
}

/**Resume 1**/
/*#resumecontainer1 {
    width: 1300px;
    height: 1000px;
    margin: 0 auto;
}
#resumecontainer2 {
    width: 1100px;
    height: 1000px;
    margin: 0 auto;
}

#resumelist {
    margin: 5em 0 0 0;
    color: black;
    float: left;
}
#button {
    float: right;
    display: inline-block;
}
#resumeelegant {
    margin: 0 auto;
    width: 850px;
    height: 1100px;
    font-family: Merriweather;
    font-weight: 300;
    border-top: 4em solid #df8182;
    position: relative;
    overflow: hidden;
    /*-webkit-transform: scale(0.65,0.65);
    -moz-transform: scale(0.65,0.65);
    -o-transform: scale(0.65,0.65);
    -webkit-transform-origin: 50% 8%;
    -moz-transform-origin: 50% 8%;
    -o-transform-origin: 50% 8%; 
}  */
/*#resumeelegant .fname, #resumeelegant .lname {
    font-size: 5em;
    color: #df8182;
    text-transform: uppercase;
}
#resumeelegant .fname {
    margin: 1em 4em 0 0;
    padding: 0;
}
#resumeelegant .lname {
    margin: -.4em 4em 0 0;    
    padding: 0;
}
#resumeelegant .quote {
    margin: -.5em 0 0 2.5em;    
    padding: 0;
    color: #cac9c9;    
    font-size: 1.8em;
    width: 350px;
    height: 100px;
    text-align: left;
}
#resumeelegant #headerblock {
    background: #f6f6f6;
    border-bottom: 4px solid #df8182;
    width: 12em;
    height: 20em;
    float: right;
    margin: -4em 4em 0 0;
}
#resumeelegant #headerblock ul {     
    text-align: left;
    margin: 8em 0 0 1em;
}
#resumeelegant #headerblock li {  
    color: black;
    font-size: .8em;
    text-transform: none;    
}
#resumeelegant #headerblock .fname { 
    margin: 0 0 0 0;    
}
#resumeelegant #headerblock .lname {
    margin: 0 0 0 4.5em;
}
#resumeelegant #headerblock .zip {
    margin: 0 0 0 1.8em;
}
#resumeelegant #headerblock .phone, #resumeelegant #headerblock .email {
    margin-left: 1.5em;
    margin-top: .1em;
    }
#resumeelegant #headerblock span {
    position: absolute;
}
#resumeelegant .leftcolumn {
    float: left;
    width: 400px;
    text-align: left;
    margin: 0 0 0 4.5em;
}
#resumeelegant footer {
    height: 7em;
    width: 850px;
    border-top: 4px solid #df8182;
    position: absolute;
    bottom: 0px;
}
#resumeelegant footer ul {
    margin: 2em 0 0 0;
}
#resumeelegant footer li{
    display: inline;
    padding-right: 2em;
}*/

/**Resume 5**/
#resume5 {
    /*width: 600px;
    height: 776px;*/
    width: 850px;
    height: 1100px;
    font-family: Arial;
    background-image: url("../img/resume_simple_background.jpg");
    background-size: 850px 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: .1px solid #bdbdbd;
    font-size: 1.1em;
    border-left: 1px solid #0446e4;
}

#resume5 .sidebar .fname, #resume5 .sidebar .lname {
    color: white;
    font-size: 1.3em;
    font-weight: normal;
    display: none;
}
#resume5 #leftcol {
    width: 600px;
    height: auto;
    padding: .5em 0 0 3.8em;
    overflow: hidden;
    text-align: left;
}
#resume5 .fname {
    font-size: 4em;
    color: #3c8bca;
}
#resume5 .lname {
    font-size: 4em;
    color: #3c8bca;
    font-weight: bold;
}
#resume5 .quote {
    font-size: 1.5em;
    color: #555655;
    margin-top: -.7em;
}
#resume5 .objectives {
    width: 25em;
    height: 10em;
    font-size: 1.1em;
    text-align: left;
    overflow: hidden;
    margin-top: 4.8em;
}
#resume5 .school1 {
    margin-top: 4.7em;
    width: 500px;
    overflow: hidden;
    display: inline-block;
}
#resume5 .schooldescription1 {
    font-size: .9em;
    width: 600px;
    overflow: hidden;
}
#resume5 .school2 {
    margin-top: 1.15em;
    width: 500px;
    overflow: hidden;
    display: inline-block;
}
#resume5 .schooldescription2 {
    font-size: .9em;
    width: 600px;
    overflow: hidden;
}
#resume5 .companyname1 {
    margin-top: 4.8em;
    width: 500px;
    overflow: hidden;
    display: inline-block;
}
#resume5 .jobdescription1 {
    font-size: .9em;
    width: 500px;
    overflow: hidden;
}
#resume5 .position1 {
    color: #727171;
}
#resume5 .companyname2 {
    margin-top: 1.3em;
    width: 500px;
    overflow: hidden;
    display: inline-block;
}
#resume5 .jobdescription2 {
    font-size: .9em;
    width: 600px;
    overflow: hidden;
}
#resume5 .position2 {
    color: #727171;
}
#resume5 .skill1 {
   
}
#resume5 .skills  {
    margin-top: 5em;
    line-height: 1.9em;
}
#resume5 #rightcol {
    left: 32em;
    top: 10.3em;
    position: absolute;
    width: 15em;
    overflow: hidden;
    text-align: left;
}
#resume5 .rightbox {
    margin: 1.3em 0 0 4.5em;
    line-height: 1.3em;
}
#resume5 ul {
    font-size: 1em;
    color: #494342;
    overflow: hidden;
}
#resume5 ul .phone {
    margin-top: .4em;
}
#resume5 ul .website {
    margin-top: -.6em;
}
#resume5 .schoolyears1 {
  /*  margin: 6.5em 0 0 0;
    text-align: right;*/
    font-style: italic;
    display: inline-block;
    overflow: hidden;
}
#resume5 .schoolyears2 {
    /*text-align: right;
    margin:  3.3em 0 0 0;*/
    font-style: italic;
    display: inline-block;
    overflow: hidden;
}
#resume5 .years1 {
  /*  margin: 6.2em 0 0 0;
    text-align: right;*/
    font-style: italic;
    display: inline-block;
    overflow: hidden;
}
#resume5 .years2 {
  /*  text-align: right;
    margin:  3em 0 0 0;*/
    font-style: italic;
    display: inline-block;
    overflow: hidden;
}
#resume5 .bottom {
    overflow: hidden;
    font-size:.9em;
    margin: 34em 0 0 0;
    padding-left: 4em;
}
#resume5 .bottom .fname, #resume5 .bottom .lname {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    width: 200px;
}
#resume5 .bottom .phone{
    margin: auto;
}
#resume5 .bottom .website {
    margin: auto;
    color: blue;
}
/****End Resume 5*****/


/****Resume 3*****/
#resume3 {
    /*width: 600px;
    height: 776px;*/
    width: 850px;
    height: 1100px;
    background: url(../img/resume3_background.jpg);
    /*background-size: 600px 776px;*/
    background-size: 850px 1100px;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden; 
   /* border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd; */
    font-size: 1em;
    padding: 0;
    font-family: "Trebuchet ms";
    position: relative;
}
#resume3_content * {
    position: absolute;
  
}
#resume3_content {
    width: 523px;
    margin: 0 auto;
    text-align: left;
}
#resume3 .titlebar  {
   font-size: 5.2em;
   margin: .2em auto 0 auto;
   color: white;
   font-family: "nevis";
   font-weight: bold;
   width: 750px;
   height: auto;
   text-shadow: 1px 1px 4px black;
}
#resume3 .titlebar.quote {
    font-size: 2.5em;
    margin-top: -.15em;
    padding: 0;
    text-transform: uppercase;
}
#resume3 .objectives {
    width: 13em;
    top: 18em;
    left: 7em;
    height: auto;
    overflow: hidden;
}
#resume3 .col_education {
   width: 18em;
   height: auto;
   top: 17.5em;
   left: 34.5em;
}
#resume3 .col_education .major1 {
   top: 0;
   overflow: hidden;
   white-space: nowrap;
}
#resume3 .col_education .department1 {
   top: 2em;
}
#resume3 .col_education .school1 {
   top: 3.2em;
}
#resume3 .col_education .major2 {
   top: 6.8em;
   overflow: hidden;
   white-space: nowrap;
}
#resume3 .col_education .department2 {
   top: 8.8em;
}
#resume3 .col_education .school2 {
   top: 10em;
}
#resume3 .col_center {
   font-family: nevis, arial;
   font-size: 1.05em;
   width: 17em;
   height: auto;
   top: 33.7em;
   left: 21em;
   color: white;
}
#resume3 .col_center .phone {
   top: 3.7em;
   width: 11em;
   overflow: hidden;
   white-space: nowrap;   
}
#resume3 .col_center .website {
   width: 11em;
   overflow: hidden; 
   white-space: nowrap;  
}
#resume3 .col_center .email {
   top: 7.1em;
   width: 11em;
   overflow: hidden;
   white-space: nowrap;   
}
#resume3 .col_experience {
   width: 17em;
   height: auto;
   top: 51.5em;
   left: 34.5em;
}
#resume3 .col_experience .years1 {
    top: 0;
    width: 5.3em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .position1 {
    top: 0;
    left: 6em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .companyname1 {
    top: 1.4em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .jobdescription1 {
    top: 2.8em;
    max-height: 2.727em;
    overflow: hidden;
}
#resume3 .col_experience .years2 {
    top: 6.8em;
    width: 5.3em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .position2 {
    top: 6.8em;
    left: 6em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .companyname2 {
    top: 8.2em;
    height: 1.364em;
    overflow: hidden;
}
#resume3 .col_experience .jobdescription2 {
    top: 9.6em;
    max-height: 2.727em;
    overflow: hidden;
}
#resume3 .col_skills {
   width: 17em;
   top: 47.5em;
   left: 6em;
   font-size: 1.1em;
}
#resume3 .col_skills .skill1 {
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume3 .col_skills .skill2 {
    top: 1.1em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume3 .col_skills .skill3 {
    top: 2.2em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume3 .col_skills .skill4 {
    top: 3.3em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume3 .col_address {
   width: 17em;
   height: auto;
   left: 6.6em;
   top: 58.3em;
}
#resume3 .col_address .fname {
   width: 17em;
   height: auto;
   top: 0;
}
#resume3 .col_address .lname {
   width: 17em;
   height: auto;
   top: 1em;
}
#resume3 .col_address .email {
   width: 17em;
   height: auto;
   top: 2.5em;
   color: #35b9c5;
}
#resume3 .col_address .phone {
   width: 17em;
   height: auto;
   top: 3.8em;
}
/****End Resume 3****/

/****Resume 4*****/
#resume4 {
    /*width: 600px;
    height: 776px;*/
    width: 850px;
    height: 1100px;
    background: url(../img/resume4_background.jpg);
    /*background-size: 600px 776px;*/
    background-size: 850px 1100px;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden; 
   /* border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd; */
    font-size: 1em;
    padding: 0;
    font-family: "Trebuchet ms";
    position: relative;
}
#resume4_content * {
    position: absolute;
  
}
#resume4_content {
    width: 523px;
    margin: 0 auto;
    text-align: left;
}
#resume4 .titlebar  {
   font-size: 5.2em;
   margin: .2em auto 0 auto;
   color: white;
   font-family: "nevis";
   font-weight: bold;
   width: 750px;
   height: auto;
   text-shadow: 1px 1px 4px black;
}
#resume4 .titlebar.quote {
    font-size: 2.5em;
    margin-top: -.15em;
    padding: 0;
    text-transform: uppercase;
}
#resume4 .objectives {
    width: 13em;
    top: 18em;
    left: 7em;
    height: auto;
    overflow: hidden;
}
#resume4 .col_education {
   width: 18em;
   height: auto;
   top: 17.5em;
   left: 34.5em;
}
#resume4 .col_education .major1 {
   top: 0;
   overflow: hidden;
   white-space: nowrap;
}
#resume4 .col_education .department1 {
   top: 2em;
}
#resume4 .col_education .school1 {
   top: 3.2em;
}
#resume4 .col_education .major2 {
   top: 6.8em;
   overflow: hidden;
   white-space: nowrap;
}
#resume4 .col_education .department2 {
   top: 8.8em;
}
#resume4 .col_education .school2 {
   top: 10em;
}
#resume4 .col_center {
   font-family: nevis, arial;
   font-size: 1.05em;
   width: 17em;
   height: auto;
   top: 33.7em;
   left: 21em;
   color: white;
}
#resume4 .col_center .phone {
   top: 3.7em;
   width: 11em;
   overflow: hidden;
   white-space: nowrap;   
}
#resume4 .col_center .website {
   width: 11em;
   overflow: hidden; 
   white-space: nowrap;  
}
#resume4 .col_center .email {
   top: 7.1em;
   width: 11em;
   overflow: hidden;
   white-space: nowrap;   
}
#resume4 .col_experience {
   width: 17em;
   height: auto;
   top: 51.5em;
   left: 34.5em;
}
#resume4 .col_experience .years1 {
    top: 0;
    width: 5.3em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .position1 {
    top: 0;
    left: 6em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .companyname1 {
    top: 1.4em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .jobdescription1 {
    top: 2.8em;
    max-height: 2.727em;
    overflow: hidden;
}
#resume4 .col_experience .years2 {
    top: 6.8em;
    width: 5.3em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .position2 {
    top: 6.8em;
    left: 6em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .companyname2 {
    top: 8.2em;
    height: 1.364em;
    overflow: hidden;
}
#resume4 .col_experience .jobdescription2 {
    top: 9.6em;
    max-height: 2.727em;
    overflow: hidden;
}
#resume4 .col_skills {
   width: 17em;
   top: 47.5em;
   left: 6em;
   font-size: 1.1em;
}
#resume4 .col_skills .skill1 {
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume4 .col_skills .skill2 {
    top: 1.1em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume4 .col_skills .skill3 {
    top: 2.2em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume4 .col_skills .skill4 {
    top: 3.3em;
    width: 15em;
    height: 2em;
    overflow: hidden;
}
#resume4 .col_address {
   width: 17em;
   height: auto;
   left: 6.6em;
   top: 58.3em;
}
#resume4 .col_address .fname {
   width: 17em;
   height: auto;
   top: 0;
}
#resume4 .col_address .lname {
   width: 17em;
   height: auto;
   top: 1em;
}
#resume4 .col_address .email {
   width: 17em;
   height: auto;
   top: 2.5em;
   color: #35b9c5;
}
#resume4 .col_address .phone {
   width: 17em;
   height: auto;
   top: 3.8em;
}
/****End Resume 4****/

/****Print Resume****/
@media print {
  body * {
    visibility: hidden;
  }
  #header {
    display: none;
  }
  #footer {
    display: none;
  }
  #resume5, #resume5 * {
    visibility: visible;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -o-transform-origin: none;
  }
}

/*****Responsive Design********/
@media (max-width: 1540px) {
#titlebox {
    width: 35em;
    height: 16em;
}
}

@media (max-width: 900px) {
#header {
    height: 110px;
}
#topnav {
    display: block;
    margin: .5em auto 0 auto;
    padding: 0; 
}
.logo {
    -webkit-transform: scale(.7,.7);
    -moz-transform: scale(.7,.7);
    -o-transform: scale(.7,.7);
    padding: 0;
}
#footer p {
    margin: 1em 0 0 0;
}
#footer {
    height: 100px;
}
canvas {
    width: 500px;
}
.backtab {

}
#slick .reset {
    display: none;
}
#slick label.tabs.backtab {
    margin-left: 0;
}
}

@media (max-width: 720px) {
#controlpanel {
    width: 11.5em;
    height: 325px;
    text-decoration: none;
    color: white;
    font-size: 1.1em;
    font-family: Raleway, arial;
    margin:  0 0 12em 1.8em;
   /* margin: 200px 375px 0 90px; */
   /*float: left;*/
   display: inline;
   overflow: hidden;
   text-align: center;
}
#nextresume {
    width: 100px;
    float: right;
    margin-right: 1em;
}
#backresume {
    width: 100px;
    float: left;
    margin-left: 1em;

}
.savebuttons {
    width: 60px;
}
}

@media (max-width: 520px) {
#topnav {
    text-align: center;
    width: 100%;
}
#titlebox {
    width: 300px;
}
#titlebox h1 {
    font-size: 1.3em;
}
#titlebox h2 {
    font-size: 1em;
}
#section2 {
    overflow: visible;
    height: auto;
}
#section2col2 {
margin: 3em 0 0 auto;
width: 250px;
height: 150px;
display: inline-block;
-webkit-transform: scale(.9,.9);
-moz-transform: scale(.9,.9);
-o-transform: scale(.9,.9);
}
#section2col2:first-of-type {
   margin-top: 1em;
}
#section2col2:last-of-type {
   margin: 3em 0 0 auto;
}
#section3col3:first-of-type {
    display: none;
}
#section3col3:last-of-type {
    display: none;
}
#section3col3 {
    margin: 2em 0 0 0;
    padding: 0;
}
#section5 {
    margin-top: 1em;
    overflow: visible;
    height: auto;
}
#section5 img {
    -webkit-transform: scale(.8,.8);
    -moz-transform: scale(.8,.8);
    -o-transform: scale(.8,.8);
}
#footer {
    text-align: center;
    overflow: hidden;
    height: 85px;
}
#footer p {
    font-size: .8;
    margin: .8em auto 0 auto;
}
#footernav {
   display: block;
   margin: 10px 0 20px 0;
   width: 100%;
   padding-bottom: 10px;
}
#footernav li {
    font-size: .9em;
    padding: .5em 1.5em 1.5em 0;
    text-decoration: none;
    display: inline;
}
#footernav li:last-child {
    padding: .5em 0 1.5em 0;
}
#progressbar {
    -webkit-transform: scale(.63,.63);
    -moz-transform: scale(.63,.63);
    -o-transform: scale(.63,.63);
    -webkit-transform-origin: 0 25%;
    -moz-transform-origin: 0 25%;
    -o-transform-origin: 0 25%; 
    margin: .5em 0 0 .2em;
}
#controlpanel {
    width: 11.5em;
    height: 325px;
    text-decoration: none;
    color: white;
    font-size: 1.1em;
    font-family: Raleway, arial;
    margin:  0 0 12em 1.8em;
   /* margin: 200px 375px 0 90px; */
   /*float: left;*/
   display: inline;
   overflow: hidden;
   text-align: center;
}
#nextresume {
    width: 100px;
    float: right;
    margin-right: 1em;
}
#backresume {
    width: 100px;
    float: left;
    margin-left: 1em;

}
.savebuttons {
    width: 60px;
}
canvas {
    width: 400px;
}
#section4 {
    overflow: hidden;
    margin: 2em 0 0 0;
    height: auto;
    width: 100%;
    background-color: #EBECEC;
}
#section4 img {
    width: 200px;
    height: auto;
    margin: 1em;
    border: 8px solid transparent;
}
}

@media (max-width: 370px) {
#topnav {
    text-align: center;
    width: 100%;
}
#topnav li {
    font-size: .8em;
    padding: 0 1.2em 0 0;
    display: inline;
    text-decoration: none;
    list-style: none;
    float: none;
}
#topnav li:last-child {
    padding: 0 0 0 0;
}
#nextresume {
    width: 60px;
}
#backresume {
    width: 60px;
}
}
@media (max-width: 300px) {
#progressbar {
    -webkit-transform: scale(.50,.50);
    -moz-transform: scale(.50,.50);
    -o-transform: scale(.50,.50);
    -webkit-transform-origin: 4.5% 35%;
    -moz-transform-origin: 4.5% 35%;
    -o-transform-origin: 4.5% 35%; 
    margin: .5em auto 0 auto;
}
#controlpanel {
    width: 100%;
}
.savebuttons {
    width: 40px;
}
canvas {
    width: 300px;
}
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
      /*  color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


