/* back ground color and font of entire page */
body {
    background-color: #232937;
    font-family: 'Montserrat', sans-serif!important;
}

.tice-col{
    color: #27e8a7
}

/* setting the correct colors in the navigation bar*/
.nav-link {
    color: #27e8a7;
}

.nav-tabs>li>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    color: #32ae85;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #232937;
    background-color: #27e8a7;
}

/* More rounded navigation pills */
.nav-pills .nav-link {
    border-radius: 25px !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus, .btn-success.active {
    background-color: #32ae85;
    color: #232937;
    border-style: none;
}

.btn-success{
    color: #232937;
    background-color: #27e8a7;
    border-style: none;
}

.btn-outline-secondary{
    color: #91b4d5;
    border-color: #91b4d5;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus, .btn-outline-secondary.active {
    color: #232937;
    background-color: #91b4d5;
    border-color: #91b4d5;
}

/* More rounded buttons */
.btn {
    border-radius: 25px !important;
}

/* text color of a specific header, overwriting bootstrap */
h1, h3, h5 {
    color: #27e8a7;
}

/* text color of lead text, overwriting bootstrap */
.lead, .form-label {
    color:#e4f0fb;
    font-size:large
}

.mylink{
    color: #27e8a7;
}

.mylink:hover{
    color: #32ae85;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


.wide-but{
    width: 160px !important;
}

.my-divider {
  height: 2rem;
}

/* drafting a pretty box on resume page such that i use sufficient items too */
/*
.pretty_box{
    border-style: solid;
    border-radius: 20%;
    height: 100px;
    width: 100px;
    border-color:#27e8a7;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}
*/
/* theme:
https://marketplace.visualstudio.com/items?itemName=peymanslh.blueberry-dark-theme */
