
/* --- BACKGROUND AND OTHER SPECIFIC SETTINGS --- */

.main {
    background:  rgb(88, 115, 173) url(/pictures/bridge.jpg) center fixed;
    background-size: cover;
    color: rgb(34, 3, 92);
}

h2 {
    text-shadow:     2 px 2px rgba(240, 210, 171, 0.8);
    background-image: radial-gradient(rgba(240, 210, 171, 0.9),  rgba(240, 210, 171, 0.8),  rgba(240, 210, 171, 0.7),  rgba(240, 210, 171, 0.5), rgba(240, 210, 171, 0.3),  rgba(240, 210, 171, 0.1), rgba(240, 210, 171, 0));
    display: inline-block;
    padding: 0.9em;
}

.text, .referring {
  background-color:   rgba(240, 210, 171, 0.9);
}

.text h3 {
    text-align: center;
}