/* colours Red #EC185B Light Red #f69680 Yellow #FDB813 Light Yellow #FFD88F 
Teal #00A79D Light Teal #78CCD0 Slate #C0BEB7 Cloud #EAE5DA Dark Indigo #232439 Light indigo #4c4f6d */

/*Backgrounds by <a href="http://subtlepatterns.com/">Subtle Patterns</a>*/

/* Nautik @font-face Generated by Font Squirrel (http://www.fontsquirrel.com) on October 5, 2014 */

@font-face {
    font-family: 'nautikbold';
    src: url('../fonts/nautik-bold-webfont.eot');
    src: url('../fonts/nautik-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nautik-bold-webfont.woff2') format('woff2'),
         url('../fonts/nautik-bold-webfont.woff') format('woff'),
         url('../fonts/nautik-bold-webfont.ttf') format('truetype'),
         url('../fonts/nautik-bold-webfont.svg#nautikbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}



*{
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

body {
    background-color: #4c4f6d;
    color: #333;
    
  }

.container-color{
  background-color:rgba(250, 250, 250, 0.8);
}

.topmargin{
  margin-top: 30px;
}

.toppad{
  padding-top:10px;
}



  h1 {
    font-family: 'nautikbold', Georgia, serif;
    color: #00A79D;
    font-size: 3em;
    margin-top:25px;
  }

  h2 {
    font-family: 'nautikbold', sans-serif;
    color: #00A79D;
    margin-bottom:-5px;
    padding-bottom:10px;
    padding-top:10px;
    font-size: 1.9em;
    text-transform: uppercase;
  }

  h3 {
    margin-bottom: -10px;
    color: #EC185B;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0px 0px 0px;
    font-size: 1.3em;
  }

  p {
    margin: 5px 0px 30px 0px;
    font-size: 1.3em;
  }

  p a {
    color: #011A3E;
    text-decoration: underline;
  }

  p a:hover {
    color: #EC185B;
  }

  p a:visited {
    color: #00A79D;
  }

  .majormajor{
    margin: 0px 0px 20px 0px;
    font-size: 1em;
  }


.date-text, .location-text {
  font-style: italic;
  font-size: 1em;
  color: #4c4f6d;
  float: left;
}


.welcome-message {
  font-size: 1.5em;
  color: #232439;
  line-height: 28px;
}

/* TODO: Replace with image later */

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

ul {
  list-style-type: none;
}

li {
  display: block;
  text-align: left;
  font-size: 1.3em;
}

ul li a{
  color:#00A79D;
  margin-left: 2px;
  display: inline-block;
}


.biopic {
  float: left;
  margin-top: -15px;
  padding:10px;
  width: 200px;
}

img {
  max-width: 100%;
  height: auto;
}

.project-entry img{
  margin-bottom:20px;
}


/* Bar chart stuff */
.chart div {
  font: 10px sans-serif;
  background-color: #4A4A4A;
  text-align: right;
  padding: 3px;
  margin: 1px;
  height: 12px;
  color: white;
  display: inline-block;
}

span {
  padding: 5px;
}

#letsConnect {
  text-align: center;
}

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

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

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

#map {
  display: block;
  height: 100%;
}

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

.padpad {
  padding-bottom:60px;
}

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