
body {
  font-family: "Avenir Next";
}

.content {
  max-width: 800px;
  margin: auto;
}

ul {
  margin: 0;
}
li {
  list-style: none;
}

.header {
  background-color: rgb(4, 24, 53);
  color: #fff;
  height: 107px;
  
}

.header .content {
  display: flex;
  align-items: center;
}

.header-logo {
  font-size:40px;
  line-height: 40px;
  padding-left: 40px;
  color:black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.header-logo img{
  width:97px;
  height:87px;
  padding:10px;
  background-color:white;
}
span{
  color:red;
}

.header-list {
  margin-left: 30px;
}

.header-list li a:hover{
  background-color:red;
}
.header-list li a {
  text-decoration: none;
  color:whitesmoke;
  padding: 10px;
  background-color: rgb(201, 22, 22);
  border-radius: 5px;
  transition:all 1.5s;
}


.main {
  padding: 100px 10px;
  background-image:url(img/logo4.png);
  background-repeat: no-repeat;
  background-position: center -400px;
  /* background-attachment: fixed; */

  background-size: 700px 1400px;
  text-align: center;
 
}


.copy-container h1 {
  font-size: 50px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.copy-container h2 {
  font-size: 30px;
}

.copy-container span {
  color: #ff4a4a;
}

.contents {
  height: 900px;
  margin-top: 100px;
}



.section-title {
  border-bottom: 2px solid #dee7ec;
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.contents-item {
  display:flex;
  flex-direction: column;
  align-items: center;
  
}

.contents-item p {
  font-size: 24px;
  margin-top: 30px;

}
.contents-item img{
  width:300px;
  height:400px;
  padding:20px;
  margin:0 auto;
 
}

img.coming-soon{
  height:200px;
}

.contact-form {
  padding-top: 100px;
}

textarea, input{
  width:400px;
  margin-top:10px;
  margin-bottom:30px;
  padding:20px;
  font-size:18px;
  border:1px solid #dee7ec;
}

.contact-submit{
  background-color:#dee7ec;
  color:#889eab;
  transition:rgba(255,255,255,0.4)

}

.footer {
  background-color: rgb(48, 48, 51);
  color: #fff;
  height: 139px;

}

.footer-logo {
  float: left;
  font-size: 32px;
}

.footer-list {
  float: right;
  
}

.footer-list li {
  padding:2px;
  text-align:right;
  
}


.footer .content{
  max-width: 800px;
  margin: auto;
}
