@charset "UTF-8";

@import url("../../css/project03.css");


.hello
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 32px;
	margin-left: 15px;
    font-weight: 600;
}

.body-copy
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	margin-left: 15px;
}

.background
{
    background-color: white;
    
}

.header 
{
        width:100%;
        height:400px;
        padding:0px;
        background-position:center;
        background-size: cover;
        
    
}

.links
{
    color: black;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-size: 26px;
    margin: 30px;
    text-align:justify-all;
    text-decoration: none; 
    text-transform: uppercase;
    
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 4px 0px 100px;
    align-content:center;
        
}


.column {
  flex: 25%;
  max-width: 25%;
  padding: 4px 25px 4px 25px;
    align-content: center;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
    align-content: center;
}

.mail
{
    color: black;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	text-decoration: underline;
    margin-left: 15px;
    
}

.headertext
{
    
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 34px;
	margin-left: 15px;
    font-weight:600;
    
}



.howtoheader
{
    
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	margin-left: 15px;
    font-weight:500;
    
}