/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
    list-style: none;
}

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }


/* --Global
-------------------------------------------------------------- */
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body {
    background-color: #3cb5f9;
    color: #3f3f3f;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 1.5em; 
    font-size: 1em;           /* Base font size */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
    text-decoration: none ;
    color: #0793e2 ; 
}
    a:hover {
        color: #3cb5f9 ; 
    }

* {
    box-sizing: border-box;
}

/* =Template
-------------------------------------------------------------- */
#wrapper {
    width: 100%;
    margin: 0 auto;
}

#main {
    background-color: #fff;
    padding-top: 80px; 
    padding-bottom: 6em;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.2em; 
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}

section {
    padding: 0.5em 0; 
}
    section h1 {
        margin-bottom: 10px; 
    }

    p {
        text-align: justify;
    }

    section ul {
        list-style: circle; 
        padding-left: 2em;
        padding-bottom: 1em;
    }

    section .clean-bullet {
        list-style: none; 
        padding-left: 0;
        padding-bottom: 0;
    }


h2 {
    margin: 0.5em 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #0683c9;
    max-width:  19em;
    border-bottom: thin solid #3cb5f9;
}

.headline-skills {
    padding-top: 1em;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0 1em;
}

.col-50 {
    width: 100%;
    font-size: 0.9em;
}
/* DIV with this ID will center the contents, place within a fixed width div */
#col-inner-centered {
    display: table;
    /* had to set the width, if not done the second div block would be centered differently (slight offset) due to width differences of the div itself*/
    width: 15em;    
    margin: 0 auto ;
}

.jobtitle {
    float: left;
    color: #000000;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
}
.jobcompany {
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}
.daterange {
    color: green;
    width: 100%;
    font-size: 0.9em;
}

.job-wrapper {
    padding: 0.5em 0;
    border-bottom: 1px solid #DDDDDD;
}
    .job-wrapper:last-child {
        border-bottom: none;
    }

.college {
    padding-left: 1em;
}

/* --Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0683c9;
    border-bottom-color: #9fdbfc;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; 
}

        header h1#name {
            display: inline-block;
            height: 80px;
            line-height: 80px;
            float: left;
            font-size: 2em;
            color: white;
            margin-bottom: 0px;
            padding-bottom: 0px;

            -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
        }


        header nav {
            display: inline-block;
            float: right; 
            height: 80px;
        }

        header nav a {
            height: 80px;
            line-height: 80px;
            color: #9fdbfc;
            text-align: right;
            font-size: 1.7em;

            -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; 
        }

        header nav a:hover {
            color: white;
        }

        header.smaller {
            height: 50px; 
        }

        header.smaller h1#name {
            height:50px;
            line-height: 50px;
            font-size: 1.5em;
        }

            header.smaller nav a {
            line-height: 50px; 
            font-size: 1.3em;
        }

        header nav .linkedinicon {
            vertical-align: text-top;
        }


/* --Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }



/* -----------------------------------------------------------------
        Media Queries - above tablet and above
----------------------------------------------------------------- */
@media all and (min-width: 500px) {
    
    .col-50 {
        width: 50%;
    }

    .jobtitle {
        width: 60%;
        font-size: 1.1em;
    }
    .jobcompany {
        text-align: right;
        width: 40%;
    }
    .daterange {
        text-align: right;
    }
    .course {
        float: left;
        width: 60%;
    }
    .college {
        float: left;
        width: 40%;
        text-align: right;
        padding-left: 0;
    }
    
}


/* --Media Queries - above tablet and above
-------------------------------------------------------------- */
@media all and (min-width: 738px) {

    #main {
        padding-top: 100px;
    }
    
    .container {
        width: 85%;
        margin: 0 auto;
        padding: 0 0.7em;
    }

    header {
        height: 100px;
    }
        header h1#name {
            height: 100px;
            line-height: 100px;
            font-size: 3.5em
        }
        header nav a{
            height: 100px;
            line-height: 100px;
            font-size: 2.2em;
        }

        header.smaller {
            height: 60px; 
        }

        header.smaller h1#name {
            height:60px;
            line-height: 60px;
            font-size: 2.2em; 
        }

        header.smaller nav a {
            line-height: 60px; 
            font-size: 1.9em;
        }

    section p {
        font-size: 1em;
    }
    
    section ul {
        font-size: 1em;
    }

    
    h2 {
        font-size: 1.6em;
        max-width:  18em;
    }

}

/* --Media Queries - PRINTING
-------------------------------------------------------------- */
@media print {
    
    body {
        line-height: 1.7em;
        font-size: 0.8em;
        color: black;
    }
    
    #main {
        padding-top: 0px;
    }
    
    h2 {
        max-width: 22em;
    }
    
    /* Fix print issue with Safari */
    .fadeIn {
        opacity: 1 !Important;
    }


    
header {
    background-color: white;
    border-bottom-width: 0px;
    position: relative;
}

        header h1#name {
            color: #3cb5f9;
            font-size: 2em;
            font-weight: 700;
            text-align: center;
        }


        header nav {
            visibility: hidden;
        }
}

    



/* --ANIMATIONS
-------------------------------------------------------------- */

    .a1 {
        visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s;
    }
    .a2 {
        visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.2s;
    }
    .a3 {
        visibility: visible; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s;
    }
    .a4 {
        visibility: visible; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.4s;
    }
    .a5 {
        visibility: visible; animation-delay: 0.5s; -mozmoz-animation-delay: 0.5s; -omoz-animation-delay: 0.5s; -msmoz-animation-delay: 0.5s; -webkit-animation-delay: 0.5s; 
    }
    .a6 {
        visibility: visible; animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -webkit-animation-delay: 0.6s;
    }
    .a7 {
        visibility: visible; animation-delay: 0.7s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -webkit-animation-delay: 0.7s;
    }
    .a8 {
        visibility: visible; animation-delay: 0.8s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -webkit-animation-delay: 0.8s;
    }


    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }
        40% {
            transform: translateY(0px);            
        }
        100% {
            opacity: 1;
        }
    }
    .fadeIn {
        opacity: 0;
        animation-duration: 1.5s;
        animation-name: fadeIn;
        -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; -o-animation-fill-mode:forwards; -ms-animation-fill-mode:forwards; animation-fill-mode:forwards;
    }


