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

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

/* utilities */


h4 {
    line-height: 1.5 !important;
}

.padding-300 {
    padding-top: 300px;
    padding-bottom: 100px;
}

.padding-150 {
    padding-top: 150px;
    padding-bottom: 100px;
}

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

.bg-dark {
    background: #284a7b !important;
}

.bg-cloud {
    background: rgb(236, 240, 241);
}

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

.text-blue {
    color: rgb(5, 81, 151);
}

.text-dark {
    color: #284a7b;
}

.shadow {
    text-shadow: #000 2px 2px 2px ;
 }

.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;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #284a7b;
}
.navbar-nav {
    font-weight: 400;
    font-size: 1.2rem;
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

.navbar-toggler {
    border: 2px solid transparent;
}

.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-clear {
    background: transparent;
}

.img-padding {
    padding-bottom: 20px;
}

/* header */
.bg {
    height: 95vh;
    background: url('img/comme-un-ange-passe-trop-vite.jpg');
    background-size: cover;
    background-position: center;
}

.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;
}

    