* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, Sans-serif;
}

::selection {
  background: #a8d1ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a8d1ff; /* Gecko Browsers */
}

html, body {
	height: 100%;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
    background-color: #303E49;
}

.no-js #loader {
    display:none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loader.gif") center no-repeat #FFF;
}

#homeViewContainer {
	background: url("../images/bg2.jpg") top center no-repeat;

    height: 100%;
    padding-bottom: 30px;
}

#profileContainer {
    background-color: #F1F2EA;
    border-top: 10px solid #FFF;
    height: auto;
}

#profileView .row {
    margin-top: 30px;
}


#experienceContainer {
    background: #F4EBEB;
    height: auto;
}

#contactContainer {
    background: #303E49;
}

.mediaContainer {
    padding: 15px
}

#educationContainer {
     background-color: #E9F0F5;
   
}

.paddingSection {
    padding-top: 100px;
    padding-bottom: 100px;
}

.clear {
    clear: both;
}

.complete {
    display: none;
}

.textHeader {
    font-size: 5em;
    font-weight: bolder;
    text-align: left;
}

.typeEmployment{
    font-size: 1em;
}

.textHeaderSmaller {
    font-size: 2em;
    font-weight: 400;
    margin-left: 12px;
    text-align: left;
}

.textHeaderSmallest {
    font-size: 1.3em;
    font-weight: 400;
    text-align: left;
}

.textSubHeader {
    font-size: 1.5em;
    font-weight: 450;
    text-align: left;
}

.redSquare {
    font-size: 1em;
    color: #EB453E;
    display: inline;
    vertical-align: super;
}

/* Header */
.navbar {
    margin: 0;
    opacity: 0.0;
    transition: 0.3s linear;
}


.navbar:hover {
    opacity: 0.95;
}

.fullBorder {
    border: 1px solid #000;
}

.dimBox {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 20px;
    width: 100%;
}

.textJustify {
    text-align: left;
}


.vertical-center {
    /* Fallback for browsers do NOT support vh unit */
    min-height: 90%;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

#profilePic {

}

#homeView .img-responsive {
    margin: 0 auto;
}

@keyframes fadein {
    from { opacity: 0; }
    to 	 { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#skill { 
    list-style: none;
    width: 100%;
    position: relative;
    line-height: 2em;
    padding: 30px 0 0 0;
    font-size: 1em;
    display: none;
}

#skill li { 
    margin-bottom:35px; 
    background:#e9e5e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ddd9), to(#e9e5e2));
    background-image: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -moz-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -ms-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -o-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: linear-gradient(top, #e1ddd9, #e9e5e2);  
    height:10px; 
    border-radius:10px; 
    -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;   
    -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;    
    box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;     
}

#skill li p { 
    position:relative; 
    top:-25px;
    left: 5px;
}

.bar { 
    height:9px; 
    margin:1px 2px;  
    position:absolute;
    border-radius:10px;
    -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;    
    box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;       
}

.skill1 {
    width:50%; 
    -moz-animation:skill1 3s ease-out;
    -webkit-animation:skill1 3s ease-out;
    background-color: #E86D6D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E86D6D), to(#EC433C));
    background-image: -webkit-linear-gradient(top, #E86D6D, #EC433C);
    background-image: -moz-linear-gradient(top, #E86D6D, #EC433C);
    background-image: -ms-linear-gradient(top, #E86D6D, #EC433C);
    background-image: -o-linear-gradient(top, #E86D6D, #EC433C);
    background-image: linear-gradient(top, #E86D6D, #EC433C);
}

.skill2 {
   width:70%;
    -moz-animation:skill2 3s ease-out;
    -webkit-animation:skill2 3s ease-out;   
    background-color: #6B96E5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6B96E5), to(#5C82C4));
    background-image: -webkit-linear-gradient(top, #6B96E5, #5C82C4);
    background-image: -moz-linear-gradient(top, #6B96E5, #5C82C4);
    background-image: -ms-linear-gradient(top, #6B96E5, #5C82C4);
    background-image: -o-linear-gradient(top, #6B96E5, #5C82C4);
    background-image: linear-gradient(top, #6B96E5, #5C82C4);
}

.skill3 {
   width:90%; 
    -moz-animation:skill3 3s ease-out;
    -webkit-animation:skill3 3s ease-out;   
    background-color: #f0bb4b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0bb4b), to(#d9aa44));
    background-image: -webkit-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -moz-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -ms-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -o-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: linear-gradient(top, #f0bb4b, #d9aa44);
}


.skill4 {
    width:40%; 
    -moz-animation:skill4 3s ease-out;
    -webkit-animation:skill4 3s ease-out;    
    background-color: #a1ce5b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a1ce5b), to(#91ba52));
    background-image: -webkit-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -moz-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -ms-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -o-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: linear-gradient(top, #a1ce5b, #91ba52);
}

@-moz-keyframes skill1 {0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes skill2       { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes skill3      { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes skill4   { 0%  { width:0px;} 100%{ width:40%;}  }

@-webkit-keyframes skill1      { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes skill2       { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes skill3     { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes skill4   { 0%  { width:0px;} 100%{ width:40%;}  }


#footerContainer {
    background-color: #303E49;
}
#footerView {
    color: #CBD0D3;
    height: 20px;
    text-align: center;
}

.media-icon {
    height: 50px;
    width: 50px;
    margin-right: 1em;
    margin-left: 1em;
}

.downloadResume {
  padding: .8em 1em;
  background: #EB453E;
  color: white;
  border-radius: 0.25em;
  display: inline-block;
}

.downloadResume {
    min-width: 110px;

}
.downloadResume:hover{
    color: #FFF;
    text-decoration: none;
}

.mediaContainer, .gitHubIcon, .downloadCVIcon {
    text-align: center;
}



@media only screen and (min-width: 980px) {
    .dimBox {
        width: 70%;
        padding: 35px;
    }

    #skill {
        width: 80%;
    }

    #profilePic {

    }

    .gitHubIcon {
        text-align: right;
    }

    .downloadCVIcon {
        text-align: left;
    }

    .downloadResume {
        min-width: 110px;
        height: 42px;

    }
    .textJustify {
        text-align: justify;
    }

}