*{

    box-sizing: border-box;
}


    
body{
margin: 0;
background-image: url('images/person.jpg');
}


#header{
width: 100%;
height: 100px;
text-align: center;
color:pink;
padding-left: 50px;
font-family: monospace;
font-family: xx-large;
size: 50px;
}


#container{
    width:1280px;
    margin-left: auto;
    margin-right: auto;
}


#menu-bar{

width: 60%;
margin-left: auto;
margin-right: auto;
height: 80px;

padding-top: 20px;
padding-left: 130px;
}

#main {
  width:100%;
  height:100%;
  background-color:#fff;
}

body/homepage {
  visibility:hidden
}

.menu-item {
width: 16%;
float: left;
margin-left: 3.33%;
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
}

.menu-item a:link{
text-decoration: none;
color: #F7FF1C;
font-weight: bold;
font-size:110%;

}

.menu-item a:visited{
text-decoration: none;
color: black;
font-weight: bold;
font-size:90%;

}

.menu-item:hover a {
    color: pink;
}

.menu-item:hover {
border-bottom: hidden;
}

.about{
text-align: center;
color: pink;
font-weight: bold;
font-size: 100%;
font-family: helvetica;
}


.row{
  width: 100%;
  display:table;
}

.box1{
  width: 450px;
  height: 675px;
  float: left;
}

.box1 img{
  width: 100%;
  height: 100%;
}

#header1{  
color: black;

}

#box1{
  width: 50%;
  float: right;
  height: 300px;
  margin-right: 2.5%;
  margin-top: 100px;
  font-size: larger;
  color: red;
  font-weight: bold;
   font-family: monospace;
}

#header2{  
color: black;

}
.row2{
  width: 100%;
  display:table;
}

.box2{
  width: 408px;
  height: 408px;
  float: left;
}

.box2 img{
  width: 100%;
  height: 100%;
}

#box2{
  width: 50%;
  float: right;
  height: 300px;
  margin-right: 2.5%;
  margin-top: 100px;
  font-family: monospace;
  font-weight: bold;
  font-size: larger;
  color: red;
  font-weight: bold;
  }

  
#header3{  
color: black;

}

.row3{
  width: 100%;
  display:table;
}

.box3{
  width: 408px;
  height: 408px;
  float: left;
}

.box3 img{
  width: 100%;
  height: 100%;
}

#box3{
  width: 50%;
  float: right;
  height: 300px;
  margin-right: 2.5%;
  margin-top: 100px;
  font-family: monospace;
  font-weight: bold;
  font-size: larger;
  color: red;
}
 

