
body{
	background: white;
}

p{
	font-family: 'Inter';
	font-size: 14pt;
	color: black;
	text-align: left;
}

h2{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
}

div{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.bottom {
	padding-bottom: 20px;
}

#Wellesley{
	font-style: italic;
}

#vision{
	padding: 100px;
}


.nav-link{
    font-size:18pt;
}


li{
	font-family: 'Inter';
	font-size: 15pt;
}

h1{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	color: black;
	text-align: left;
}

h3{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	color: black;
	text-align: left;
}
h4{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
}

.container {
  position: relative;
  text-align: center;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:3vw;
  color: white;
}

@media screen and (min-width: 501px) {
  .centered {
    font-size: 35px;
  }
  .copy {
  	margin: 10px;
  }

}

@media screen and (max-width: 500px) and (min-width: 401px) {
  .centered {
    font-size: 6vw;
  }

  p {
  	font-size: 12pt;
  }
  ul {
  	font-size: 12pt;
  }
  li {
  	font-size: 12pt;
  }
  h1{
  	font-size:10vw;
  }
}

@media screen and (max-width: 400px) {
  h1{
    font-size:8vw;
  }
  .centered {
    font-size: 6vw;
  }

  p {
  	font-size: 12pt;
  }
  ul {
  	font-size: 12pt;
  }
  li {
  	font-size: 12pt;
  }
}

mark {
	color: white;
}

.header a{
	color: black;
}

.header a:hover{
	color: gray;
}

.imgCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video-container-portrait {
    position: relative;
    padding-bottom: 177.77%;
    height: 0;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.video-container-portrait iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-landscape {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.video-container-landscape iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

figcaption {
	font-style: italic;
}

ul {
	text-align: left;
}

.bscLogo {
	padding: 20px;
}

img {
    -webkit-filter: brightness(100%);
}

.darken:hover {
    -webkit-filter: brightness(70%);
}