﻿html {
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: Century Gothic;
}

.header {
    padding: 20px;
    top: 0;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 998;
    background: #FFF;
    width: 100%;
}

.header img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 25%;
}

.shrink {
    padding: 10px;
}

.shrink img {
    width: 10%;
}

.top_nav {
    width: 100%;
    top: 250px;
    position: fixed;
    z-index: 1000;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    top: 180px;
    height: 1600px;
}

.home_content {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

[data-audio] {
    cursor: pointer;
}

[data-audio]:before {
    content: "\f144";
}

[data-audio].pause:before {
    content: "\f28b";
}

.foundation_button {
    width: 75%;
    margin: auto;
}

@media screen and (max-width: 601px) {
    .content {
        width: 100%;
        position: relative;
        top: 100px;
    }
    .home_content {
        width: 100%;
    }
    .modal-content {
        width: 100%;
    }
    .foundation_button {
        width: 95%;
        margin: auto;
    }
}

.but {
    border-bottom: 3px solid white;
}

.but:active {
    border-bottom: 3px solid red;
}

.but:hover {
    border-bottom: 3px solid red;
}

a {
    text-decoration: none;
}

h3, p {
    margin: 10px 10px 10px 10px;
}

#login, #signup {
    border: 3px solid white;
}

#login:active {
    border-bottom: 3px red solid;
}

#login:hover {
    border-bottom: 3px red solid;
}

#signup:active {
    border-bottom: 3px red solid;
}

#signup:hover {
    border-bottom: 3px red solid;
}

a:active {
    background-color: #ffffff;
    border-bottom: 3px black solid;
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    display: flex;
    width: 500px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

    .card .card-body {
        padding: 1rem 1rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.profile {
    margin-top: 16px;
    margin-left: 11px;
}


.items {
    margin-top: 20px;
}

.slick-slide {
    margin: 10px
}




