@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght&display=swap');

* 
{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 30px;
}

body {
    background: linear-gradient(180deg, #F9E3D6 0%, #F6D6BF 20.33%, #E7CEB9 39.47%, #B7B2AC 54.71%, #A1A5A4 65.01%, #8A9392 74.73%, #7B7F7F 90.98%, #727677 100%);
    background-repeat: repeat-y;
}

#astridphoto 
{
    width: 150px;
}

.colorwhite 
{
    color: rgb(255,255,255);
}

.colorblack
{
    color: rgb(0,0,0);
}

.headerul {
    display: flex;
    list-style: none;
}

#header 
{
    background-color: rgb(70, 29, 86);
    padding: 50px;
}

img.portraitimg.big {
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    padding: 30.2%;
    position: absolute;
    margin: auto;
}

.margin 
{
    margin: 0% 0px 0px 0px;
}

.floatleft 
{
    margin: 100px 0 0 30px;
    float: left;
}

.headersite 
{
    font-size: 40px;
    padding: 30px;
}

#navbar {
    display: inline;
    padding: 10px;
}

.lang {
    padding: 0 0 0 20px;
    text-decoration: none;
}

.menuitems 
{
    font-size: 20px;
}

.lang:focus 
{
    transition: 0.5s ease-in;
    color: rgb(200 200 200);
}

a:hover {
    transition: 0.5s ease-in;
    color: rgb(200 200 200);
}

#middle 
{
    padding: 100px;
    font-weight: 300;
}

.text 
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 60px;
}

#photoslider 
{
    position: relative;
    width: 100%;

}

#divaboutme {
    padding: 10px;
    display: flex;
    /* align-items: flex-start; */
}

#photoaboutme {
    width: 300px;
    height: 100%;
}

.portraitimg 
{
    width: 100%;
    margin: 5px;
}

#prizes 
{
    text-decoration: none;
    background-color: antiquewhite;
    padding: 50px;
}

.price 
{
    font-weight: bold;
    padding: 0 30px 0 30px;
}

tr
{
    padding: 40px;
}

td 
{
    padding: 40px;
}

.deco 
{
    text-decoration: none;
}

.contactform 
{
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    text-align: center;
    border-radius: 45px;
    background-color: rgb(0, 125, 125);
}

.contactform:hover 
{
    content: "uifheiuf";
}

.bold 
{
    font-weight: 900;
}

#footer 
{
    padding: 90px;
    background-color: rgb(0, 125, 125);
}


@media only screen and (max-width: 900px) {
    * {
        font-size: 20px;
    }

    #astridphoto 
    {
        height: 100px;
        width: 100px;
    }   
    
    #divaboutme {
        padding: 10px;display: inline;
    /* display: flex; */
    /* align-items: flex-start; */
    }


    #middle {
        padding: 30px;
    }

    #photoslider {
        display: block;
        width: 100%;
    }
}

  