/* Show Browser Size */
div#sizeInfo {
    position: fixed;
    box-sizing: border-box;
    background-color: yellow;
    width: 100px;
    height: 50px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    display: none; /* change to none later */
}

/* Fonts */
.alata-regular {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.alexandria-bold {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* Typography */
h1 {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 49.59px;
}
h1.titles {
    font-size: 60px;
}
h2 {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 39.67px;
}
h3 {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 31.74px;
}
h4 {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 25.39px;
}
p {
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
p.biggerP {
    font-size: 25.39px;
}
p.biggerPMobile {
  	font-size: 20px;
}

/* Defaults */
div {
    font-family: "Alata", sans-serif;
}
html {
  	width: auto;
  	overflow-x: hidden;
}
body {
    background-color: #FAF5EB;
    color: #3B3030;
  	overflow-x: hidden !important;
  	width: auto;
  	position: relative;
}
li {
    margin-left: 10px;
    margin-right: 10px;
}
img{
    width: 100%;
}
footer{
    border-top: 1px solid #3b3030;
    align-items: center;
    padding-left: 10px;
  	width: auto;
}
a {
    text-decoration: none;
    color:#3B3030;
}
a:hover {
    color: #C5705D;
}

/* Classes */
.navbar{ 
    background-color: #FAF5EB !important; 
    border-bottom: 1px solid #3b3030;
    padding-top: 20px;
    padding-bottom: 20px;
  	width: auto;
  	max-height: max-content;
}
.navbar-toggler {
    background-color: #3B3030 !important;
}
.active {
    border-bottom: 2px solid #3B3030;
}
.nav-item .nav-link:not(.active):hover {
    background-color: #C5D9BA;
    border-radius: 10px;
}
.nav-item-small {
    width:max-content;
}
.aboutme {
    margin-top: -15px;
}
.btn {
    border-radius: 50px;
    box-shadow: 0px 4px 4px rgba(59,48,48,0.4)
}
.btn-primary {
    background-color:#3B3030;
    color:#FAF5EB;
    border-color:#3B3030;
    --bs-btn-active-bg: #8DB578;
    --bs-btn-active-color: #3b3030;
    --bs-btn-active-border-color: #8DB578;
}
.btn-outline-secondary {
    color:#3B3030;
    border-color: #3b3030;
}
.btn:hover{
    background-color: #C5D9BA;
    color: #3B3030;
    border-color:#C5D9BA;
}
.centeredList {
    display: inline-block;
    text-align: left;
    margin-top: -10px;
}
.tag {
    background-color: #DCCFC0;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px;
}
.covers {
    border-radius: 50px;
}
.popouts {
    background-color: rgba(255,255,255,0.7);
    color: #3B3030; 
    border-radius: 15px; 
    box-shadow: 0px 8px 8px rgba(220,207,192, 0.7);
}
.arrow {
    font-size: 40px;
    color:#C5705D;
}
.numbers {
    background-color: #C5D9BA;
    border-radius: 100%;
    height: 50px;
}
.outlines {
    padding: 20px;
    border: 1px solid #3B3030;
    border-radius: 30px;
    
}
.bottom-border {
    border-bottom:1px solid #3B3030;
}
.boxoutline {
    border: 1px solid #3B3030;
}
.accordion-button {
    color:#C5705D;
    background-color:#FAF5EB;
}
.accordion {
    --bs-accordion-active-bg: #C5705D;
    --bs-accordion-active-color: #ffffff;
    --bs-accordion-border-color: #3B3030;
}
.close {
    border-radius: 50px;
    width: 30px;
   
}

/* IDs */
#nav {
    height:  50px;
    width: max-content;
}
#profilePhoto {
    border-radius: 15px;
    width: 450px;
}
#cL2 {
    margin-top: 8px;
}

