﻿.MainTitle {
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    padding-left:0;
    border-bottom: 3px solid #222;
    border-radius: 0;
    margin-bottom: 15px;
}

.MainTitleSmall {
    font-size: 23px;
    font-weight: bold;
}


/*BLOCCO NOTA */
.NotaLayout {
    background-color: #d4d4d4;
    padding: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height:18px;
    border-radius:5px;
    text-align:justify;
    margin-bottom:15px;
    padding-right:20px;
}


.NotaLayout::before {
    font-family: "FontAwesome";
    content: "\f040";
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    margin-bottom:10px;
}

.InnerNota {
  width:90%;
}

.InnerNota p {
  margin: 0 !important;
  padding:0 !important;
}


.NotaLayoutWarning {
    background-color: #fff9db;
    padding: 0px;
    font-size: 14px;
    padding-right:20px;
    display: flex;
    align-items: center;
}


.NotaLayoutWarning::before {
    font-family: "FontAwesome";
    content: "\f071";
    height: 30px;
    width: 50px;
    display: flex;
    margin-top:10px;
    margin-bottom:10px;
    align-items: center;
    justify-content: center;
}


.NotaLayoutDanger {
    background-color: #ea969d;
    padding: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.NotaLayoutDanger::before {
    font-family: "FontAwesome";
    height: 30px;
    width: 50px;
    content: "\f06a";
    margin:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* DIDASCALIA */

.Didascalia {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    color: #02658b;
}

/* IMMAGINE */

.DefaultImage {
  max-width:100%;
}

.smallImage {
    width: 400px;
}

.mediumImage {
    width: 800px;
}

.bigImage {
    width:100%;
}

/* TITOLO */
h1 {
    font-size: 28px !important;
}
