body {
    background-color: rgba(0, 147, 221, 0.1);
    font-family: "Segoe UI";
    margin: 0;
}

h1 {
    color: gray;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    text-transform: lowercase;
}

p {
  font-size: 1.3em;
  text-align: center;
}

iframe {
    margin: 0 3% 3%;
    padding: 0;
    width: 94%;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
}

.header {
    background-color: white;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    margin: 0;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 1;
}
.header div {
    max-width: 1366px;
    margin: auto;
    position: relative;
}
.header img {
  background-color: none;
  filter: drop-shadow(1px 1px 20px rgba(0,0,0,0.2));
  margin: 0.5em 0;
  max-width: 50%;
  width: 20em;
}
.header div a {
    background-color: none;
    color: black;
    font-size: 1.5em;
    margin: 0.5em 0;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    text-decoration: none;
    text-shadow: 3px 3px 15px rgba(0,0,0,0.5);
}
.header div a img {
    display: inline-block;
    height: 1em;
    width: auto;
    margin: auto;
}

.footer {
    background-color: white;
    font-size: 1em;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    margin: 0;
    text-align: center;
    width: 100%;
}
.footer a {
    color: black;
    text-decoration: none;
}

.shadow-box {
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    margin: 0.5em auto;
    max-width: 1366px;
    position: relative;
}
.inner-box {
    background-color: none;
    padding: 5em;
}

.products {
    background-color: none;
}
.item {
    background-color: none;
    display: inline-block;
    padding-bottom: 1em;
    text-align: center;
    vertical-align: top;  
    width: 33%;
}
.item h1 {
    color: black;
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    text-transform: lowercase;
}
.item p {
    font-size: 1em;
    padding: 1em;
}

.photo {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    height: 140px;
    width: 200px;
    overflow: hidden;
}
.photo img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.photo img:hover {
    opacity: 0.7;
}

.top-image {
    position: relative;
    height: 480px;
    max-width: 1366px;
    margin: 0.5em auto;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    color: white;
}
.top-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.top-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.top-image p {
    display: flex;
    align-items: center; 
    justify-content: center;
    position: absolute;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 70%;
    margin: 0;
    background-color: none;
    font-size: 4em;
    font-weight: 450;
    line-height: 1em;
    text-align: center;
    text-shadow: 3px 3px 15px rgba(0,0,0,1);
}

.bottom-image {
    position: relative;
    height: 180px;
    max-width: 1366px;
    margin: 0.5em auto;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);  
    color: white;
}
.bottom-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.bottom-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.bottom-image p {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: absolute;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 70%;
    margin: 0;
    background-color: none;
    font-size: 3em;
    font-weight: 450;
    line-height: 1em;
    text-align: center;
    text-shadow: 3px 3px 15px rgba(0,0,0,1);
}

@media only screen and (max-width: 1366px) {
    h2 {
        font-size: 2em;
    }
    .footer {
        font-size: 0.7em;
    }
    .header img {
      margin: 0.5em;
    }
    .header div a {
        font-size: 1em;
        margin: 0.5em;
    }
    .shadow-box {
        border-radius: 0;
    }
    .top-image {
        border-radius: 0;
    }
    .top-image p {
        font-size: 3em;
    }  
    .bottom-image {
        border-radius: 0;
    }
    .bottom-image p {
        font-size: 2em;
    }  
    .item {
        width: 100%;  
    }
}