/*------------------colours*/

body {
    background-color: #e9e7f1;
}



/*------------------heading*/

h1 {
    width: 100%;
    font-family: century gothic, sans-serif;
    font-weight: 100;
    font-size: 56px;
    text-align: center;
    letter-spacing: 3px;
}

h2 {
    font-family: century gothic, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #808080;
}

.logo {
    border-radius: 50%;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

.menucontainer {
    font-size: 0;

}

#nav li {
    font-size: 20px;
    text-align: center;
    padding: 7px 10px 10px 10px;
    background-color: #d9c8ca;
    color: black;
    border-radius: 25px;
    margin-top: 10px;

}

#nav li:hover {
    background-color: #bfa4a4
}

.menuitem {
    height: 100%;
}

.menuitem a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: block;
}

.menuitem span {
    width: 100%
}

/* ------------------------------------Alert bar*/

.alert {
    text-align: right;
    background-color: #e9e7f1;
    border-color: #e9e7f1;
}

btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-left: 10px;
}



/*-----------------------------------burger nav*/

.nav-link {
    text-align: right;
    font-weight: 800;
}


.navbar-dark .navbar-nav .nav-link {
    color: #747779;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;


}

.navbar-dark .navbar-toggler-icon {
    background-image: url(http://assets.stickpng.com/thumbs/588a64e7d06f6719692a2d11.png);
}

.dropdown-item {
    text-align: right;
    color: #747779;
    font-weight: 700;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
}

.navalert-container {
    padding: 0;
}



.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #e9e7f1;
}

@media(min-width:992px) {
    .navbar-expand-xl {
        display: none;
    }
}




/*---------------------------------------footer*/

h4 {
    margin: 0;
    border-bottom-style: dotted;
    border-bottom-color: white;
}

.uppercase {
    text-transform: uppercase
}

.general-sub {
    font-family: "nanum-Gothic", sans-serif;
    color: white;
}

footer {
    margin-top: 40px;
    background-color: #d19c7d;
    min-height: 100px;
    padding-top: 20px;

}

.footer-text {
    color: white;
}

/* credit to tkjaergaard  https://gist.github.com/tkjaergaard/1853190  for inspiration on making the map circular and for ideas for code make it happen */

.container-map {

    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    height: 290px;
    width: 290px;
    border: 10px solid #f9cf92;
    margin-bottom: 20px;
}

.container-map iframe {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: -10px;

}

.social-links li a i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    color: #fafafa;
    background-color: #a57474;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;

}

.social-links li a i:hover {
    background-color: #f9cf92;
    transform: scale(1.15);

}

.footer-nav {
    text-decoration: none;
    color: white;

}

.footer-nav a {
    text-decoration: none;
    color: white;

}

.footer-nav:hover {

    color: #8f8f8f;
}

.footer-nav a:hover {
    color: #8f8f8f;
}


.introVideo {
    width: 100%;
    margin-top: 40px;
}

.classes-page {
    color: #f9cf92;

}

.classes-page:hover {
    color: #a57474;
    text-decoration: none;
}

.footerHeader {
    font-size: 20px;
    border-bottom-color: white;
    border-bottom-style: dotted;
    margin-bottom: 5px
}

/*-------------------------style across all pages style*/

h3 {
    width: 100%;
    font-family: century gothic, sans-serif;
    font-weight: 100;
    font-size: 56px;
    text-align: center;
    letter-spacing: 3px;
}

.modal-title {
    font-size: 20px;
    font-weight: 600
}

/*-------------------------index.html*/

.homePagePara {
    text-align: center;
    font-family: century gothic, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #808080;
    width: 98%;
    margin-left: 1%;
    margin-top: 30px;
}

/*-------------------------------get in touch*/

.contact-form {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 20px;
    width: 98%;
}

/*-------------------------------team*/

.teamPic {
    border-radius: 50%;
    border: 10px solid #d9c8ca;
    text-align: center;

}

.bioName {
    font-family: century gothic, sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #808080;


}

.bioPara {

    font-family: century gothic, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #808080;
}




.katie {
    border: 10px solid #f9cf92;
}

.bioPic {
    padding-top: 20px;
    text-align: center;
}

.bioPic:hover {
    transform: scale(1.1);
}

.role {
    font-weight: 600;
    font-size: 20px;
    border-bottom-style: dotted;
    border-bottom-color: white
}


/*-----------------------------------------classes*/

.classesText {
    font-family: century gothic, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    color: #808080;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 10px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-us-modal {
    color: #d19c7d;
}

.contact-us-modal:hover {
    color: #a57474;
    text-decoration: none;
}





/*-------------------------------@media*/

@media (min-width:576px) {

    .homePagePara {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 30px;
        font-weight: 100;
        width: 90%;
    }
    .introVideo {
        width: 90%;
        margin-left: 5%
    }

    .container-map {
        display: none
    }

}


@media (max-width:576px) {

    .footer-text-map-link {
        display: none
    }

}


@media (min-width:768px) {

    .homePagePara {
        margin-left: 15%;
        margin-right: 15%;
        font-size: 30px;
        width: 70%;


    }

    .introVideo {
        width: 60%;
        margin-left: 20%
    }

    .contact-form {
        margin-left: 15%;
        margin-right: 15%;
        font-size: 20px;
        width: 70%;

    }


}



@media (min-width:992px) {
    .meet-the-team {
        text-align: left;
    }
}

@media (max-width:992px) {
    .free-wheelin-title {
        display: none;
    }
}
