@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: lightgrey;
  margin: 0 auto;
}

.d-none {display:none!important;}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.red {color: #A92025;}

a {
	-text-decoration: none;
	color: #A92025;
}

h2 {
    text-align: center;
    padding-bottom: .75rem;
    margin-top: 2rem;
    color: #A92025;
}

#tutto, #center {
  width: 100%;
  margin: 0 auto;
}

.flex-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto;
}

.centerme {
  width: 80%;
  max-width: 1120px;
  background: white;
  padding: 40px 80px;
}

.logo {
  text-align: center;
}

#associazione {
  margin-bottom: 40px;
}

#memomi {
  margin: 40px 0;
}

#memomi img {
  width: 200px;
}

strong {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.mid {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}

#footer {
  background: white;
  margin-top: 20px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  width:80%;
  font-size: 0.7rem;
  max-width: 1120px;
  text-align: center;
}

#footer a {
  text-decoration: none;
  color: firebrick;
}

@media all and (max-width: 800px) {
  p {
    font-size: 0.8rem;
  }

  #associazione img {
    width: 85%;
  }
}
@media all and (max-width: 600px) {
  #memomi img {
    width: 70%;
  }
}
