@charset "utf-8";
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

.container {
    width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-family: outfit;
}
.navi {
 
    height: 80px;
	padding: 15px;
}
.logo {
 
    height: 50px;
	width: 300px;
	margin-left: 50px;

}
.menu {
   color: #474747;
    height: 40px;
	width: 500px;
	margin-left: 500px;
	margin-top: -35px;
	
}
.banner {
    background-color: #267496;
    height: 500px;
}
.box {
    width: 500px;
    height: 60px;
    text-align: center;
    color: red;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .boxtxt {
    width: 600px;
    height: 100px;
    text-align: center;
    color: black;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .shape1 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    margin-top: 150px;
    margin-left: 550px;
    font-size: 35px;
}
.shape1:hover img{
      filter: grayscale(100%);
	transform: scale(1.03);
	
}
 .txt1 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: -260px;
    margin-left: 100px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .txt2 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .shape2 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    margin-top:20px;
    margin-left: 100px;
    font-size: 35px;
}
.shape2:hover img{
      filter: grayscale(100%);
	transform: scale(1.03);
	
}
 .txt3 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: -240px;
    margin-left: 600px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .txt4 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: 40px;
    margin-left: 600px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.txt5 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: -260px;
    margin-left: 100px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .txt6 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
 .shape3 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    
    margin-left: 550px;
    font-size: 35px;
}
.shape3:hover img{
      filter: grayscale(100%);
	transform: scale(1.03);
	
}
 .txt7 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: -240px;
    margin-left: 600px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .txt8 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: 40px;
    margin-left: 600px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
 .shape4 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    margin-top:20px;
    margin-left: 100px;
    font-size: 35px;
}
.shape4:hover img{
      filter: grayscale(100%);
	transform: scale(1.03);
	
}







#footer {
    
    height: 350px;
    width: 1080px;
    padding: 30px;
    font-family: outfit;
	margin-top: 100px;
	
	
}
.text1 {
    
    width: 860px;
	color: aliceblue;
	margin-left: 90px;
	margin-top: 30px;
}
.content {
    width: 600px;
    margin-top: 10px;
    padding: 5px 0 10px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
.text2 {
    margin-top: -155px;
	margin-left: 700px;
    
    width: 200px;
	color: aliceblue;
}

.footer-links{
	color:#737373;
	width: 100px;
	margin-left: 15px;
	margin-top: 20px;
	
}
	.footer-links li a:hover{
    color: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer hr{
  border-top-color:#bbb;
  margin-top: 60px;
  opacity:0.5;
	
}

.copytext{
    color: #646464;
    margin-top: 35px;
    margin-left: 90px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
.socialicons a{ 
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.socialicons{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  margin-left: 750px;
  margin-top: -35px;
}
.socialicons li{
  display:inline-block;
  margin-bottom:4px
}
 
