@import url('https://fonts.googleapis.com/css?family=Questrial');
body{
	font-family: 'Questrial', sans-serif;
}
html,
body,
header,
#intro {
    height: 100%;
}

#intro {
    background: url("../img/backgroundIntro.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #00b8d4;
}
.textIntro{
	color:#01579b;
}
.note-cro{
    border: 4px solid #eee;
    border-radius: 2%;
    box-shadow: rgba(0,0,0,0.9);
    
}