body {
	background-color: #f0f0f5;
    width: 100%;
    margin:0px;

}


.p {
	font-family: "futura-pt", sans-serif;
	font-style: normal;
}

/*font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 300;*/

.social {
    margin-top: 1px;
    margin-left: 1%;
    width: 100%;
    align-content: center;
}

.social img {
    width: 45px;
}

.social2 img {
    width: 15%;
    min-width: 45px;
}

.header {
    /*padding: 10px;*/
    width: 100%;
    /*margin: 40px;*/
    margin-top: 200px;
    text-align: center;
}

.header img {
    width: 5%;
}

.content {
    float: center;
    align-content: center;
    text-align: left;
    padding: 2%;
    font-family: "futura-pt", sans-serif; 
    font-size: 2vw;
}

.content img {
    align-content: center;
    width: 90%;
    max-width: 100%;
}

/* unvisited link */
a:link {
    color: #800080;
}

/* visited link */
a:visited {
    color: #800080;
}

/* mouse over link */
a:hover {
    color: #800080;
}

/* selected link */
a:active {
    color: pink;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}


h1 {
	font-family: "futura-pt", sans-serif;
    color:#3c1f4f;
    font-size: 3em;
    font-style: italic;
    display: inline;
}

h2 {
    font-family: "futura-pt", sans-serif;
    color:#3c1f4f;
    font-size: 7vw;
}

h3 {
    font-family: "futura-pt", sans-serif;
    color:#3c1f4f;
    font-size: 3vw;
}


img.resize {
  max-width:25%;
  min-width: 300px;
  align-content: center;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  height: 60%;
  margin-bottom: 30px;
}

.card {
    margin-right: 10px;
    display: inline-block;
    min-width: 50px;
    max-width: 30%;
    text-align:justify;  
    padding: 5px;
}

var .x {
    screen.width:  
}

.scrolling-wrapper img {
    display: inline-block;
    flex: 50%;
    margin: 30px;
    max-height: 400px;

}

.p {
    font-family: "futura-pt", sans-serif;
    font-size: 3vw;
}

.figure {
    text-align: left;
}

.figure img {
    width: 50%;
    max-height: 30%;
}

.figure p {
    font-size: 3vw;
}