@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

*,
::before,
::after {
    box-sizing: border-box;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body {
    font: 600 18px 'Source Sans Pro', sans-serif;
    letter-spacing: 0.64px;
    color: #585d74;
    background-color: #f2f2f2;
    margin: 0;
}


.topnav {
    overflow: hidden;
    background-color: #37826d;
    max-height: 50px;
    height: 50px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #585d74;
    color: #fff;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn,
.horan-logo:hover {
    background-color: #555;
    color: white;
    cursor: pointer;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.topnav a:hover,
.topnav a:active,
.horan-logo:hover,
.horan-logo:active {
    text-decoration: underline;
    transform: scale(1.1);
    cursor: pointer;

}

.active {
    background-color: #04AA6D;
    color: white;
}



.mycard {
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #37826d, #20463c);
    background-size: 100% 120px;
    background-repeat: no-repeat;
    margin: 40px auto;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    padding: 20px;
}

.mycard h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #f2f2f2;
    margin: 20px 0 60px 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-color: #ffffff;
    background-image: linear-gradient(to right, #37826d, #58897c);
    background-size: 50px 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform .25s;
    border-radius: 5px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    padding: 15px;
    padding-left: 70px;
    margin-top: 5px;
    font-size: 1.7rem
}

li:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.main,
.main h1 {
    text-align: center;
    color: #585d74;
}

.main {
    width: 100vw;
    margin-top: 15%;
}

.horan-logo {
    max-width: 30px;
    max-height: 30px;
}

.topnav a[class='settings-button'] {
    float: right;
    font-weight: 400;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 38%;
    left: 38%;

}

.logout_button {
    background-color: transparent;
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border: transparent;
}

.logout_button:hover,
.logout_button:active {
    transform: scale(1.1);
    text-decoration: underline;
    background-color: #555;
    color: white;
    cursor: pointer;
}

.horantitlecard {
    font-size: 3rem;
    font-weight: 700;
}
.horandatalike{
    font-size: 2rem;
    font-weight: 700;
}    
