/* WEBSITE COLOR CODES || Red #FF0000 | Hot Pink: ff69b4 | Hot Pink Light #ff78ae | Black: #000000 | Dark-Gray #8f8f8f | Med. Gray #cdcdcd | Light Gray #e6e6e6 | White #ffffff || */

body{
    
background-color: #d7dbdc;
background-image: none;
background-repeat: no-repeat;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
   
}


.spacer10 {

display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 10px;
margin: auto;
    
}



.spacer30 {

display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 30px;
margin: auto;
    
}

.page_Container {

width: 100%;
max-width: 1080px;
margin: auto;
position: relative;

}

.left_Wrapper {

display: flex;
justify-content: left;
align-items: left;
width: 100%;
margin: auto;
    
}

.right_Wrapper {

display: flex;
justify-content: right;
align-items: right;
width: 100%;
margin: auto;
    
}


.center_Wrapper {

display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;
    
}



.logo_outterWrapper {

display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;
    
}

.logo_innerWrapper {

display: flex;
justify-content: left;
align-items: left;
width: 100%;
margin: auto;
    
}






.photo1_Wrapper {
    
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;    
    
    
}

.photo1 {
    
    
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;       
    
    
}




.email_outterWrapper {

display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;
    
}




.email {
    
color: #001278;
font-family: arial;
font-size: 130%;
    
}



.copyright_Wrapper {
    
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin-bottom: 50px;
    
}

.copyright {
    
font-family: arial;
font-size: 10pt;
color: #333333;
    
}

