
@import url('https://fonts.googleapis.com/css2?family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,4B39sqaV9e6iS7bVKvn7v8Xq3vhcmEmsF2hBfQq1j3w89Y4VacxACZwKA1fZay8J2feiUxveDFJ6fSJTWMSk2akq12UWMJo900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,4B39sqaV9e6iS7bVKvn7v8Xq3vhcmEmsF2hBfQq1j3w89Y4VacxACZwKA1fZay8J2feiUxveDFJ6fSJTWMSk2akq12UWMJo=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,4B39sqaV9e6iS7bVKvn7v8Xq3vhcmEmsF2hBfQq1j3w89Y4VacxACZwKA1fZay8J2feiUxveDFJ6fSJTWMSk2akq12UWMJo=swap');


.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url('background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

a {
  text-decoration: none !important;
}

label {
  font-weight: unset !important;
}

input {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px gray;
}

.btn {
    border: none;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn.bg-blue:hover {
    background-color:steelblue !important;
}

.btn.bg-red:hover {
    background-color: darkred;
    color: lightgray;
}

.bg-blue {
    background-color:royalblue !important;
    color: white !important;
}

.bg-red{
    background-color: maroon !important;
}

.btn.disabled, .btn.disabled:hover {
    background-color: gray;
    color: darkgray;
    cursor: default;
}


/* Font Style */

.wittgenstein-normal {
    font-family: "Wittgenstein", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
  }

.kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

.barlow-condensed-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}

.barlow-condensed-extrabold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
}

.text-white {
    color: white;
}

.text-gray {
    color: gray;
}

.text-lightorange {
    color: #F3EDC8;
}

.text-sm {
    font-size: 12px;
}

.text-med {
    font-size: 25px;
}

.fw-thin {
    font-weight: 100;
}

.fw-med {
    font-weight: 400;
}
