@import "footer.css";
@import "landing.css";
@import "header.css";
@import "provningar.css";
@import "whisky.css";
@import "notes.css";
@import "barrels.css";

*{
  box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
  background: #b2b5aa;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
   outline: 0;
}

h1 {
    font-size: 45px;
}


h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 27px;
    margin: 10px;
}

@media screen and (max-width: 600px){
    h1 {
        font-size: 35px    ;
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 25px
    }
    h4 {
        font-size: 20px
        
    }
}


h1, h2, h3, h4 {
    font-family: 'Julius Sans One', sans-serif;
    font-family: 'Martel', serif;
    color: #383837;
    text-align: center;
}

p {
    padding: 0px;
    margin: 3px;
    color: #383837;
    font-size: 22px
}

@media screen and (max-width: 600px){
    p {
        font-size: 18px;
    }
}


.pageHeader {
    margin-top: 70px;
    margin-bottom: 10px;
}

.barrelsHeader {
    color: whitesmoke;
}

.formWrapper {
    padding: 20px;
    width: 400px;
    max-width: 90%;
}

.formWrapper form {
    margin-bottom: 20px;
}

.formWrapper a {
    padding-left: 10px;
    font-size: 20px;
    color: #304230;
}

.formWrapper a:hover {
    color: #273327;
}

input, textarea {
    border-radius: 7px;
    min-height: 30px;
    border: none;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inputContainer {
    margin: 2px 5px 7px 5px;
    max-width: 100%;
}

.inputContainer label {
    text-align: center
}

.imageUploadInputContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.imageUploadInput {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    padding:10px;
    margin-top: 5px;
    border-radius: 10px;
    border: 3px solid #383837;
}

.imageUploadInput input {
    border-radius: 0px;
    display: flex;
}

.mainFlexBackground, .mainFlexBackgroundLanding {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainFlexBackground {
    padding-top: 50px;
}

.addButton {
    min-height: 40px;
    border-radius: 10px;
}

.submitButton {
    color: white;
    min-height: 30px;
    border: none;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border-radius: 15px;
    background-color: #273b27;
    background-color: #3b4d3b;
    background-color: #304230;
    margin: 10px 0;
}

.submitButton:hover {
    background-color: #273b27; 
    background-color: #273327; 
}

.adminButtons {
    display: flex;
    width: 100%;
    margin: 30px;
    padding: 30px;
}

.adminButtons button {
    margin: 5px;
}

.updateButton {
    color: white;
    min-height: 30px;
    border: none;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border-radius: 15px;
    background-color: #d99d3f;
}

.updateButton:hover {
    background-color: #b58335; 
}

.deleteButton {
    color: white;
    min-height: 30px;
    border: none;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border-radius: 15px;
    background-color: #ba3d3d;
}

.deleteButton:hover {
    background-color: #8f2f2f; 
}

.center {
    text-align: center;
}

.pullRight {
    margin-left: auto;
}

.backButton {
    color: white;
    min-height: 30px;
    border: none;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border-radius: 15px;
    background-color: #383837;
    margin: 10px 0;
}

.backButton:hover {
    background-color: #63635f;
}

.linkFlexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adminText {
    padding: 4px;
    color: white;
    background-color: black;
    border: 2px solid black;
    border-radius: 2px;
    text-align: center;
}


.formContainer lable, .formWrapper label {
    color: #383837;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.pattern-lable p {
    color: red;
}

.delete-button-confirm, .delete-button-confirm div {
    align-items: center;
    display: flex;
    justify-content: center;
    
}

.delete-button-confirm {
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.delete-button-confirm div {
    height: 200px;
    width: 300px;
    background-color: rgba(255,255,255, 0.85);
    flex-direction: column;
    border: 4px solid red;
    border-radius: 1.5rem;
}




.hidden {
    display: none;
}

#passwordStateMsg {
    display: none;
    color: #e37724;
    font-weight: bold;
}

.loginBtnContainer {
    display: flex;
    align-items: center;
}

.loginBtnContainer p {
    margin-left: 20px;
    font-size: 25px
}

.messageField p {
    font-size: 25px;
    font-weight: bold;
    text-align: center
}

.user-edit-img-container {
    height: auto;
    width: 400px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 10px 40px;
    padding: 0 20px 10px 20px;
}

@media screen and (max-width: 600px) {
    .user-edit-img-container {
        flex-direction: column;
        margin: 0;
    }
}

.user-edit-img-container img {
    height: auto;
    width: auto;
    max-height: 220px;
    max-width: 220px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.errMsg {
    color: red;
}

