/* You can add global styles to this file, and also import other style files */

:root {
    --tiger-dark-orange: #fe4e01;
    --tiger-light-orange: #ffe4b5;
    --tiger-verylight-orange: #fffaf0;
    --menu-light-orange: #ffa887;
    --green-background: #c0ffc0;
    --danger: #ffe0e0;
    --good: #c0ffc0;
    --temp-controlled: #6495ED;
}

body {
    background-color: var(--tiger-verylight-orange);
    padding: 3vh;
}

h1 {
    font-weight: bold;
    
}
.container {
    text-align: left;
    background-color: white;
    padding: 2vw;
    border: solid 2px var(--tiger-dark-orange);
    width: 800px;
    max-width: 80vw;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    
}


input {
    font-size: 120%;
    padding: 5px;
}

button {
    border-radius: 7px;
    font-size: 120%;
}

html {
font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}