@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


a:link {
    color: rgb(151, 73, 207); font-weight:bold
}
a:visited {
    color: rgb(114, 54, 157); font-weight:bold
}
a:hover {
    color: rgb(185, 9, 215); font-weight:bold
}
a:active {
    color: rgb(60, 15, 118); font-weight:bold
}

body {
    font-family: Lato, Arial, sans-serif;
    color:rgb(255, 249, 241); 
    background-color:rgb(39, 16, 59);
}

p {
    font-weight: 300;
    margin-right: 4%;
}

h1 {
    font-size: 180%;
    font-family:Lato, Arial, sans-serif;
    font-weight:700;
    color:rgb(255, 249, 241);  
}

h2 {
    font-size: 125%;
    font-family:Lato, Arial, sans-serif;
    font-weight:300;
    color:rgb(255, 249, 241); 
    padding-left:20px;
    padding-right:20px;
}

h3 {
    font-size: 110%;
    font-family:Lato, Arial, sans-serif;
    font-weight:100;
    color:rgb(255, 249, 241); 
}

p.invert{
    font-weight: 300;
    color:rgb(46, 31, 65); 
}

.columnDiv1 {
    box-sizing: border-box;
    padding: 3%;
    margin-bottom:20px;
    width: 50%;
    float: left;
}

.shaded-area {
    background-color: rgb(255, 255, 255);
    min-height: 180px;
    padding-left: 4%;
    padding-right: 4%;
}

.darkened-area {
    background-color: rgb(37, 17, 55);
    min-height: 180px;
    padding-left: 4%;
    padding-right: 4%;
}

.darker-area {
    background-color:rgb(20,8,32);
    min-height: 180px;
    padding-left: 4%;
    padding-right: 4%;
}

img {
    display: block;
    max-width: 220px;
    height: auto;
    margin: auto;
    float:left;
    border-radius: 1%;
  }

  img-sm {
    max-width: 100%;
    float: center;
  }


@media screen and (max-width:1000px) {
    h1 {    
        font-size: 18pt;
    }

    h2 { 
        font-size: 14pt;
    }
    h3 {
        font-size: 12pt;
    }

    p{
        font-size: 80%;
    }
}