body {
    background-color: #f4f5f0;
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
}

header {
    margin: 0;
    background-image: url(../img/background1.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.container {
    height: 72%;
    width: 78%;
    max-height: 700px;
    max-width: 1100px;
    /* border: 1px solid white; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
}

.lftinnerctnr {
    height: 80%;
    width: 50%;
    /* border: 1px solid gray; */
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    align-content: center;
    flex-direction: column;
}

.lftinnerctnr img {
    margin: 0px 40px;
    width: 75%;
    max-width: 1100px;
    padding: 10px;
}

.lftinnerctnr p {
    margin: 0px 0px;
    width: 80%;
    max-width: 1100px;
    padding: 10px;
    color: #3049d9;
    font-size: 14px;
}

.squares {
    width: 65%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    gap: 10px;
    margin-left: 50px;
    /* font-size: 10px; */
}

.squares p, h3, h4 {
    color: #3049d9;
}

.calories, .fats, .proteins {
    background-color: #f4f5f0;
    border-radius: 20%;
    width: 80px;
    border: #3787f8 2px solid;
    box-shadow: #3787f8 -0.8em 0 .4em;
}

.name {
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    display: flex;
    margin-left: 20px;
}

.num {
    align-items: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 10px;
}

.rghtinnerctnr {
    height: 80%;
    width: 50%;
    /* border: 1px solid gray; */
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    align-content: center;
    flex-direction: column;
    display: flex;
}

.rghtinnerctnr object {
    align-items: center;
    margin: 0;
    width: 80%;
    margin-top: -17%;
}

.bodycopy {
    margin: 0;
    background-image: url(../img/background2.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.bodycopy h2 {
    color: #f4f5f0;
    text-transform:capitalize;
    margin-top: 5%;
    margin-left: 38%;
    font-size: 40px;
    width: 30%;
}

article {
    /* background-color: #5641F0; */
    color: #f4f5f0;
    margin: 5px auto;
    width: 60%;
    max-width: 1100px;
    padding: 5px;
    text-align: justify;
    flex-wrap: wrap;
    font-size: 18px;
}

.infographic1 {
    margin: 0;
    background-image: url(../img/background1.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.infographic1 object {
    width: 70%;
    padding: 10%;
    margin-left: 5%;
    margin-top: -5%;
}

.infographic2 {
    margin: 0;
    background-image: url(../img/background2.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.infographic2 object {
    width: 70%;
    padding: 10%;
    margin-left: 5%;
    margin-top: -5%;
}

.infographic2 p {
    margin: -200px auto;
    width: 30%;
    max-width: 400px;
    padding: 10px;
    color: #f4f5f0;
    font-size: 14px;
}

.video {
    margin: 0;
    background-image: url(../img/background1.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    
}

.video h2 {
    color: #3049D9;
    text-transform:capitalize;
    margin-top: 5%;
    margin-left: 35%;
    font-size: 40px;
    width: 30%;
}

.video iframe {
    position:relative;
    margin-left: 25%;
    margin-top: 2%;
    box-shadow: #3787f8 -1em 0 .4em;
}

.map {
    margin: 0;
    background-image: url(../img/background2.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mapouter {
    position:relative;
    text-align:left;
    height:500px;
    width:600px;
    margin-top: 8%;
    margin-left: 5%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:500px;
    width:600px;
    margin-top: 8%;
    margin-left: 5%;
    box-shadow: #7230D9 -1em 0 .4em;
}

.map h1 {
    text-transform:capitalize;
    float: right;
    color: #7230D9;
    font-size: 40px;
    margin-top: -20%;
    margin-right: 15%;
    width: 30%;
}

footer {
    margin: 0;
    background-image: url(../img/background1.png);
    width: 100%;
    height: 25vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.links {
    color: #3049d9;
    margin: 26px auto;
    width: 45%;
    max-width: 1100px;
    padding: 10px;
    text-align: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 140%;
}

.links a:hover {
    color: #f4f5f0;
    cursor: pointer;
}

footer p {
    color: #3049d9;
    margin: 20px auto;
    width: 45%;
    max-width: 1100px;
    padding: 10px;
    text-align: center;
    flex-wrap: wrap;
    font-size: 16px;
}