
@font-face{
  font-family:raleway;
  src:url(../font/Raleway-SemiBold.ttf);
}
@font-face{
  font-family:ralewayBold;
  src:url(../font/Raleway-Bold.ttf);
}

html{
scroll-behavior : smooth;
}

body{
  font-family: 'Montserrat', sans-serif;
  background-color:#202020;
  color:white;
}

label {
  font-style: italic;
}
#btn-top {
display: none;
position: fixed; 
bottom: 20px; 
right: 30px; 
z-index: 99;
border-radius: 50px;   
}

.logo{
  width: 3rem !important;
}

.titre-site{
  font-size:1.5rem;
  font-family: 'Permanent Marker', cursive;
}

.parallax-window {
  min-height: 100vh;
  background: transparent;
}
.bg-black{
background-color:#000;
}
.bg-h1{
  background-color:#101010;
  font-family: raleway;
  color:white;
}
.opa{
  opacity:0.6;
}
.sizerow{
  height:100vh;
}
.quote-index{
  font-size:10vmin;
  position:relative;
  z-index:1000;
  top:-800px;
  margin: 0 auto;
  font-family:futur;
}
.text-danger{
color:#f9004d!important;
}
.btn-danger{
background-color:#f9004d;
border-color:#f9004d;
}
.btn-danger:hover{
background-color:#E83E8C;
border-color:#E83E8C;
}
blockquote{
  width: 70%;
  margin: 0 auto;
  border-radius:5px;
}
blockquote p{
  font-size:2rem;
  font-family:'Lobster Two', cursive;
  font-style: italic;
}

blockquote footer{
  font-size:1vmin;
}

nav a{
  font-size:1rem;
  font-family: raleway;
}

nav a:hover{
  color:#f9004d!important;
}


h1{
  font-size:4rem;
  color:white;
  font-family:'Permanent Marker', cursive;
}
h2{
  font-size:2rem;
  color:#f9004d;
}
h4{
  font-size:1.5rem;
  color:white;
  font-family:'Playwrite AU NSW', cursive;
}

.card-img{
  border-radius: 5px;
}

.project-img {
  border-radius: 5px;
}