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

.clear-fix {
    overflow: auto;
}

#main {
    background-color: #f3f3f3;
}

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

h1 {
    font-size: 40px;
    color: #67bcdb;
    line-height: 48px;
    text-align: center;
}

#name {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #999;
    line-height: 29px;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
}

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-size: 14px;
    color: #999;
    line-height: 16px;
    float: left;
}

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

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

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

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

#skills-h3 {
    color: #67bcdb;
    display: none;
}

.orange {
    background-color: 0xffffff;
}

.orange-text {
    color: #ff7400;
}

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

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

.dark-gray {
    background-color: 0;
}

/* TODO: Replace with image later */
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

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

.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
}

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

ul {
    list-style-type: none;
    color: #000000;
}

.flex-item {
    color: #ff7400;
}

.nav-item {
    font-size: 15px;
}

.biopic {
    float: left;
    padding: 10px;
    width: 250px;
    display: none;
}

#projects img {
    width: calc((50% - 60px)/2);
    margin-right: 30px;
}

#projects img: last-of-type {
    margin-right: 0;
}

span {
    padding: 5px;
}

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

#footerContacts {
    margin-left: 25%;
    margin-right: 25%;
}
/* 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;
    };
}

#map {
    display: block;
    height: 100%;
    margin: 0 5%;
}

#mapDiv {
    height: 400px;
    width: 100%;
    padding-bottom: 5%;
}

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