@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Playfair+Display&display=swap');

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cinzel', serif;
}
body{
    background-color: #3D4450;
    color: whitesmoke;
}

h1 {
    font-size: 2rem !important;
    

}

p {
    font-size: larger;
    text-align: center;
    margin: auto;
}

nav {
    
    font-size: 24px;
    border-bottom: 2px solid #4e697d;
    background-color:#3D4450   ;
   
}
.logo{
    width: 200px;
    margin: 0px;
    padding-right: 10px;
    border: 0px;
}

.btn-primary{
    background-color: #23262E;
    border: #4e697d solid 2px;
    font-size: 20px;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-primary:hover{
    background-color: #4e697d;
}

.sized {
    width: 20%;
    margin: auto;

}

.home {
    border-radius: 25px;
    width: fit-content;
    margin: auto;
    text-align: center;
    padding: 2rem;
    background: #3D4450;
    box-shadow: 20px 20px 60px #23262E,
        -20px -20px 60px #4e697d;
}

.Title {

    padding-top: 2rem;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;


}

.padding {
    margin-top: 1rem;
    margin-bottom: 5rem;

}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.subtitle {
    border-bottom: 3px solid #4e697d;
    width: fit-content;

    
    margin-bottom: 2rem;
}

.important {
    font-size: 30px;
    padding-bottom: 1rem;
}

.centerDiv {
    /* color: whitesmoke; */
    /* background-color: #242424; */
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
}
.underline{
    border-bottom:solid 2px #4e697d ;
}
.padding2x {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 2rem;
}

.centerIt {
    text-align: center;
    width: fit-content;
    margin: auto
}

.card{
    background-color: #3D4450;
    border: #4e697d solid 2px  ;
   border-left: none;
   border-right: none;
    border-radius: 0;
}


.icons {
    font-size: 36px;
    width: fit-content;
    padding: 2rem;
    text-decoration: none;
    color: #4e697d  ;


}

.icons:hover{
    color: whitesmoke;
}

#about{
    color:#4e697d !important;
    border-bottom: #4e697d solid 2px;
}

.content {
    border-radius: 0px;
    /* width: fit-content; */
    margin: auto;
   
    padding: 2rem;
    background: #3D4450;
    box-shadow: 20px 20px 60px #23262E,
        -20px -20px 60px #4e697d;
}

.subTitle{
    font-size: 20px;
    border-bottom: #4e697d 2px solid;
    width: fit-content;
    font-family: 'Courier New', Courier, monospace;
}

.accordion{
    width: 30%;
    
    background-color: #3D4450 !important;
}
