/*---------------------------------------------------------------------------
Basic Components
---------------------------------------------------------------------------*/
body {
    background: #fff;
    /*font: 14px/22px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font: source-sans-pro, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.container {margin-left: 50 px; margin-right: 50 px; padding: 0 px;}

/*img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    //transform: translate(-50%, -50%);
}*/



/*---------------------------------------------------------------------------
Headings & Type
---------------------------------------------------------------------------*/
h1 { font-family: source-sans-pro, sans-serif;
		color: #39bf8d; /* #06764c */
		font-weight: 800;
		margin-bottom: 5px;
		letter-spacing: 1px;
		font-size: 65px;
		text-align: center;
		margin: 0 auto;
    letter-spacing: 3px;}
h2 { font-family: source-sans-pro, sans-serif;
    color: #E6E6E6;
		font-weight: 200;
		font-size: 20px;
		text-align: center;
    margin: 0px;}
h3 { font: normal 300 12px/22px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;}
h4 { font-size: 22px; color:#06764c;}
h5 {font: normal 11px/21px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 20px;
    color: white;
}
h6 { font-size: 12px; line-height: 14px; }
p  { margin-top: 10px; font-size: 18px}
hr { max-width: 50px; border-color: #FFF}
th {text-align: center; color: white;}
td {text-align: center; color: white;}
hr { max-width:80%; }

/*---------------------------------------------------------------------------
Links
---------------------------------------------------------------------------*/
a, a:visited { color: #06764c; text-decoration: none; underline; outline: 0; }
a:hover, a:focus { color: 06764c; }
p a, p a:visited { line-height: inherit; }


/*---------------------------------------------------------------------------
Highlighted Text
---------------------------------------------------------------------------*/
::selection {
    background: #06764c;
    color:#fff;
    text-shadow: none;
}

/*---------------------------------------------------------------------------
Firefox
---------------------------------------------------------------------------*/
::-moz-selection {
    background: #df4244;
    color:#fff;
    text-shadow: none;
}

/*---------------------------------------------------------------------------
Icons
---------------------------------------------------------------------------*/
.fa-question{color:    #353d45;}
.fa-lightbulb-o{color: #353d45;}
.fa-bus{color:         #353d45;}
.fa-archive{color:     #353d45;}
.fa-info{color:        #353d45;}


/*---------------------------------------------------------------------------
Section IDs
---------------------------------------------------------------------------*/



/* PROBLEM STATEMENT
********************************************/
#section-problem {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #06764c;
  position: static;
  width: 100%
}
#section-problem p{color:white; font-size: 18px;}


/* PROPOSED SOLUTION
********************************************/
#section-solution {
  background: white;
  padding: 60px 0px 60px 0px;
  font-size: 20px;
}
#section-solution p{color:#353d45; font-size: 18px;}

/* THE PRODUCT
********************************************/
#section-product {
  background: #39bf8d;
  padding: 60px 0px 60px 0px;
}
  #section-product h3{padding-bottom: 20px;}

/* DOCUMENTATION
********************************************/
#section-documentation {
  background: #353d45;
  padding-bottom: 50px;
  padding-top: 50px;
}
    /*#section-documentation h3{padding: 30px 0px;}*/
    #section-documentation h4{padding: 10px 0px;}

/* ABOUT US
********************************************/
#section-about{
  padding-top:50px;
  padding-bottom: 50px;
}
#section-about h3{color: #353d45;}
#section-about p{font-size: 16px; text-align:left;}


.jumbotron{
  font-size: 40px;
  color: white;
  background:none;
  text-shadow: 5px 5px 20px #222;
}

 .why-me{
    text-shadow: 5px 5px 30px #a1a1a1;
  }

  .skill{
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    color: white;
    background-color: #39bf8d;
    text-align: center;
    font-size: 16px;
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
  }

  @media only screen and (max-width: 768px) {
      .skill{
        margin: 10px 10px 10px 10px;
        padding: 5px 5px 5px 5px;
        color: white;
        background-color: #39bf8d;
        text-align: center;
        width: 95%;
        height: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
  }

  .skill-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    width: 100%;
  }

  .why-box{
    background: #06764c;
    width: 290px;
    margin: 10px;
    text-align: center;
    padding-left: 10px;
  }

  .contact-box{
    margin: 0px 30px 0px 30px;
  }

.course-box{
  text-align: center;
  background: #06764c;
  width: 175px;
  color: white;
  margin: 10px 10px 10px 10px;
  height: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5px 5px 5px 5px;
}

@media only screen and (max-width: 414px) {
    .course-box{
      margin: 10px 10px 10px 10px;
      padding: 5px 5px 5px 5px;
      color: white;
      background-color: #06764c;
      text-align: center;
      width: 95%;
      height: 75px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
}

#section-school{
  padding-bottom: 50px;
}

#school{
  padding-top: 50px;
}

/*---------------------------------------------------
        3.1 Topbar

        * This is the fixed top navigation
---------------------------------------------------*/

/* Topbar (fixed) */
/* Please refer to responsive_custom.css for CSS in smaller viewport */
#section-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: visible;
    font: normal 16px/24px  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
    color: #fff;
}

#topbar-inner {
    background: #111;
    line-height: 0;
    text-align: left;
}

#section-topbar ul#nav {
    display: inline-block;
    position: relative;
    margin-left: 5%;
    padding: 0;

    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}

#section-topbar ul#nav > li {
    display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav a {
    display: block;
    font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 18px 20px 18px 20px;
}

#section-topbar ul#nav a:hover {
    background: #079660;
    text-decoration: none;
}

#section-topbar ul#nav .active a {
    background: #079660;
}

#section-topbar ul#nav .active a:hover {
    background: #079660;
}

@media only screen and (max-width: 460px) {
    #section-topbar ul#nav img {
        width:25px;
    }
    #section-topbar ul#nav a {

        padding: 12px 12px 12px 12px;}
}

/* jQuery UI tooltip for menu items */
.ui-tooltip {
    color: #eee;
    background: #222;
    padding: 10px 15px;
    font: normal 300 12px/22px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border: none;
}


/*---------------------------------------------------
        3.2 Header

        Includes full-width background iamge and intro paragraph
---------------------------------------------------*/

.section-bckgrndimg{
  padding-top: 60px;
  margin-top:30px;
  background: #353d45 url('../images/bus_StopBlur_copy.jpg') no-repeat center center;
  background-size: cover;
  height: 500px;
}

.project-title {
  padding-top: 12%;
}

@media only screen and (max-width: 460px) {
    .section-bckgrndimg{
      height:400px;
    }
}

@media only screen and (max-width: 300px) {
    .section-bckgrndimg{
      height:300px;
    }
}


/* HTML5 Placeholder */
::-webkit-input-placeholder {
    color: #df4244;
}

:-moz-placeholder {
    color: #df4244;
}
