﻿/*xs*/
@media(max-width: 767px){
    #langs{
        width:80%;
        margin:auto;
        margin-top:20px;
        opacity:.9;
        border-radius:10px;
    }
}
/*sm*/
@media(min-width:768px) and (max-width:992px){
    #langs{
        width:75%;
        margin:auto;
        margin-top:20px;
        opacity:.9;
        border-radius:10px;
    }
    #smallSelfie{
        margin:20px 0 20px 10px;
        width:30%;
        float:right;
    }
}
/*md*/
@media(min-width:993px) and (max-width:1199px){
    #langs{
        width:100%;
        margin:auto;
        margin-top:120px;
        opacity:.9;
        border-radius:10px;
    }
    #smallSelfie{
         margin:0 0 20px 10px;
         width:30%;
         float:right;
    }
    #skills-image{
        border:solid thin black;
        margin:20px;
        opacity:.8;
    }
}
/*lg*/
@media(min-width:1200px){
    .selfie{
        position:fixed;
        width:250px;
        margin-top:-50px;
    }
    #langs{
        width:100%;
        margin:auto;
        margin-top:120px;
        opacity:.9;
        border-radius:10px;
    }
    #skills-image{
        border:solid thin black;
        margin:25px;
        opacity:.8;
    }
}
@media screen and (orientation:portrait){
    .selfie{
        position:relative;
        width:100%;
    }
}
#selfie2{
    top: 400px;
}
#selfie3 {
    top: 670px;
}
#lab3 {
    top: 620px;
}
#lab4 {
    top: 840px;
}
#lab5{
    top: 1000px;
}
#selfie4{
    top: 950px;
}
#eduPanel{
    padding:30px;
}
.img-center{
    margin:auto;
}
section{
    padding-top:70px;
    margin-top:-70px;
}
.code-sample-window{
    max-height: 400px; 
    overflow-y: scroll;
}
.code-tab-content{
    margin-top:-50px;
    padding:20px;
}
.code-tab-content p{
    margin-bottom:20px;
}
/*#pillWrapper{
    box-shadow:0px 3px 5px #000;
    padding:3px00 3px;
    white-space:nowrap;
    border-bottom-color:#222;
    border-bottom-width:thin;
    border-bottom-style:solid;
    margin-bottom:20px;
}
#pillWrapper li a{
    border:0px;
    box-shadow:none;
}*/
#fill{
    width:99%;
    border-left:solid thin black;
}
#imgZoomRadar{
    cursor:pointer;    
    opacity:.8;
}
.schools{
    opacity:.8;
    padding:0 30px 0 30px;
}
.zeroPad {
    padding:0;
    background-color: transparent;
}
.work-image{
    margin-left:20px; 
    float:right;
    max-height:175px;
    max-width:175px;
}
.work-arrow{
    text-align:right; 
    margin-top:-40px;
    font-size:x-large;
}
.work-table{
    width:100%;
    margin-top:40px;
    background-color:transparent;
    border:0;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.work-details{
    background-color: #2e3337;
    border-bottom:solid thin black;
    border-left:solid thin black;
    border-right:solid thin black;
    border-top:none;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding:20px;    
}
.work-headline{
    padding:20px;
    font-weight: bold;
    border:solid thin black;
    background: linear-gradient(to bottom, #333, #0d0e17);
}
.work-headline a{
    color:#bbb;
}
.work-title{
    font-size:x-large;
}
.caroselPics{    
    max-height:400px;
    height:400px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
p{
    padding-left:20px;
}
.edu{    
    padding-top:5px;
    padding-bottom:20px;
}
.imageShadow{
    border:solid thin black;
    box-shadow:0 0 5px #777;
}
.marginLeft20{
    margin-left:20px;
}
#langs td{
    border:solid thin black;
    padding:20px;
}
.blu{
    padding:20px;
    background-color:#333;
    background: linear-gradient(to bottom, #333, #0d0e17);
    color:white;
    opacity:.85;
    fill-opacity:.6;
    text-shadow:2px 2px 2px #000;
    text-align:center;
    border:solid thin black;
}
.contactInfo{
    padding-top:15px;
    text-align:right;
}
a{
    color:#6781e5;
}
.download-default{
    border:solid thin black;
    margin:auto;
    margin-top:20px;
    border-radius:10px;
    box-shadow:5px 5px 5px #111;
}
.download-heading{
    border-bottom:solid thin black;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    background-color:#333;
    padding:20px 20px 10px 20px;
}
.download-body{
    background-color:#222;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding:20px;
}
.download-body li{
    list-style-type:none;
    margin-left:-10px;
}
.noBullets li{
    list-style-type:none;
}
.download-body li span{
    color:#888;
    padding:5px 10px 5px 0;
}
.footer{
    padding:5px;
}
.footer span{
    padding:0 10px 0 10px;
}
#emailBtn:active {
    border:solid thin white;
}
#skills h4{
     color:#fff; 
}
.lower-button-bar{
    background-color:#272a2f;
}
.empty{
    width:99%;
}
.full{
    white-space: nowrap; 
}
.x-lg-glyph{
    font-size:x-large;
}
.vertical-button-bar{
    float:right;
    margin:0 0 20px 20px;
}
.vertical-button-bar a{
    margin-bottom:5px;
}
.vertical-button-bar button{
    margin-bottom:5px;
}
.icon-lg{
    font-size: 25px;
}
.valign {
  display: flex;
  align-items:center;
}
.anchor { padding-top: 150px; }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.work-history-container{

}
.text-lg{
    font-size:2em;
}
.text-lg span{
    padding:5px 20px 5px 20px;
}
.work-history-container h5{
    font-size:1.3em;
    text-align:center;
}
.work-history-container td{
    width:33%;
}
.inner-list{
    padding-top:20px;
}
.table td{
    background-color:#3e444c;
}
.panel .table, .panel .table td{
    border-top-color:#3e444c;
}
.panel .table td:first-child{
    border-left-color:#3e444c;
}
.panel .table td:last-child {
    border-right-color:#3e444c;
}
#skills-img{
    opacity:0.8;
    margin-top:20px;
    margin-bottom:20px;
}
.cursor-pointer{
    cursor:pointer;
}
.cursor-default{
    cursor:default;
}

.list-group-item-info{
    background-color:#3e444c;
}
.job-img{
    filter:grayscale(100%);
}
.img-badge{
    max-width: 100px;
    margin: 20px;
}
.img-200{
    min-width: 200px;
    min-height: 200px;
    margin:20px;
}