/*:root{
  --green: #C5F2C7
}
*/
/* command forward slash lets you comment much faster */
*{
  /* * is a wildcard selector */
  /*border:1px solid black;*/
  background: #bbdcf3;
  /* text-align:center; */
  /* color:var(--green) */
}
.no-padding{
  padding:0px !important;
  margin:0px ;
}
.big{
  font-size:larger !important; 
}
.back-black{
  background: #495159 !important;
}
:root { 
  --font-primary: 'Poppins', sans-serif; 
  --font-secondary: 'Lora', sans-serif; 
  --font-tertiary: 'Roboto', serif; 
  --font-quaternary: 'Montserrat', sans-serif; 
  --font-quinary: 'Merriweather', monospace; 
  --color-primary: teal; 
  --color-secondary: #EAEAEA; 
  --color-tertiary: #BCCECE; 
  --color-quaternary: #307C8F; 
  --color-quinary: #243336; } 
.normal, p{
    font-size: 15px;
    padding-left: 35px;
    font-family: var(--font-primary);
}
.subtitle{
    font-size: 26px;
    font-family: var(--font-quaternary)
}
.title{
    font-size: 60px;
    font-family:var(--font-quinary)
}
.min-title{
    font-size: 40px;
    font-family: var(--font-secondary);
}
.big{
  font-size:x-large;
}
.footer{
  text-align:center;
}
body{
  border: 8px solid black;
  background: rgb(187, 220, 243);
  margin: 0px;
}
.d-flex{
  border:24px solid rgb(187, 220, 243);
}
.rounded-circle{
  padding: 8px;
}
/* h1{
  text-align:left;
  font-family: "Rationale", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  padding-left: 5px;
} */
/* .navbar-brand{
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
} */
/* a{
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
} */
.speaker{
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}
.pt-10{
  margin-top: 15%;
}
p{
  font-weight: 600;
  color: black;
  padding-top: 8px;
}
.py-15{
  padding-top: 10%;
  background-color:blanchedalmond;
}
/* .nav-item{
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-style: normal;
} */
/* .footer{
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 32px;
  font-style: normal; 
} */
ul.dropdown-menu.show{
  left: auto;
  right: 0;
  background: #495159;
}
a.active{
  border-bottom:2px solid black;
  padding: 0px !important;
  margin: 8px;
}
.line{
  border-top:2px solid white;
  padding-top: 3%;
  padding-bottom: 3%;
}
