@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

*::before,
*::after {
  box-sizing: border-box;
}

html{

        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;    
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: rgba(213,211,223,1.00);
  }

a {
    text-decoration: none;

}
  .row{
    margin-top: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: auto;
    box-sizing: border-box;
    border-style: 2px solid #4855a5;
    display: flex;
    gap: .5rem;
  }

.column3{
    padding:.5rem;
    width: 55%;
    word-break: keep-all;
    box-sizing: border-box;
    align-content: center;
  }
.column3:h1 {
    text-align: center;
}
.column3:h2 {
    text-align: center;
}
.column3:p{
    text-align: justify;
    width: fit-content;
}
.column3:img {
  max-width:75%;
}
.column4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    align-content: top;
    word-break: keep-all;
    width: 30%;
}

.column4:img{
    width: 65%;
}

.column2{
    align-content: center;
    padding: 1rem;
    width: 52%;

}
.column1{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 45%;
}
.column1 img{
    max-width: 95%;
}
  .row p{
    text-align: center;
  }

  .column2 h1 {
text-align: center;

  }
  .column2 h2 {
    text-align: center;
  }

  footer{
    background-color: #4855a5;
    width: auto;
    padding-bottom: 1.5rem;

  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  h1 {
	text-align: center;
	color:#4855a5;
  font-size: 4rem;
	font-weight: 800;
	
	animation: logo_shows_up 4s;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	}
h2{
	text-align: center;
	color:#4855a5;
  font-size: 3rem;
	font-weight: 400;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.masthead {
align-items: center;
width: 80%;
margin-left: 1rem;
margin-right: 1rem;
margin-top: .5rem;
margin-bottom: .5rem;
padding-top: .25rem;
}

#my_logo{
		width:95%;
		animation: logo_shows_up 4s;
}

#my_logo2{
		width:80%;
	    align-content: center;
		animation: logo_shows_up 4s;
	
}
.copyright{
color: #c7c4e2;
text-align: center;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
font-family: "Rubik", sans-serif;
}

.card_slot{
    align-items: center;
        position: relative;
        display: flex;
        flex-direction: row;
        min-width: 30%;
        max-width: 50%;
        word-wrap: nowrap;
        background-color: #a69fce;
        background-clip: border-box;
        border: 1px solid #212529;
        border-radius: 0.25rem;
}
.card_slot h3{
    text-align: center;
}
.card_slot img {
    padding-top: .25rem;
    border-radius: .325rem;
    align-items: center;
    padding: .325rem .325rem;
}
@media (max-width: 600px){
body{
  font-size: 1rem;
}
h1 {font-size:2rem;}
h2 {font-size:1.5rem;}
}