

/* ------------------------------------- FONTS ------------------------------------- */

@font-face 
{
    font-family: "Montserrat Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face
{
    font-family: "Montserrat Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face
{
    font-family: "Montserrat Black";
    src: url(../fonts/Montserrat-Black.ttf);
}
@font-face
{
    font-family: "Montserrat Light";
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face
{
    font-family: "Montserrat Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}
/* ------------------------------------- BODY ------------------------------------- */

/* KEY VISUAL IMAGE */
body
{
    /* background-image: url("../img/background.jpg"); */
    background-color: #000000;
    
   /*  background-repeat: no-repeat;
    background-size: 100%; */
}

footer
{
    font-family: Montserrat Regular;
    color: white;
    text-align: center;
    margin-top: 20px;
    
}
a
{
    color: white;
    align-content: center;
}
a:visited
{
color: blueviolet;
}

/* a img{
    padding: 0;
    margin: 0;
    display:inline-flexbox;
} */

#DAS_logo
{
    align-self: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    min-width: 250px;
    max-width: 500px;
}
.das_logo
{
    width: 100%;
    height: 100%;
}
#keyvisual
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    /* height: 80%; */
    background-position:top;
    background-attachment: fixed;
    /* height: auto; */
    background-size: cover;
    min-height: 1080px;
    /* align-items: center;
    justify-content: center; */
    justify-content: space-between;
    /* align-items: right; */
}

#supporters_wrapper
{
    margin-top: 600px;
    display: flex;
}

#supporters_logos
{
    align-content: center;
    display: flex;
    flex-direction: row-reverse;
    /* margin-top: auto; */
    margin-bottom: 15px;
    align-items: flex-end;
}

.support_image
{
/*     max-height: 120px;
    width: auto;
    min-width: 50px;
    margin: 20px; */
    min-width: 70px;
    max-width: 100px;
    vertical-align: bottom;
    margin: 5px;
    padding-left: 5px;
}

/* KEY VISUAL DESCRIPTION */
#description
{
    margin-top: 60px;
    font-family: "Montserrat Regular";
    text-align: center;
    color: white;
}

.txt_header
{
    font-size: 38px;
}

.txt_content
{
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
}

#appstores
{
    font-family: Montserrat Regular;
    font-size: 32px;
    font-weight: bolder;
    color: white;
    text-align: center;
    margin-top: 20px;
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.appstore_image
{
    width: 200px;
    height: auto;
    margin: 20px;
    /* width: 25%;
    height: 25%;
    margin: 20px; */
}

#socialmedia
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    
}
.socialmedialogo
{
height: 30px;
width: 30px;
margin: 5px;
}
#poweredby
{
    font-family: Montserrat Regular;
    color: white;
    text-align: center;
    margin-top: 20px;
}

/* ------------------------------------- HEAD ------------------------------------- */

/* ------------------------------------- MEDIA QUERY 1 ------------------------------------- */
@media screen and (max-width: 1589px) and (min-width: 1041px) 
{

}

/* ------------------------------------- MEDIA QUERY 2 ------------------------------------- */
@media screen and (max-width: 1040px) 
{
    #keyvisual
    {
        justify-content: center;
    }

}

/* ------------------------------------- MEDIA QUERY 3 ------------------------------------- */
@media only screen and (max-width: 748px)
{
    #keyvisual
    {
        justify-content:center;
        /* min-height:auto */
        /* min-width: 100%; */
        min-height: 100vh;
        /* margin: 0 auto; */
    }

    #supporters_wrapper
{
    margin-top: 200px;
    display: flex;
}

    .support_image
    {
        height: 15%;
        width: 15%;
    }

    .das_logo
    {
        width: 70%;
        height: 70%;
    }
}

/* ------------------------------------- MEDIA QUERY 4 ------------------------------------- */
@media screen and (max-width:2560px) and (min-width: 1042px)
{
    
}