* {
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    /*overflow: visible;*/
}

html,
body {
    /* position: absolute;
    overflow: visible; */
    margin: 0;
    height: 100%;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 19, 73, 0.7), rgba(4, 9, 30, 0.3)), url(../images/backgroundPianoSmall.jpg);
    background-position: center;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*height: 98%;*/
}

body>.container {
    padding: 60px 0px;
}

footer>.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.logoText {
    font-size: 18px;
    /* font-style: italic; */
    font-weight: 500;
    align-items: flex-start;
    color: lightskyblue;
    text-decoration: none;
    vertical-align: text-bottom;
    /* color:#f44336; */
    /* background:olivedrab; */
    padding: 5px;
    border: 1px solid black;
    white-space: nowrap;
}

.brandName {
    font-size: 25px;
    font-style: italic;
    align-items: center;
    color: white;
    text-decoration: none;
    vertical-align: top;
    color: #f44336;
    font-weight: bold;
    margin: 5px;
}

section>nav {
    display: flex;
}

nav {
    display: flex;
    padding: 2% 6%;
    /* justify-content: space-between; */
    align-items: center;
    background-color: #00003B;
    /* background-color: rgba(40, 58, 90, 0.9); */
    border-bottom: 1px solid white;
}

nav img {
    width: 80px;
    border: 2px solid white;
    /* border-radius: 100%; */
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: wheat;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    text-align: center;
    font-size: 62px;
}

.text-box p {
    margin: 10px 0px 40px;
    font-size: 14px;
    color: white;
    text-align: center;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    align-items: center;
}

.hero-btn:hover {
    border: 2px solid #f44336;
    background: #f44336;
    transition: 1s;
}

/* This div design part is
            used as an Image */
.round {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    float: left;
    font-weight: bold;

    /* Change the shape according
        to the image */
    shape-outside: circle();
    background-color: Green;
    color: white;
}

article {
    padding-top: 75px;
    display: inline-block;
}

.teacherIntro {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 100px;
    vertical-align: middle;
}

.img-text-wrapped {
    float: left;
    margin: 5px 5px 5px 5px;
    vertical-align: middle;
    flex-wrap: wrap;
    /* transform: translate(0%, -20%); */
}

.teacherIntro>p {
    float: inline-start;
    vertical-align: middle;
    padding: 10px;
    /* margin-top: 20%; */
}

h1 {
    padding: 5px;
}

.teacherIntro>h1 {
    text-align: center;
}

.teacherIntrolocation {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 10px;
}

.teacherIntrolocation>h1 {
    text-align: center;
}

.teacherIntrolocation>h3 {
    text-align: center;
    text-decoration: wavy;
    text-transform: uppercase;
    padding: 10px;
}

/* 
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
} */

/* .row{
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
} */

.section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-bg {
    background-color: #f3f5fa;
}

.box {
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.box>* {
    flex: 1 1 80px;
}

/* p > ul.a {
    list-style-type: circle;
  }
   */
ul.square {
    list-style-type: square;
    padding: 5px 50px;
}

ol.georgian {
    list-style-type: decimal-leading-zero;
    padding: 5px 50px;
}

ol.decimal {
    list-style-type: decimal;
    padding: 5px 50px;
}

ol.loweralpha {
    list-style-type: lower-alpha;
    padding: 5px 50px;
}

.fa-solid:-webkit-full-screen {
    display: none;
}

.fa-solid:-moz-full-screen {
    display: none;
}

.fa-solid:-ms-fullscreen {
    display: none;
}

.nav-links .fa-solid {
    display: none;
}

.div-with-columns {
    column-count: 3;
    column-gap: normal;
}

.maprouter {
    width: 400px;
    height: 290px;
}

.card{
    padding-top: 20px;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);

}

.card .card-header{
    background-color: #A0CFEB;
    text-align: center;
}

.page-body{
    padding-top: 20px;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
}

.row .table .thead-dark th {
    background-color: #0047AB;
}

.card .list-group .list-group-item{
    border-color : #007bff;
    font-weight: 300;
}

.card .list-group .list-group-item > h5{
    font-weight: bold;
}

@media(max-width:700px) {
    .text-box h1 {
        font-size: 20px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: #00003B;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
    }

    .nav-links .fa-solid {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .fa-solid {
        display: block;
        color: #fff;
    }

    #iconMenu {
        white-space: pre;
    }

    .nav-links ul {
        padding: 30px;
        line-break: auto;
    }


    .div-with-columns {
        column-count: 2;
        column-gap: normal;
    }

    .img-text-wrapped {
        float: none;
        margin: 5px 5px 5px 5px;
        vertical-align: middle;
        flex-wrap: wrap;
        /* transform: translate(0%, 0%); */
    }

    ol.decimal {
        padding: 5px 10px;
    }

    .maprouter {
        width: 300px;
    }
}