<!DOCTYPE html>
<html lang="en">
<head>
    <script type="text/javascript" src="js/google-tag.js"></script>
    <meta charset="UTF-8">
    <title>C.H.O.I.C.E.</title>

    <!--Import Google Icon Font-->
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <!-- Compiled and minified CSS -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">

    <!--Let browser know website is optimized for mobile-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    <style>
        html,
        body {
            position: relative;
            height: 100%;
        }

        body {
            background: #eee;
            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #000;
            margin: 0;
            padding: 0;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    </style>
    <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=63d86e61aa39f90012ccb773&product=inline-follow-buttons&source=platform" async="async"></script>

</head>
<body>
<section>
    <script type="text/javascript" src="js/header.js"></script>
</section>
    <section>
        <script type="text/javascript" src="js/navmenu.js"></script>
    </section>
    <section>
        <iframe width="100%" height="315" src="https://www.youtube.com/embed/0Javi37FSP4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
    </section>
    <!-- Compiled and minified JavaScript -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>M.AutoInit();</script>

    <section>
        <script type="text/javascript" src="js/footer.js"></script>
    </section>

    <section>
        <div class="container">Designed by <a href="https://leaflet.studio">Leaflet Studio</a> </div>
    </section>
</body>
</html>