@font-face {
    font-family: 'Master of Break';
    src: url(../fonts/master_of_break.ttf);
}
body{
	font-family: 'Lato', sans-serif;
}
.bg-cdv{
	background: #00adef;
}
h1,h2,h3{
	font-family: 'Francois One', sans-serif;
	font-family: 'Josefin Slab', serif;
}
a{
	color: #00adef;
}
a:hover{
	color: #00adef;
}
.blockquote{
	font-weight: 400;	
}
.blockquote-footer{
	font-weight: 300;
}
cite{
	font-size: 0.7em !important;
}
.pt-10 {
  padding-top: 5rem !important;
}
.pb-10 {
  padding-bottom: 5rem !important;
}
.cdv_name{
	font-family: 'Master of Break', sans-serif;
}
.slide_title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.slide_subtitle{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
footer .social-networks{
	font-size: 2em;
}
footer .text-muted{
	font-weight: 300;
}