﻿

#image1 {
    max-width: 100%;
    width: 100%;
    max-height: 500px;
    min-height: 250px;
    min-width: 50%;
}

#image2 {
    height: 200px;
    width: 200px;
}

#image3 {
    max-height: 300px;
    min-height: 150px;
    max-width: 100%;
    width: 100%;
    min-width: 50%;
}
.pText{
    border: 1px black solid;
    color: white;
}
#companyName {
    z-index: 100;
    /*color: #ffff66;*/
    color: white;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 34px;
    font-weight: bold;
    /*background: linear-gradient(white, #C18A4F);*/
}

h3 {
    z-index: 100;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: bold;
}

h4 {
    z-index: 100;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    /*font-weight: bold;*/
    width: 100%;
    height: 50px;
}

#comName {
    z-index: 100;
    color: #ffff66;
    text-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 34px;
    font-weight: bold;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    outline-color: black;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 40px;
}

/*p*/
.pFont{
    color: black;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Bottom center text */
.bottom-center {
    position: absolute;
    top: 95%;
    transform: translate(-50%, -50%);
}


/*top center text*/
.top-centered {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchButton {
    border-radius: 15px;
    width: 150px;
    height: 40px;
    text-align: center;
    /*background-color: #C18A4F;*/
    font-weight: 500;
    background-image: linear-gradient(white, #C18A4F);
}

.signupButton {
    color: white;
    background-image: linear-gradient(white, #C18A4F);
    border-radius: 20px;
    width: 150px;
    height: 40px;
    border: 2px solid white;
}

.memo{
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.textbox {
    border-radius: 15px;
    width: 300px;
    height: 40px;
    border: 2px solid grey;
    background-color: white;
}

.textbox::placeholder {
    color: grey;
}

.myButton {
    border-radius: 15px;
    width: 150px;
    height: 40px;
    background-color: yellow;
    font-weight: 500;
}