/* 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;
  vertical-align: baseline;
}
/* 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;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}





html {
  /*position: relative;*/
  min-height: 100%;


}
body {
  /* Margin bottom by footer height */
 
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #0F456D;
  margin-bottom: 60px;

}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


h2 {
  
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #85CEBF;

  }

  .caption {

    padding: 15px;
  }

  .caption a {
    color: #2B333E;
    font-size: 11px;
    font-weight: lighter;
    letter-spacing: 0.3px;
  }

   .caption a:visited {
    color: #2B333E;

  }


   .orange_button {

    color: #F05B3A;
    font-size: 7px;
    letter-spacing: 0.8px;
    font-weight: 900;
    border: 1px solid #F05B3A;
    border-radius: 10px;
    padding:5px;
    margin-left: 5px;

    }


   .orange_button:hover {
      background-color: #F05B3A;
      color: white;

   }

   .orange_button a:hover {
      text-decoration: none;
      background-color: #F05B3A;
      color: white;

   }

   .orange_button a:visited {
    color: white;

   }

   .green_button {

    color: #85CEBF;
    font-size: 7px;
    letter-spacing: 0.8px;
    font-weight: 900;
    border: 1px solid #85CEBF;
    border-radius: 10px;
    padding:5px;
    margin-left: 5px;

    }


   .green_button:hover {
      background-color: #85CEBF;
      color: white;

   }

   .green_button a {
      text-decoration: none;
    }

   .green_button a:hover {
      text-decoration: none;
      background-color: #85CEBF;
      color: white;
      text-decoration: none;

   }

   .green_button a:visited {
    color: white;
    text-decoration: none;

   }

   /*Purple Button*/

   .purple_button {

    color: #B092C4;
    font-size: 7px;
    letter-spacing: 0.8px;
    font-weight: 900;
    border: 1px solid #B092C4;
    border-radius: 10px;
    padding:5px;
    margin-left: 5px;

    }


   .purple_button:hover {
      background-color: #B092C4;
      color: white;

   }

   .purple_button a {
      text-decoration: none;
    }

   .purple_button a:hover {
      text-decoration: none;
      background-color: #B092C4;
      color: white;
      text-decoration: none;

   }

   .purple_button a:visited {
    color: white;
    text-decoration: none;

   }

   .navbar-brand {

    padding: 5px 5px;
   }


   .glyphicon glyphicon-search a:hover {

    color: #616264;
   }

   .form-control {

    font-size: 11px;
    font-style: italic;
    letter-spacing: .7px;
    font-weight: lighter;
    width: 300px;

   }

   .post {
  margin-top: 0%;
  color: #0F456D;
  margin-top: 25px;
  text-align: center;
  letter-spacing: .6px;
  font-size: 0.75rem;
  font-weight: 700;
  font-size: 16px;
  width: 100%;  
  
  }

  .button_container {
  display: inline;
  }

  .button_post {
    
      height: 40px;
      box-sizing: border-box;
      margin-top: 105px;
      margin-left: 10px;
      padding: 5px 20px 5px 20px;
      background-color: #0F456D;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
    -webkit-transition-duration: 0.4s; 
      transition-duration: 0.5s;

  }

.button_post:hover {
    background-color: #D0DD28;
}

form {
  text-align: center; 

}

.lost_input input {
  font-size: 10px;
  color: #616264;


}

/*input[type='file'] {
  opacity:0.2;    
}*/

.image-upload > input
{
    display: none;
}

.runner {

  background-size: cover;
  background-repeat: no-repeat;
}
