body {
    font-family: 'Dosis';
    font-size: 22px;
    word-spacing: 2%;
    color: #081a35;
    background-color: #fff;
}

.pull-m6>h1:nth-child(1) {
    font-family: 'Exo', sans-serif;
    color: #081a35;
    font-size: 30px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Exo', sans-serif;
}

#content h2,
#content h3,
#content h4 {
    color: #79a3e2;
    padding-bottom: 5px;
}

#content h2,
#content h3 {
    border-bottom: 1px solid #79a3e2;
}

h6 {
    font-family: 'Dosis';
    color: #79a3e2;
}

#main>div {
    background-color: #d4deec;
}

#main>div:nth-child(2) div {
    padding: 0 18%;
}

#main>div h1 {
    padding-bottom: 5px;
    color: #081a35;
    border-bottom: 1px solid #081a35;
}

#main>div {
    font-size: 20px;
}

div.section:nth-child(1) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/head_informatica.jpg) no-repeat;
    height: 400px;
    font-size: 18px;
}

.cite {
    font-size: 12px;
    padding: 30px;
    color: #79a3e2;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #081a35;
    color: #081a35;
    font-style: italic;
}

.btn-floating,
.btn-floating:hover,
.btn-large,
.waves-effect,
.waves-light {
    background-color: #081a35;
}

#content article p {
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}

footer.page-footer {
    background-color: #7da8c6;
}

footer.page-footer div.row>div:nth-child(2) {
    text-align: right;
}

@media(max-width:600px) {
    #main>div:nth-child(2) div {
        padding: 20px 10%;
    }
}

@media(max-width:468px) {
    footer.page-footer div.row>div {
        text-align: center;
    }
}

@media(max-width:1464px) {
    h1>br {
        display: none;
    }
}

@media(max-width:320px) {
    #content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    table {
        display: block;
        overflow-x: auto;
    }
}
table.highlight > tbody > tr:hover, table.striped > tbody > tr:nth-child(2n+1){

    background-color: rgba(121, 163, 226, 0.3)
}
table thead{

    background-color: rgba(121, 163, 226, 1);
    color: white;
}