body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Quicksand", sans-serif;
}

.clear-fix {
    overflow: auto;
}

.education-entry,
.work-entry,
.project-entry {
    margin: 20px 0;
    padding: 0 5%;
}

h1 {
    font-size: 40px;
    color: #f5a623;
    line-height: 48px;
    display: inline;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #999;
    line-height: 29px;
    padding: 10px;
}

h3 {
    font-size: 20px;
    color: #000;
    line-height: 22px;
}

h4 {
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 17px;
}

h2,
h3,
h4,
h5 {
    padding: 10px 5%;
}

.date-text {
    font-style: italic;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    float: left;
}

.location-text {
    font-style: italic;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    float: right;
}

p,li {
    font-size: 14px;
    color: #333;
    line-height: 21px;
}

#a {
    color: #1199c3;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

a {
    color: #1199c3;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.welcome-message {
    font-style: italic;
    font-size: 18px;
    color: #f3f3f3;
    line-height: 28px;
}

#skills-h3 {
    color: #f5ae23;
    display: none;
}

.orange {
    background-color: #f5ae23;
    color: #330033;
}

.orange-text {
    color: #f5ae23;
}

.white-text {
    font-weight: bold;
    color: #fff;
}

.gray {
    background-color: #f3f3f3;
    padding-bottom: 10px;
    clear: both;
}

.dark-gray {
    background-color: #4a4a4a;
}

#header {
    background-color: #330033;
}

#headerRole {
    color: #FF5050;
}

.flex-box {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}


/*CSS for the connect side panel*/

.social {
    position: fixed;
    padding-top: 10px;
    top: 15%;
    right: 0;
    background-color: #FFFF66;
    opacity: 0.6;
    width: 50px;
    height: 122px;
    list-style: none;
    z-index: 11;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.center-content {
    padding: 2.5% 5%;
}

ul {
    list-style-type: none;
}

.biopic {
    float: left;
    padding: 10px;
    width: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: none;
}

.iconbox {
    display: -webkit-box;
    display: flex;
}

.iconlink {
    margin: 0px;
    padding-left: 10px;
    text-align: left;
}

.iconpic {
    width: 30px;
    padding: 0 10px 10px 0;
}

.workicon {
    padding: 0 20px 10px 0;
    height: 35px;
}

/*img {
    padding: 10px;
    max-width: 70%;
}*/

span {
    padding: 5px;
}

#footerContacts {
    background-color: #330033;
}

#lets-connect {
    text-align: center;
}

.flex-item {
    display: flex;
}


/*CSS for work role and tech*/

.roles,
.tech {
    margin: 15px 20px;
    background-color: #B2B2B2;
    cursor: pointer;
}

#rolesList,
#techList {
    padding: 10px;
    opacity: 0.8;
    color: black;
    font-size: 14px;
    line-height: 21px;
    list-style: square;
}


/*CSS for the project images*/

.img-div {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: auto;
    display: inline-block;
}

#proj-img {
    max-height: 100%;
    max-width: 100%;
}

.futurico-theme.slider-wrapper {
    position: relative;
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 5px;
 
    background: #141517;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.futurico-theme .nivoSlider {
    position: relative;
    width: 300px;
    height: 200px;
}
 
.futurico-theme .nivoSlider img {
    display: none;
    position: absolute;
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
}

.futurico-theme .nivo-controlNav {
    position: absolute;
    bottom: -30px;
    left: 105px;
}

.futurico-theme .nivo-controlNav a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    text-indent: -9999px;
 
    background: #141517;
 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
}

.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}

.futurico-theme .nivo-directionNav a {
    display: block;
    top: 60px;
 
    font-family: 'Consolas', sans-serif;
    font-size: 40px;
    color: #141517;
    text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}
 
.futurico-theme a.nivo-prevNav { left: -40px; }
 
.futurico-theme a.nivo-nextNav { right: -40px; }



/*CSS for map*/

#map {
    display: block;
    overflow: hidden;
    height: 90%;
    width: 90%;
    margin: 0 5%;
    opacity: 1.0 !important;
}

#mapDiv {
    height: 600px;
    width: 100%;
    padding-bottom: 5%;
    opacity: 0.8;
    background-color: #470024;
}


/* Media queries to handle various device widths */

@media only screen and (max-width: 1024px) {
    #lets-connect {
        margin-top: 5%;
    }
}

@media only screen and (max-width:900px) {
    .biopic {
        width: 175px;
    }
}

@media only screen and (max-width: 750px) {
    #lets-connect {
        margin-top: 10%;
    }
    .biopic {
        width: 150px;
    }
    .welcome-message {
        display: none;
    }
    #headerRole {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    #skills-h3,
    .biopic {
        display: block;
    }
}
