* {

}

body{

}

p {

}

.nav>li>a {
    position: relative;
    display: initial;
    /* padding: 10px 15px; */
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: initial;
}

#header {
  z-index:100;
  display: flex; display: -webkit-flex;
  flex-direction: row; -webkit-flex-direction: row;
  flex-wrap: nowrap; -webkit-flex-wrap: nowrap;
  justify-content: space-between; -webkit-justify-content: space-between;
  align-items: center; -webkit-align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #bfbfbf;
  bottom: 0;
  position: fixed;
  width: 100%;
}


/* PORTFOLIO GRID */

h2.courses-heading {
    font-size: 2rem;
    text-align: center;
    color: #F67A00;
}

.projects {
  display: flex; display: -webkit-flex;
  flex-direction: row; -webkit-flex-direction: row;
  flex-wrap: wrap; -webkit-flex-wrap: wrap;
  justify-content: center; -webkit-justify-content: center;
  width:100%;
  margin:0 auto;
}

.projects .item {
  background-size:cover;
  background-position:center center;
  min-height:300px;
  min-width:300px;
	margin: 0 10px 10px;
}

.projects .item1 { background-image:url('/images/front-page/skills-and-rescue.jpg'); }
.projects .item2 { background-image:url('/images/front-page/coaching-courses.jpg'); }
.projects .item3 { background-image:url('/images/front-page/first-aid.jpg'); }
.projects .item4 { background-image:url('/images/front-page/kayak-and-canoe-trips.jpg'); }
.projects .item5 { background-image:url('/images/front-page/leadership.jpg'); }
.projects .item6 { background-image:url('/images/front-page/personal-development.jpg'); }

.item-info {
  background:rgba(0,0,0,0.6);
  display: flex; display: -webkit-flex;
  flex-direction: column; -webkit-flex-direction: column;
  flex-wrap: wrap; -webkit-flex-wrap: wrap;
  justify-content: center; -webkit-justify-content: center;
  align-items: center; -webkit-align-items: center;
  min-width:300px;
  min-height:300px;
}

.item-info h2 {
  font-weight: 900;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.2;
}

.item-info a {
	color: #fff;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
    background-color: #F67A00;
    border-radius: 5px;
}