@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px auto;
    background-color: #FCEEED;
    color: #000000;
    font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

header {
    width: 955;
    margin: 30px;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    font-family: "Great Vibes", cursive;
    color: #7D3B44;
}

.topnav {
    background-color: #4A5759;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

a:link {
    color: #4A5759;
}
a:visited {
    color: #4A5759;
}
a:hover {
    color: #92AB87;
}
a:active {
    color: #7D3B44;
}

.about {
    width: 520px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.right {
    width: 316px;
    height: 466px;
    float: right;
    border: 8px solid #7D3B44;
    padding: 0px;
    margin-right: 30px;
}

h2 {
    text-decoration: underline;
    color: #7D3B44;
    font-size: 26px;
}

h1 {
    font-family: "Great Vibes", cursive;
}

.contact {
    width: 100%;
    padding: 15px;
    background-color: #4A5759;
    text-align: center;
    color: #DEDBD2;
}

hr {
    height: 5px;
    border-width: 0px;
    background-color: #4A5759;
    margin-bottom: 30px;
}

ul li {
    list-style-type: "\27BA ";
    font-size: 20px;
    padding: 5px;
}

.topnav a {
    display: inline-block;
    padding: 14px 16px;
    font-size: 18px;
    text-decoration: none;
    color: #DEDBD2;
    border: 4px solid #4A5759;
}

.topnav a:hover {
    background-color: #DEDBD2;
    color: #4A5759;
}

.topnav a.active {
    background-color: #DEDBD2;
    color: #4A5759;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 65px;
}

.content {
    width: 960px;
    margin: 30px auto;
    margin-top: 10px;
}

.website {
    text-align: center;
    border: #7D3B44 5px solid;
    margin-bottom: 10px;
    padding: 30px;
}



.python {
    background-color: #4A5759;
    text-align: center;
    padding: 10px;
    color: #DEDBD2;
    border: #92AB87 solid 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

h5 {
    text-decoration: underline;
    font-size: 26px;
    color: #92AB87;
}

.danceVideo {
    float: right;
    border: #7D3B44 5px solid;
    height: 531px;
    padding: 0px;
    margin-left: 30px;
}

.explain {
    padding-top: 130px;
    width: 600px;
    height: 500px;
    margin: 30px;
}

.desphoto{
    border: #4A5759 solid 5px;
}
.desphoto:hover {
    border: #FCEEED solid 5px;
}

* {box-sizing:border-box}

.container {
    position: relative;
    margin: auto;
    max-width: 800px;
    border: #7D3B44 solid 5px;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.dotbox {
    margin: auto;
    text-align: center;
    border: solid 5px #7D3B44;
    width: 800px;
    border-top: 0px;
    padding: 5px;
}

