@import url(http://fonts.googleapis.com/css?family=Abel|Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
.navbar-light .navbar-brand {
  font-family: 'Satisfy', sans-serif;;
  font-size: 0.8em;
}

.container .section-image {
	background: #FBCFEC !important;
	margin-bottom: 15px;
}

img {
    margin-bottom: 15px;
}

a img {
    margin-bottom: 15px;
}

.section-main, .section-team {
	margin-bottom: 50px;
}

.section-team {
  margin-top: 15px;
}

.section-contact {
  /* margin: 15px 0; */
  margin: 15px 0 50px 0;
}

.section-main {
  margin-top: 20px;
}

.section-show {
  margin-bottom: 50px;
}

.table-responsive {
	color: #fff;
}

.table-responsive td {
  padding-left: 20px;
}

body {
  margin: 0px;
  padding: 0px;
  background: #000;
  font-family: 'Satisfy', sans-serif;
  font-size: 13pt;
  color: #FBCFEC;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-family: 'Satisfy', cursive;
  color: #fff;
}

h2 {
  padding: 0px 0px 20px 0px;
  letter-spacing: -1px;
  font-size: 1.8em;
}

p, ol, ul {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 0px;
  line-height: 160%;
}

p {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 0px;
  line-height: 160%;
	color: #fff;
}

tr, td {
  font-family: 'Open Sans Condensed', sans-serif;
}

strong {
  font-weight: 700;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: underline;
	color: #fff;
}

a img {
  border: none;
}

#image-margin {
  margin-right: 20px;
}

.social-part .fa{
    padding-right:15px;
}
.social-part a {
  color: #080006;
}
ul li a{
    margin-right: 20px;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
