@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css');

html {
    /* height: 100%; */
    overflow-x: hidden;
    min-height: 100vh;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    width: 100%;
    padding-bottom:0px;
    position: relative;
    max-width: 100vw;
}


.content {
    height: 75%;
    display: flex;
    flex-direction:column;
    align-content: center;
}

.content div {
    flex: 1 1 0%;
    height: 100%;
    padding-bottom: 20px;
}


.one {
    background-color: red;
}

.two {
    background-color: blue;
    max-height: 33%;
    min-height: 33%;
    height: 100%;
}

#tres {
    display: flex;
    background-color: green;
    flex-direction: row;
    min-height: 33%;
    max-height: 33%;
    max-width: 100%;
    justify-content: space-around;
    text-align: center;
}



div .product {
    flex: 0 1 auto;
}

.product-image {
    max-height: 80%;
    max-width: 80%;
    border-radius: 15px;
}

.navbar-brand {
    height:40px;
    padding-top:0;
}

.navbar-brand img {
    max-height:40px;
}

.georgia {
    font-family: Georgia, serif;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
}

/* .articles img {
    background-color: green;
    height: 80px;
    width: 80px;
    padding: 10px;
} */

.container {
    max-width: 1200px;
}

.title {
    word-wrap: break-word;
}

.container {
    padding:10px;
}

.card img {
    padding:10px;
}

.line-through {
    text-decoration: line-through;
}

#newsletter-bar {
    display: none;
}

.navbar-main {
    font-size: 30px;
}



.content-box {
    color: white;
    -webkit-text-stroke: 1px black;
}

.footer {
    color: white;
    /* -webkit-text-stroke: 1px black; */
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 5px;
}

h1 {
    margin: 0
}