/* --------------------------------------------------
FONTS
-------------------------------------------------- */

@import url('//fonts.googleapis.com/css?family=Raleway:500,700');


/* --------------------------------------------------
GENERAL STYLES
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
  font-family: 'Raleway', sans-serif;
}

section {

}

.dark {
  background-color: #70abb2;
  color: #fff;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 143px;
  background-color: #70abb2;
  color: #333;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}

.footer p {
  margin-bottom: 12px;
  line-height: 24px;
}

h1, h2, h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 15px;
}

.food-type {
	background: #bd144f;
	border: solid 1px #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

p {
  margin-bottom: 20px;
  line-height: 24px;
}

a {
  color: #EC971F;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  color: #F0AD4E;
}

/* NAVBAR */

.navbar {
  border-bottom: 1px solid #222;
}

.navbar-custom {
  background-color: #FFF;
}

.navbar-custom .navbar-toggle {
  background-color: #70abb2;
  border-color: #000;
  font-size: 20px;
  line-height: 22px;
  border-radius: 100%;
  padding: 7px 10px 8px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
  background-color: #FFF;
  color: #222;
}

.navbar-custom .nav li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
  color: #FFF;
  background-color: #70ABB2;
}

.navbar-custom .navbar-nav > .active > a {
  background-color: #70abb2;
}

.navbar-brand {
  position: relative;
  z-index: 1;
	padding: 0;
	padding-left: 15px;
}

.navbar-brand img {
  width: 102px;
  height: auto;
  margin-top: 5px;
  padding: 5px;
}


.navbar-collapse.collapse, .navbar-collapse.collapsing {
  background-color: #17181F;
  border: 0;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.nav > li {
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* --------------------------------------------------
JUMBOTRON
-------------------------------------------------- */

#headline-image .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid .jumbotron {
  background-color: #888;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.logo {
  width: 100%;
  position: absolute;
  top: 30%;
  text-align: center;
}

.logo img {
  width: 400px;
}

.logo.logo-mobile {
	top: 4%;
}

.logo-mobile .ribbon {
  width: 35%;
  padding-bottom: 10px;
}


.btn-warning-facebook {
	color: #ffffff;
	background-color: #bd144f;
	border-color: #000000;
}

.btn-warning-facebook:hover, .btn-warning-facebook:focus {
	color: #000000;
	background-color: #FED136;
	border-color: #000000;
}

.menu {
	padding-top: 40px;
	padding-bottom: 40px;
}

.menu ul {
  list-style: none;
  padding-left: 0;
}

.menu li {
  margin-left: 0;
	padding-bottom: 20px;
}

.details {
	font-size: 12px;
	color: #333;
	text-align: center;
}

/* --------------------------------------------------
LATEST
-------------------------------------------------- */

#about {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #F5F5F5;
}

#about img {
  padding-bottom: 25px;
}

#about p:last-child {
  margin-bottom: 0;
}



/* --------------------------------------------------
ABOUT
-------------------------------------------------- */

#about {
  padding-top: 30px;
  padding-bottom: 30px;
}

#about img {
  margin-bottom: 20px;
}

/* --------------------------------------------------
FOOTER
-------------------------------------------------- */

footer a:hover, footer a:focus {
  color: #FED136;
}

.social ul {
  list-style: none;
  padding: 0;
  font-size: 32px;
}

.social ul li {
  display: inline;
}

.social ul li a{
  color: #FED136;
}

.social ul li a:hover, .social ul li a:focus {
  color: #bd144f;
}

.copyright {
  padding-top: 20px;
}

.btn-warning {
	background-color: #FED136;
	border-color: #FED136;
}

.btn-warning:hover, .btn-warning:focus {
	background-color: #bd144f;
	border-color: #bd144f;
}


/* --------------------------------------------------
MEDIA QUERIES
-------------------------------------------------- */

@media (max-width: 767px) {

  .work:last-child {
    border-bottom: 0;
    padding-top: 25px;
  }

}

@media (min-width: 768px) {
	
  #menu {
	padding-top: 50px;		
  }
	
  #events {
	  background: #ddd;
	padding-top: 50px;		
  }
  
  #about {
	padding-top: 50px;		
  }

  body {
    margin-bottom: 110px;
    font-size: 16px;
  }
	
.container {
    width: 100%;
	}

  h1 span, h2 span, h3 span {
    border-bottom: 1px solid #bd144f;
  }
	
	.work h3 {
		font-size: 18px;
	}

  p {
    line-height: 28px;
  }

  .navbar-custom {
    background-color: #70abb2;
	border-bottom: solid 1px #222;
  }

  .navbar-custom.affix {
    background-color: #95101D;
  }

  .navbar-brand img {
	  background: #fff;
    width: 100px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
	padding: 5px;
  }

  .navbar-brand {
    padding: 5px 15px;
  }

  #date-location {
    margin-top: 5px;
  }

  #date-location p {
    margin-bottom: 5px;
  }

  .navbar-collapse.collapse {
    background-color: transparent;
  }

  .nav > li {
    color: #FED136;
    border: none;
  }

  .navbar-default .navbar-nav > li > a {
	color: #FED136;
    	
  }

  .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    color: #bd144f;
    background-color: transparent;
  }

  .navbar-nav {
    margin-top: 5px;
  }

  
  #about img {
    padding-top: 20px;
  }

  .description {
    min-height: 580px;
    display: table;
    padding-left: 40px;
  }

  .description div {
    display: table-cell;
    vertical-align: middle;
  }

  .description p {
    font-size: 16px;
    line-height: 28px;
  }

  #collaborations {
    padding-bottom: 30px;
  }

  .footer {
    height: 110px;
    text-align: left;
  }

  .social {
    text-align: right;
  }

  .logo {
	top: 30%;
  }

}

@media (min-width: 992px) {

 

}