@font-face {
    font-family: 'futura_medium';
    src: url('fonts/futura/futura_medium-webfont.woff2') format('woff2'),
         url('fonts/futura/futura_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bickhamScriptPro';
    src: url('fonts/bickhamScriptPro.ttf');
    font-weight: normal;
    font-style: italic;
}

html {
    font-size: 62.5%;
    height: 100%;
}

:root {
    --background-color: #FFC700;
    --background-color-dashboard: #dadee6;
    --bs-primary-rgb: #12296c;
    --subtitle-color: #4D5E80;
    --bs-border-radius: 16px;
}

.imperial-script-regular {
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
.inter-header {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:"slnt" 0;
  }
  
  .inter-subheader {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings:"slnt" 0;
    }

.inter-description {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"slnt" 0;
}

.inter-blockQuote {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:"slnt" 0;
  }

body {
    height: 100%;
    flex-direction: column;
    background-color: #194461;
    color: var(--background-color-dashboard);
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
    color: black; 
    margin:0px;
    padding:0px;
}

.container-fluid-custom {
    max-width: 1400px;
    padding: 50px;
}


/**------ Dashboard items styling -------------**/
.dashboard-body {
    background-color: var(--background-color-dashboard);
    color: var(--bs-primary-rgb);
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
    color: black;
    margin:0px;
    padding:0px;
}

.dashboard-fluid-container {
    max-width: 1600px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container-dashboard {
    margin-left: 30px;
}

.container-dashboard.add_btn {
   margin-right: 30px;
   margin-top: 30px;
   font-size: 2rem;
}

/*------ Button Widget ----------*/
.btn {
    border-radius: 2rem;
    padding: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.4rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary-rgb);
    --bs-btn-border-color: var(--bs-primary-rgb);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0043a8;
    --bs-btn-hover-border-color: #0043a8;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-rgb);
    --bs-btn-active-border-color: var(--bs-primary-rgb);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary-rgb);
    --bs-btn-disabled-border-color: var(--bs-primary-rgb);
}

.pagination {
    --bs-pagination-color: var(--bs-primary-rgb);
    --bs-pagination-active-bg: var(--bs-primary-rgb);
    --bs-pagination-active-border-color: var(--bs-primary-rgb);
}

/**------Headers-------------**/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: xxx-large;
    color: white;
    text-align: left;
    margin-bottom: -30px;
}

h1.dashboard-header {
    font-size: xxx-large;
    color: var(--bs-primary-rgb);
    text-align: left;
    margin-bottom: 30px;
}

h1.home {
    font-size: 10rem;
}

h1.h3 {
    color: #4D5E80;
}

h2 {
    font-size: x-large;
    font-style:  italic;
    color: white;
    text-align: left;
}

h2.dashboard-header {
    font-size: xxx-large;
    color: #363535;
    padding: 20px;
}

h2.home {
    color: var(--subtitle-color);
    margin-left: 26px;
    font-size: 3rem;
}

h4 {
    font-size: x-large;
    font-style:  italic;
    color: white;
    text-align: left;
}

h5.card-title {
    font-size:1.4rem;
    margin-left: 12px;
    color: #4D5E80;
}

.header--title{
    margin-top: 28px;
    margin-left: 26px;
    font-size: 7rem;
}

h4.header--title{
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 32px;
    font-size: 3rem;
}

label.form-label {
    color: #4D5E80;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

label:after { 
    content: ": " 
}

.form-control {
    border-radius: 6px;
}

.layout {
    display: flex;
	justify-content: center;
    align-items: center;
    background-color: white;  
    height: 100%;
}

.container { 
    min-height: 460px;
    height: 100vh;
    width: 100%;
    min-width: 100%;
    margin: 36px 24px 24px 24px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    overflow: auto;
}

.elevatedBox {
   
    margin-top: 80px;
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 48px;
    padding: 10px;
    border: 1px ;
    border-radius: 16px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
     background-color: #FAF9F6; 
}

.box {
    display: flex;
    justify-content: center;
    margin-top: 56px;

}

hr {
    border:none;
    background-color: #332D2D;
    height: 5px;
    align-self: center;
    width: 20%;
    opacity: 0.07;
    padding:0 40px;
   
}

.blockquote--quoted::before {
    content: "\201c";
    font-size: 100px;
    display: block;
     margin-bottom: -80px;
    margin-top: -20px; 
}

.blockquote--quoted::after {
    content: "\201d";
    font-size: 100px;
    display: block;
    text-align: right;
    margin-right: 60px;
     margin-bottom: -20px;
    margin-top: -40px; 
}

p{
    margin: 10px;
    padding: 10px;
}


p.card-text {
    color: #4D5E80;
}

textarea#body {
    color: #4D5E80;
}

input#title {
    color: #4D5E80;
}

input#title::placeholder {
    color: #4D5E80;
}

#origin {
    color: #4D5E80;
}

#origin::placeholder {
    color: #4D5E80;
}

textarea#body::placeholder {
    color: #4D5E80;
}

#phrase {
    font-size: 7rem;
    font-style: 400 italic;
    text-align: center;
    color:  #2c2e31; 
}

#description {
    margin: 36px;
    margin-top: 48px;
    font-size:  4.5rem; 
      color:  #2c2e31;
}

p.origin {
    font-size: 50pt;
     color: #343432; 
    font-style: italic;
    letter-spacing: 4px;
    text-align: right;
}


.slangs {
    height: 50vh;
    display: grid;
    grid-column: auto;
    flex-direction: row;
    justify-content: space-between;
    background-color: darkolivegreen;

}

.slang_item {
    width: 40px;
    height: 50px;
    background-color: darkolivegreen;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/***** Google sign in button *****/
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #13131461;
    border-color: #8e918f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-state {
    background-color: #e3e3e31f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: white;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: white;
    opacity: 8%;
  }

  a {
    text-decoration:none;
 }
  
/**/

@media (min-width: 1024px) {
    .layout {
        flex-direction: row;
        justify-content: space-between;
    }

    .container--block {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .elevatedBox {
        size: 20%;
        padding: 10px;
        margin: 20px;
        border: 1px ;
        border-radius: 16px;
    }

    #phrase {
        font-size: xx-large;
        text-align: center; 
    }

    #description {
        font-size: large;
        margin-left: 2%;
           /* color:  #333333; */
           align-self:center;
           margin-top: 20px;
    }

    hr {

        background-color: #404040;
        height: 2px;
        width:5%;
        border-width:0;
        margin-right: 30px;
    }

    .box {
        align-self:flex-end;
        position: relative;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .layout--block {
        flex-direction: row;
        justify-content: space-between;
        height: fit-content;
    }

    .container--block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .elevatedBox {
        padding: 10px;
        border: 1px solid #77aaff;
        box-shadow: 0px 50px 100px -20px rgba(50,50,93,0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3);
    }

    #phrase {
        font-size: xx-large;
        text-align: center; 
    }

    #description {
        font-size: large;
        margin-left: 40px;
        text-align: center; 
    }

    hr {

        background-color: #404040;
        height: 35vh;
        width:.5vw;
        border-width:0;
        opacity: 0.2;
    }

    p.origin {
        font-size: 5rem;
    }

    .box {
        align-self:flex-end;
    }
    
  }



  


