@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);

@font-face {
    font-family: "BlackDiamonds";
    src: url('../fonts/BlackDiamonds.ttf');
    src: url('../fonts/BlackDiamonds.eot');
    src: url('../fonts/BlackDiamonds.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackDiamonds.woff2') format('woff2'),
        url('../fonts/BlackDiamonds.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {      
    font-family: 'Quicksand', sans-serif;
    position: relative;
  }

/* utilities */


.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-300 {
    padding-top: 90px;
    padding-bottom: 200px;
}

.bg-dark {
    background: #212529;
}

.bg-cloud {
    background: rgb(255, 255, 255);
}

.text-cloud {
    color: rgb(236, 240, 241);
}

.text-dark {
    color: #212529;
}
.text-hobonbons{
    color: #ff66ff;
    font-weight:bold
}

.h-100 {
    height: 100px;
}

.h-250 {
    height: 250px;
}

.paddingZero {
    padding: 0;
}

.padding-10 {
    padding: 10px;
}

.font-40 {
    font-size: 40px;
}
.font-60 {
    font-size: 60px;
}
.font-70 {
    font-size: 70px;
}
.font-80 {
   font-size: 80px;
}

h2
{
    display: block;
    font-family: BlackDiamonds;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
    color :#ff00cc;
}
header h2
{
    display: block;
    font-family: BlackDiamonds;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    margin-top: 450px;
    color :#ff00cc;
}

.btn-fushia
{
   display: block;
   background-color: #ff00cc;
   color: #fff;
   font-size: 20px;
   margin: 20px 0;
   line-height: 50px;
   text-align: center;
   border-radius:  3px;
}

.btn-fushia:hover
{
   background-color: #fff;
   color: #ff00cc;
   border-color: #ff00cc;
}

/* navbar */
#navbar {
    transition: all 1s;
    -moz-transition: all 1;
    -webkit-transition: all 1s;
    -o-transition: all 1;
}

.bg-clear {
    color: white;
}

a
{
    text-decoration: none;
    color: #444;
}

a:hover
{
    text-decoration: none;
    color: #ff00cc;
}

/* header */
.bg {
    background: url('../img/main.jpg') no-repeat center;
    background-color: white;
    height: 600px;
}

.bg-fixed {
    background-attachment: fixed;
}


/*social media icons - CSS animation */
section#contact a {
    display: inline-block;
    width: 128px;
    height: 128px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a.fb {
    background: url(../img/social_media.png) -256px top;
}

a.tw {
    background: url(../img/social_media.png)  -512px top;
}

a.go {
    background: url(../img/social_media.png) -768px top;
}

a.ytube {
    background: url(../img/social_media.png) -640px top;
}

section#contact li:hover a.fb {
    background: url(../img/social_media.png) -256px bottom;
}

section#contact li:hover a.tw {
    background: url(../img/social_media.png) -512px bottom;
}

section#contact li:hover a.ytube {
    background: url(../img/social_media.png) -640px bottom;
}

section#contact li:hover a.go {
    background: url(../img/social_media.png) -768px bottom;
}

.bg-actu
{
  background: url('../img/bg_noel.png') no-repeat center;
  background-color: #19191b;  
}
    