html {
  scroll-behavior: smooth;
}

h1 {
  color:#5B2C6F;
}

h2 {
  font-size: 30px;
  font-family: 'Oswald', serif;
}

nav {
  color: 	#BB8FCE;
}
table, th, td {
  border: 1px solid black;
  font-size: 20px;
  font-family: 'Oswald', serif;

}
h1, h3, h4, h5 {
  font-family: 'Oswald', serif;
    color:#5B2C6F;
}
.darkpurple {
    background-color: 	 #76448A;
    color: #FFFFFF;
}
.lightpurple {
  background-color: #A569BD;
  color: #FFFFFF;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float:left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.align-right {
  margin-left:3%;
  margin-right:4%;
  text-align: justify;
}
table {
  padding: 3px;
}

p {
  font-size: 20px;
  font-family: 'Oswald', serif;
}
.smallBlack {
  color: 	#000000
  }
.smallRed {
    color: 	#FF0000
    }

<!--.profile-image{
	max-height: 3%;
    max-width: 30%;
    float: right;
    display: inline-flex;
    flex-direction: row;
}

@media (max-width:767px) {
  .profile-image {
    max-width: 50%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .profile-image {
    max-width: 40%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .profile-image {
    max-width: 30%;
  }
} -->

@media (min-width:1200px) {
  .profile-image {
    max-width: 15%;
  }
}


.align-left{
	display: inline-block;
}

.m-t-30 {
  margin-top: 30px;
}

h3, h4, .h3, .h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
