body {
    margin: 0px;
    background-color: white;
    /* overflow: hidden; */
}

i {
    color: rgba(28, 161, 242, 1.00);
}



li {
    list-style: none;
}
.shadowed {
    -webkit-filter: drop-shadow(2px 2px 2px #222 );
  filter: drop-shadow(2px 2px 2px #222);
}

.logo {
    width: 40%;
    /* margin-left: 20%; */
    /* margin-top: 20%; */
}

.muted {
    color: gray;
}

.banner {
    font-family: 'Montserrat',
    sans-serif; font-size: 22px;
    margin-left: 50px;
    font-size: 200%;
    color: white;

    margin-top: 15%;
}

.sectionTitle {
    font-family: 'Montserrat';
    vertical-align: text-top
    sans-serif; font-size: 18px;
    color: whitesmoke;

    margin-top: 20%;
}

.filter {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.bannerWhatsNew {
    font-family: 'Lato', sans-serif;
    color: white;
    padding-top: 30px;
}

.bannerLogo {
    display: block;
    height: 60px;
    width: 80%;
    padding-top: 7px;
    padding-bottom: 7px;

}

.bannerNews {
    padding-top: 10px;
    padding-bottom: 10px;

    font-family: 'Lato', sans-serif;
    font-size: medium;
    color: white;
    opacity: 90%;
}

.bannerNews .headline {
    font-size: large;
    font-weight: bolder;
}

.bannerNews .body {
    font-weight: normal;
    font-size: small;
}

.inputField {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;

    padding: 10px;
    margin: 5px;

    width:80%

}

.footer {
    background-color: rgba(73, 71, 74, 1.00);
    padding: 30px;
    color: gray
}

.centered {
    text-align: center;
}

.boxed {
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-style: 2px solid lightgray;
    padding-top: 30px;
    padding-bottom: 30px; 
    height: auto;
}

.product {
   padding: 2rem;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar {
    background-color:  rgba(28, 161, 242, 1.00);;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: whitesmoke;
    font-weight: bold;
}

.shape {
    position: relative;
    height: 100px;
    width: 200px;
    background: tomato;
}
.shape:after {
    position;
    content: '';
    height: 0px;
    width: 0px;
    left: 0px;
    bottom: -100px;
    border-width: 50px 100px;
    border-style: solid;
    border-color: tomato tomato transparent transparent;
}


