@font-face {
    font-family: 'CustomFont';
    src: url('Sakana.ttf');
}

*{
    margin: 0;
    padding: 0;
    font-family: 'CustomFont';
}

body{
    background-color: #2A0250;
}

.topmenu{
    display: flex;
    background: linear-gradient(hsl(271, 97%, 25%), rgb(80, 2, 153));
    color: #fff;
    height: 200px;
    text-shadow: 4px 2px 5px #000;
}

.headlogo{
    display: flex;
    flex-shrink: 0;
    width: 250px;
}

.headlogo2 {
    width: 0px;
}

.titleline {
    display: flex;
    background-color: #fff;
    width: 5px;
    height: 150px;
    border-radius: 50px;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 25px;
}

.title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    font-size: 275%;
    text-align: center;
}


.titleslogan{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 2;
    font-size: 150%;
    text-align: center;
}

.titleenroll{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 2;
    font-size: 150%;
    text-align: center;
}

.titletech{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 2;
    font-size: 150%;
    text-align: center;
    padding-right: 15px;
}

ul{
    list-style-type: none;
}
.menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 250px;
    height: 800px;
    background-color: rgb(80, 2, 153);
    position: absolute;
    top: 175px;
}
.menu2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 250px;
    height: 800px;
    background-color: rgb(80, 2, 153);
    position: absolute;
    top: 175px;
}

.menuheading{
    color: #fff;
    text-shadow: 4px 2px 5px #000;
}

.menubutton{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 225px;

    color: #000;
    background-color: rgb(200, 165, 233);
    text-shadow: 2px 1px 2.5px #fff;
    border-style: none;
    border-radius: 12.5px;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;

    cursor: pointer;
}
.menubutton2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 550px;

    color: #000;
    background-color: rgb(200, 165, 233);
    text-shadow: 2px 1px 2.5px #fff;
    border-style: none;
    border-radius: 12.5px;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    cursor: pointer;

    font-size: 25px;
}
.menuheading2{
    color: #fff;
    text-shadow: 4px 2px 5px #000;
    font-size: 30px;
}

.menupagebutton{
    background-color: rgb(200, 165, 233);
    width: 150px;
    height: 60px;
    font-size: 30px;
    display: flex;
    top: 50px;
    right: 25px;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 25px;
    color: #000;
    right: -200px;
}
.menupagebutton:hover{
    color: hsl(271, 97%, 25%);
    background-color: #eee;
    text-shadow: 1px .5px 2.5px #be9cdd;
    border-style: solid;
    border-width: 2.5px;
    border-color: #000;
}

.menubutton:hover{
    color: hsl(271, 97%, 25%);
    background-color: #eee;
    text-shadow: 1px .5px 2.5px #be9cdd;
    border-style: solid;
    border-width: 2.5px;
    border-color: #000;
}
.menubutton2:hover{
    color: hsl(271, 97%, 25%);
    background-color: #eee;
    text-shadow: 1px .5px 2.5px #be9cdd;
    border-style: solid;
    border-width: 2.5px;
    border-color: #000;
}
#herenow{
    color: #3F0278;
    background-color: #E5C9FD;
    border-style: solid;
    border-color: #be9cdd;
}
a{
    text-decoration: none;
}
#title{
    text-decoration: underline;
}


.mainpage{
    margin-left: 275px;
    margin-top: 25px;
    margin-right: 25px;
    color: #C992FC;
    min-height: 250px;
    
}
.element{
    background-color: #C992FC;
    color: #000;
    padding: 10px;
    border-radius: 7.5px;
    margin-bottom: 25px;
}

.backbutton{
    background-color: rgb(200, 165, 233);
    width: 150px;
    height: 60px;
    font-size: 30px;
    display: flex;
    top: 50px;
    right: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #000;
}
.backbutton:hover{
    color: hsl(271, 97%, 25%);
    background-color: #eee;
    text-shadow: 1px .5px 2.5px #be9cdd;
    border-style: solid;
    border-width: 2.5px;
    border-color: #000;
}
.showimage{
    display: inline-flex;
    max-width: 30%;
    border-style: solid;
    border-color: hsl(271, 97%, 25%);
    border-width: 5px;
    border-radius: 10px;
}
.showimage2{
    display: inline-flex;
    width: 20%;
    border-style: solid;
    border-color: hsl(271, 97%, 25%);
    border-width: 5px;
    border-radius: 10px;
}

@media (max-width:1150px) {
    .topmenu{
        height: 580px;
        flex-direction:column;
    }
    .headlogo{
        position: fixed;
        left: -550px;
    }
    .headlogo2{
        display: flex;
        flex-shrink: 0;
        margin: auto;
        margin-bottom: 10px;
        width: 300px;
    }
    .titleline{
        width: 0;
        height: 0;
    }
    .menu{
        left: -500px;
    }
    .menu2{
        width: 100%;
        position: absolute;
        top: 550px;
        min-height: 1250px;
    }
    .mainpage{
        margin-left: 25px;
        font-size: 13px;
    }
    .menupagebutton{
        right: 25px;
    }
}