/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }


  .social_icons_list.header_social_icons {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
}

.social_icons_list.header_social_icons .social_icon {
    background-color: initial;
    font-size: 15px;
    width: initial;
    margin-right: 14px;
    margin-left: 14px;
    height: initial;
    line-height: initial;
    color: black;
}

.social_icons_list.header_social_icons .social_icon:hover {
    color: #ff374a;
    background-color: initial;
}

blockquote, q {
  quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

section, header, footer, nav, article, aside, figure {
  display: block;
  width: 100%; }

mark, time, meter, progress {
  display: inline; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 10px; 
  background: white;
}
  

  @media all and (max-width: 660px) {
    body {
      font-size: 18px;
      line-height: 1.6em; } }

input {
  line-height: 1em; }

p a {
  color: black;
  font-weight: bold;
}

a {
  color: #007AFF;
  text-decoration: none;
}
  a:hover {
    -webkit-transition-property: border;
    -moz-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

strong {
  font-weight: 600;
  font-style: normal; }

mark {
  background-color: white;
  padding: 0 0.1em; }

i {
  font-style: italic; }

abbr {
  border-bottom: 1px dashed;
  cursor: help; }

p {
  padding-top: 20px;
}

hr {
  margin: 0 auto 2em;
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 60%; }

blockquote {
  border-left: 5px solid #ddd;
  color: #888;
  margin: 0 0 1em;
  padding-left: 1em; }
  blockquote a {
    color: #444; }
    blockquote a:hover {
      color: #0881b3; }


h1 {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 400;
  text-transform: capitalize; }

body > header h1 a, body > header h1 a:hover {
  border: 0; }

h2 {
  font-size: 1.3em;
  font-weight: 600; }
  h2 a {
    color: #222;
    border: 0; }

h3 {
  font-weight: 600;
  color: #999; }
  h3 a {
    color: #999;
    border: 0; }

h4 {
  color: #999;
  font-weight: 600;
  margin-bottom: 0.2em; }

body > header, body > section, body > footer {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}


a.hire, a.hire:hover {
  color: #f6291d; 
}

a:focus, a:hover {
  color: #007AFF;
}

body > footer {
  color: black;
  font-size: 12pt;
  text-align: left;
  margin: 0 auto; }


  body > footer li {
    margin-right: 1em;
    display: inline-block; }
    body > footer li:last-child {
      margin-right: 0; }

section.about img.portrait {
  display: block;
  border-radius: 50%;
  background: white;
  width: 150px;
  height: 150px;
  margin: auto;
}
  section.about img.portrait:hover {
    box-shadow: black 0 0 3px; }
  section.about img.portrait img {
    width: 200px;
    height: 200px; }
  @media all and (max-width: 660px) {
    section.about a.portrait {
      border-width: 0; } }


ul.apps {
  margin: 2em auto;
  width: 100%;
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 14px; }
  ul.apps::after {
    clear: both;
    content: "";
    display: table; }
  @media all and (max-width: 660px) {
    ul.apps {
      width: 280px; } }
  ul.apps li {
    border-radius: 20px;
    float: left;
    display: inline-block;
    width: 24%;
    height: 120px;
    margin-bottom: 2em; }
    @media all and (max-width: 660px) {
      ul.apps li {
        width: 50%; } }
  ul.apps a {
    display: block;
    width: 100px;
    height: 120px;
    line-height: 0;
    margin: 0 auto; }
    ul.apps a span {
      display: block;
      width: 100px;
      height: 10px;
      font-weight: 800;
      text-align: center;
      line-height: 1em;
      padding: 8px 0 0;
      color: #888; }
    ul.apps a:hover {
      border: 0; }
  /*ul.apps img {*/
  ul.apps #icon {
    box-sizing: border-box;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    position: relative;
    z-index: -2;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25); }


/*** Navbar styles ***/
.navbar-brand{
  height: inherit;
  padding: 0px;
  margin-top: 0;
}

.navbar .icon{
  margin-top: 17.5px;
}
.nav-tabs > li > a{
  font-weight: bold;
  color: #9e9e9e;
}

.navbar li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

    /*** General styles ***/
.img-center{
  margin: 0 auto;
}
.app-icon {
  height: 75px;
  width: 75px;
  border-radius: 13px;
  
  /*box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    */
}


.badge{
  bottom: 0;
}
.android-badge img{
  display: inline-block;
    overflow: hidden;
    width: 155px;
    height: 60px;
    background-position: center;
}
.app-header{
  font-size: 28px;
  vertical-align: middle;
}
.page-header .app-icon{
  display: inline-block;
  margin-right: 15px;
}

.jumbotron .page-header {
  margin-top: 0px;
}

.jumbotron {
  background-color: #f8f8f8;
}

.header-link {
  float: right;
  font-size: 16px;
  vertical-align: middle;
}

#app-header-bold {
    font-weight: bold;
    font-size: 32px;
}

.summary{
  min-height: 80px;
}

.carousel .img {
    width: 45%;
    padding-bottom: 25px;
}

#preview-image .img {
  width: 45%;
}

.carousel-control.left, .carousel-control.right{
  background-image: none;
}
.carousel-control .glyphicon{
  color: black;
}
.carousel-indicators{
  bottom: 0;
}
.carousel-indicators .active{
  background-color: #337ab7;
}
.carousel-indicators li{
  border: 1px solid #337ab7;
}
.portrait{
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 10px auto;
}
footer{
  margin-top: 25px;
  padding: 25px;
  font-weight: bold;
  text-align: center;
}
footer a{
  color: red;
}
footer a:hover{
  text-decoration: none;
  color: darkred;
}
@media(min-width: 992px){
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media(max-width: 767px) {

#preview-image {
  padding-bottom: 20px;
}

  #app-header-bold {
    font-weight: bold;
    font-size: 24px;
  }
.app-header{
  font-size: 24px;
}
  .app-icon{
    height: 100px;
    width: 100px;
  }
  .navbar-brand img{
    max-width: 300px;
  }
  footer{
    text-align: center;
  }
}
