@charset "utf-8";

header {
    width: 100%;
    height: 480px;
    background: url(./img/img.jpg13.JPG);
    background-size: cover;
    background-position: center;
}

.head-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    position: relative;
}

h1 {
  position: absolute;
  top: 30px;
  left: 50px;
   z-index: 1;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
}

/* header ul {
    list-style: none;
} */

/* header ul li {
    display: inline-block;
} */

header h2 {
   margin-right: 50px;
    margin-top: 120px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: serif;
}


.row {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.col {
    width: 100%;
    height: 400px;
 padding-top: 100px;
 padding-bottom: 50px;
 padding-left: 30px;
margin-bottom: 20px;
}

.center {
   margin-top: 50px;
    text-align: center;
}

.center a {
    text-decoration: none;
  color: blue;
}

.col img {
    width: 100%;
    height: 490px;
}




 @media only screen and (max-width: 960px) {
 
    header {
        max-width: 1280px;
    width: 100%;
    height: 380px;
    background: url(./img/img.jpg13.JPG);
    background-size: cover;
    background-position: center;
}

header h2 {
   margin-bottom: 30px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: serif;
}

h1 {
    margin-left: 20px;
  margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
}

.row {
   display: block; 
  margin-right: 30px;
  
}

.col {
    max-width: 1280px;
    width: 93%;
  margin-bottom: 30px;
   
}

.col img {
    border-radius: 5px;
  
}

.center {
margin-top: 50px;
}

.center a {
    text-decoration: none;
    font-size: 20px;
}

 }


















