@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	
}

.page {
  display: flex;
  flex-wrap: wrap;
	
}

.section {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
	
}
.sectionb {width: 100%;
            display: flex;
           justify-content: center;
           align-items: center;
           margin-left: 0px;
	       margin-right: 0px;
}

.header { 
	background-color: #FFFFFF;
	height: 200px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	}

.about{ background-color:#FFFFFF;
	    display: flex;
        height: auto;
        width: 100%;
	
	    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
 }

.link-container { display: flex;
                   justify-content: center;
	              align-items: center;
	              width:960px;
}

.linkcontact {
  width: 960px;
  display: flex;
  justify-content: space-around;
}

.email {display:flex;
	justify-content: center;
	align-items: center;
	width:960px;
	

background-color: #FD9E02}

.content{ display: flex;
	background-color: #F3F3F3;
	height: 300px;
}

.photo-1 {background-color: #E7EBEC;}
.photo-2 {background-color: #E7EBEC;}
.photo-3 {background-color: #E7EBEC;}
.photo-4 {background-color: #E7EBEC;}
.photo-5 {background-color: #E7EBEC;}
.photo-6 {background-color: #E7EBEC;}
.photo-7 {background-color: #E7EBEC;}
.photo-8 {background-color: #E7EBEC;}

.footer {
	display: flex;
	height: 30px;
	
	 background-color: #FFFFFF;
	justify-content: center;
	align-items: center;
	
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    background-color: #ffffff;
  }
	
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px)

{
   
	
  .photo-1,
  .photo-2,
  .photo-3,
  .photo-4,
  .photo-5,
  .photo-6,
  .photo-7,
  .photo-8{
    width: 50%;
  }
}


.about {font-size: 10px;
}

.link-container {width: 450px;}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .page {
    width: 960px;
    margin: 0 auto;
  }
	
  .photo-2,
  .photo-3,
  .photo-4,
  .photo-5 {
    width: 25%;
  }
	
	.photo-6,
	.photo-7,
	.photo-8{width:33.3%;}
  
	.header {
    height: 150px;
  }
	}

.about {font-size:12px; 
}




/* CSS Document */

