* { /*reset browser styling */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer a {
    padding-top: 10px;
}

.sticky {
    position: fixed;
}

.logo {
    width: 150px;
    height: 150px;
}

.info {
    color: gray;
    text-align: left;
    padding-top: 100%;
    margin-top: 175%;
}

html, body {
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', sans-serif;
    line-height: 1.7em;
}

a {
    color: #333;
    text-decoration: none;
}

h1, h2, h3 {
    padding-bottom: 20px;
}

h1 a {
    padding-left: 20px;
}

#showcase {
    background: url('https://media.voog.com/0000/0042/0789/photos/emotsioonipildid-21.03.31-005_huge.jpg') no-repeat center center/cover;
    height: 100%;
    width: 100%;
    float: right;
    background-attachment: fixed;
}
#product_img {
    background: url('https://media.voog.com/0000/0042/0789/photos/roosiku_emot_02_large.jpg') no-repeat center center/cover;
    height: 800px;
    width: 100%;
    float: right;
    background-attachment: fixed;
}

#nav {
    background: rgba(189, 89, 17, 0);
    color: #fff;
    overflow: auto;
}

#nav a {
    color: #fff
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    width: 200px;
    background-color: black;
    height: 100%;
    float: left;
}

#nav ul li {
    float: left;
    width: 100%;
}

#nav ul li a {
    display: block;
    padding: 20px;
    text-align: left;
}

#nav ul li a:hover,
#nav ul li a.current {
    background: #44444464;
    color: #f7c08a;
}

#nav h1 {
    padding-top: 20px;
    float: left;
}

.filler {
    height: 800px;
}

/*Products page*/
#products {
    color: black;
    background-color: white;
    position: absolute;
    width: calc(100% - 200px);
    right: 0;
}

#products h1 {
    text-align: center;
    padding: 20px;
}

#products ul {
    height: 100px;
}

#products li {
    float: left;
    width: 33%;
    text-align: center;
    border: #333;
    border-radius: 10px;
    border-width: 3px;
    list-style-type: none;
}

#products li a {
    float: left;
    width: 50%;
}

#products li div {
    overflow: hidden;
}

#products li h3 {
    text-align: center;
    padding: 0%;
}

#products li p {
    padding: 26%;
    text-align: center; 
    padding-top: 0%;
    padding-bottom: 10%;
}

.product {
    width: 200px;
    height: 200px;
    border: 5px solid rgb(27, 25, 25);
    border-radius: 10px;
    border-width: 3px;
}
.product:hover {
    border: 5px solid rgb(27, 25, 25);
    border-radius: 10px;
    border-width: 3px;
    padding-top: 20px;
}

/*Code from ChatGPT to fix div element not seeing floated elements*/
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/*About page*/
.about_bg {
    background: url("//media.voog.com/0000/0042/0789/photos/roosiku_emot_01_large.jpg");
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    float: right;
    background-attachment: fixed;
}

#about {
    color: black;
    background-color: beige;
    position: absolute;
    width: calc(100% - 200px);
    right: 0;
}

/*Index*/
.banner_img {
    background: url(https://media.voog.com/0000/0042/0789/photos/emotsioonipildid-21.03.31-001_large.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
}

#index {
    color: black;
    background-color: white;
    position: absolute;
    width: calc(100% - 200px);
    right: 0;
}

.img1 {
    height: 40%;
    width: 40%;
    float: right;
    border: 5px solid rgb(27, 25, 25);
    border-radius: 10px;
    border-width: 3px;
    margin: 10px;
}

#index h1 {
    text-align: center;
    padding-top: 20px;
}

#index p {
    text-align: right;
    padding: 0px 10px;
    padding-left: 30px;
}
/*Index big text*/
.index_txt {
    height: 700px;
    position: sticky;
}

#contact {
    color: black;
    background-color: white;
    width: calc(100% - 200px);
    padding: 1%;
    float: right;
}

#contact table {
    display: inline-flex;
    vertical-align: top;
    width: 45%;
}

#contact table p {
    padding-bottom: 2%;
    padding-right: 0%;
}

#contact label {
    font-size: large;
}

#contact textarea {
    width: 100%;
}

.contact_img {
    height: 400px;
    width: 50%;
    margin-left: 1%;
    margin-right: 1%;
    border: 5px solid #333;
    border-width: 3px;
    border-radius: 10px;
}

.contact_columns {
    display: flex;
    flex-direction: column;
}

.contact_things {
    padding-left: 1%;
    width: 50%;
}

.contact_saada {
    float: right;
    font-size: large;
    margin-top: 1%;
}
