body{
  background-repeat: no-repeat;
  background-attachment: fixed;
  flex: auto;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #96c1cf;
}

header {
  font-size: larger;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}

nav li{
  margin-right:12px;
}

@media only screen and (max-width: 900px) {
  header {
  font-size: medium;  
  height: auto;
  }
  nav li {
    margin-right: auto;
  }
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.streaming {
  padding-top: 12px;
  font-size: larger;
  word-spacing: 2px;
}

ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

li a {
  color: black;
  text-decoration: none;
}

li a:hover {
  color: #344d569a;
}

header a {
  text-decoration: none;
  color: black;
  text-align: left;
}

a:hover {
  color: gray;
}

a {
  color: black;
  text-decoration: none;
}

.infor:hover {
  color: rgba(216, 210, 210, 0.801);  
  font-size: large;
  transition: .2s;
}

* {
	box-sizing: border-box;
}

.fa-ul { 
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  padding-top: 12px;
  word-spacing: 24px;
}

.line {
  background-color: black;
  height: 4px;
}

.line3 {
  border-bottom: 2px solid black;
  padding-top: 12px;
}

.divider {
  border-left: 2px solid #16222c; 
  height:1150px;
  float: left;
  padding-right: 12px;
}

@media only screen and (max-width: 900px) {
  .divider {
    visibility: hidden;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .photos {
    width: 100%;
  }
}


img { max-width: 100%; height: auto; }


h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-align: left;
  font-size: large;
}

p{
  font-family: Arial, Helvetica, sans-serif;  
  color: black; 
  text-align: justify;
  font-size: medium;
  line-height: 120%;
}

.links {
  padding-top: 30px;
}

.links a{
  color: black;
  text-decoration: none;
}

.links a:hover {
  color: #6eaea1;
}

.photos {
  width: 430px;
}

@media only screen and (max-width: 900px) {
  .photos {
    width: 40%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .photos {
    width: 100%;
  }
}

.otherprojects {
  width: 430px;
  opacity: 80%;
}

@media only screen and (max-width: 900px) {
  .otherprojects {
    width: 40%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .otherprojects {
    width: 100%;
  }
}

.otherprojects:hover{
  opacity: 100%;
  transition: .5s;
}

.brmedium { 
  display: block; 
  margin-bottom: 1em; 
  } 

iframe {
  padding-right: 24px;
  max-width: 100%;
}

.audiocontrols {
  opacity: 10%;
}

.audiocontrols:hover{
  opacity: 80%;
}

.canvas {
  background-image: url("images/background1.jpg");
  height: 750px;
  width: auto;
  background-size: cover;
}

.homepage p {
  font-size: medium;
}

.mm {
  width: 400px;
}

.portrait {
  width: 400px;
  height: auto;
}


footer {
  padding-bottom: 12px;
  font-size: small;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}