*{
    box-sizing:border-box;
}

body {

	background-color: white; color: white;
	font-family: sans-serif;
    font-size: 80%;
    line-height: 154%;
    margin: 0;
    }
.flex-container1{
    height:125px;
    display:flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
   }
.flexbox{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

img{
    mix-blend-mode: multiply;
}

header{
	background-color: #ffffff; 
    color: #a1bd2e;
    font-size:23px;
    flex-wrap: wrap;
	height: auto;
    text-align: center;
    margin-top: auto;
    margin-bottom:auto;
}


nav{
	
	font-weight: normal;
    font-size: 25px;
    text-shadow: 2px 2px black;
    background-color: #c900ae;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    height: 65px;
    width: 100%;
    padding-top: 1em;
}

nav a {
    color: white;
    text-decoration: none; }

h1{
	font-family: Inter-thin, sans-serif;
    margin-top: 0px;
    font-size: small;
    letter-spacing: .25em;
}

#wrapper
	{
    margin: auto;
    width:100%;
    background-color:white;
    min-width: 960px;
    max-width: 2048px;
    padding: 10px;
   
}

#homepage{
    height: 500px;
    background-image: url("homepage.jpg");
    background-size: 100% 100%;
    background-repeat:no-repeat;
    margin:none;
    background-color: #ffffff;}

ul{
    position: absolute;
    font-size: 4em;
    font-weight: bold;
    font-family:serif;
    color: black;
    float: left;
    position:relative;
    line-height: normal;
    list-style-type: none;
    padding-left: 70px;
    padding-top: 120px;

    
}

p{
    font-size:x-large;
    width:200px;
    height:40px;
    background-color:#c900ae;
    color:#ff9f40;
    text-align: center;
    padding-top:.25em;
   
}

.flex-container {
    font-size:medium;
    text-shadow: 1px 1px black;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background-color:#c900ae;
    color: #ffffff;
    height:180px;
    padding-top: 15px;
    padding-bottom: 20px;
}


#img{
   
    height:50px;
    width:50px;
    border-radius: 50%;
    background-color: white;
    overflow:hidden;
    object-fit:cover;
    vertical-align: middle;
  
}

footer{
    height: auto;
    width:auto;
}

#button{
    text-shadow:none;
    background-color:#a1bd2e;
    color:black;
    text-align: center;
    font-weight: bold;
    width:115px;
    padding-top:3px;
    padding-bottom:3px;
}


    

    

