@charset "UTF-8" ;
*{
    margin: 0;
    padding: 0;
}

header {
    height: 100vh;
    
    background-size: 100% 100%;
    background-image: url(../images/IMG_9617.jpg);
}

h1 {
    color: #ffffff;
    font-size: 60px;
    margin-left: 39px;
}
h1:hover {
    color: rgb(22, 87, 97);
}

header p {
    margin-top: -46px;
    margin-left: 185px;   
    font-style: italic; 
    color:  rgb(22, 87, 97);
    font-size: 8px;    
}


header p:hover { 
     color: rgb(22, 87, 97);
}

header a {    
    color: #f0f0f0;
    text-decoration: none;
    letter-spacing: 0.5em; 
    margin-left: 45px;
}


.parent1 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.parent2 {
    display: flex;
   justify-content: center;
   gap: 10px;
}

.parent3 {
    display: flex;
   justify-content: center;
   gap: 10px;
}

main section img {
    width: 30vw;
    height: 400px   
     
}

h2 {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    font-family: Helvetica;
    font-weight: lighter;
    letter-spacing: 0.2em;
}

h3 {
    text-align: center;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: lighter;
    letter-spacing: 0.2em;
    font-size: medium;
}
main section {
    background-color: rgb(22, 87, 97);
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
main section p {
   font-size: small;
  
    margin-bottom:15px ;
   
}


footer {
    color: #ffffff;  
    background-color: #a9a9a9; 

}

address {
    line-height: 1.3;
    font-style: normal;
    font-size: 1.3vw;
}

footer p  {
    text-align: center;
    font-size: 1.0vw;
   
}


iframe {    
    display: block;
    width: 93%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;  
}