@media (max-width: 1309px)
{
    .footer{
        margin-right: 0px;
        transition: margin-right 0.5s;
    }
}
@media (min-width: 1310px)
{
    .footer{
        margin-right: 350px;
        transition: margin-right 0.5s;
    }
}


#facebook_link{
	background: url('../images/social/facebook-colored.png') no-repeat center;
    background-size:30px;
}

#facebook_link:hover{
    background-size: 35px;
}

#discord_link{
	background: url('../images/social/discord-colored.png') no-repeat center;
    background-size:30px;
}

#discord_link:hover{
    background-size: 35px;
}

#steam_link{
	background: url('../images/social/steam-colored.png') no-repeat center;
    background-size:30px;
}

#steam_link:hover{
    background-size: 35px;
}

.social_link{
	width:30px;
	height:30px;
	transition: 0.3s;
    margin: 3px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

.footer_contact_text a{
    color: rgb(81, 142, 144);
    transition: 0.25s;
}

.footer_contact_text a:hover{
    color: rgb(111, 177, 180);
}

.flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.footer{
    color: white;
}

@media (min-width: 1600px){
    .footer{
        background: rgb(37, 37, 58, 0.9);
        box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
        height: 250px;
        z-index:6;
        padding-top: 70px;
        text-shadow: -1px -1px 2px #020202, 
          1px 1px 2px #1b1b1b;
        transition: 0.2s;
        transition: margin-right 0.5s;
    }

    .footer_menus{
        width: 400px;
        transition: 0.3s;
    }
    
    .footer_menu{
        display: inline-block;
    }
    
    #footer_menu_left{
        float: left;
    }
    
    #footer_menu_right{
        float: right;
    }
    
    .footer_menu a{
        display: block;
        padding: 7px 25px;
        color: white;
        font-size: 14px;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    
    .footer_menu a:hover{
        color: rgb(255, 250, 175);
    }
    
    .footer_follow_title{
        letter-spacing: 2px;
        font-size: 26px;
        padding: 5px;
        transition: 0.3s;
    }

    .footer_contact_title{
        letter-spacing: 2px;
        font-size: 26px;
        padding: 5px;
        padding-bottom: 2px;
        text-align: center;
        transition: 0.3s;
    }
    
    .footer_contact_text{
        letter-spacing: 1px;
        font-size: 16px;
        padding: 5px;
        padding-bottom: 2px;
        transition: 0.3s;
    }
}
@media (min-width: 900px) and (max-width: 1599px){
    .footer{
        background: rgb(37, 37, 58, 0.9);
        box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
        height: 250px;
        z-index:6;
        padding-top: 70px;
        text-shadow: -1px -1px 2px #020202, 
          1px 1px 2px #1b1b1b;
        transition: 0.2s;
        transition: margin-right 0.5s;
    }

    .footer_menus{
        width: 360px;
        transition: 0.3s;
    }
    
    .footer_menu{
        display: inline-block;
    }
    
    #footer_menu_left{
        float: left;
    }
    
    #footer_menu_right{
        float: right;
    }
    
    .footer_menu a{
        display: block;
        padding: 7px 20px;
        color: white;
        font-size: 13px;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    
    .footer_menu a:hover{
        color: rgb(255, 250, 175);
    }
    
    .footer_follow_title{
        letter-spacing: 2px;
        font-size: 22px;
        padding: 5px;
        transition: 0.3s;
    }

    .footer_contact_title{
        letter-spacing: 2px;
        font-size: 22px;
        padding: 5px;
        padding-bottom: 2px;
        text-align: center;
        transition: 0.3s;
    }
    
    .footer_contact_text{
        letter-spacing: 1px;
        font-size: 14px;
        padding: 5px;
        padding-bottom: 2px;
    }
}
@media (min-width: 400px) and (max-width: 899px){
    .footer{
        background: rgb(37, 37, 58, 0.9);
        box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
        z-index:6;
        padding-top: 70px;
        padding-bottom: 80px;
        text-shadow: -1px -1px 2px #020202, 
          1px 1px 2px #1b1b1b;
        font-family: "Trebuchet MS";
        transition: 0.2s;
        transition: margin-right 0.5s;
    }

    .footer_menus{
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-image: 
            linear-gradient(to right, 
            rgba(110, 110, 145, 0), 
            rgba(110, 110, 145, 0.2),
            rgb(110, 110, 145),
            rgba(110, 110, 145, 0.2),
            rgba(110, 110, 145, 0)) 1;
        border-width: 1px;
        border-style: solid;
        border-left: none;
        border-right: none;
        border-top: none;
        transition: 0.3s;
    }
    
    .footer_menu{
        display: inline-block;
    }
    
    #footer_menu_left{
        text-align: left;
        float: none;
    }
    
    #footer_menu_right{
        text-align: left;
        float: none;
    }
    
    .footer_menu a{
        display: block;
        padding: 7px 25px;
        color: white;
        font-size: 14px;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    
    .footer_menu a:hover{
        color: rgb(255, 250, 175);
    }
    
    .footer_follow_title{
        letter-spacing: 2px;
        font-size: 22px;
        padding: 5px;
        transition: 0.3s;
    }

    .footer_contact_title{
        letter-spacing: 2px;
        font-size: 22px;
        padding: 5px;
        padding-bottom: 2px;
        text-align: center;
        transition: 0.3s;
    }
    
    .footer_contact_text{
        letter-spacing: 1px;
        font-size: 14px;
        padding: 5px;
        padding-bottom: 2px;
    }
}
@media (max-width: 399px){
    .footer{
        background: rgb(37, 37, 58, 0.9);
        box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
        z-index:6;
        padding-top: 70px;
        padding-bottom: 80px;
        text-shadow: -1px -1px 2px #020202, 
          1px 1px 2px #1b1b1b;
        font-family: "Trebuchet MS";
        transition: 0.2s;
        transition: margin-right 0.5s;
    }

    .footer_menus{
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-image: 
            linear-gradient(to right, 
            rgba(110, 110, 145, 0), 
            rgba(110, 110, 145, 0.2),
            rgb(110, 110, 145),
            rgba(110, 110, 145, 0.2),
            rgba(110, 110, 145, 0)) 1;
        border-width: 1px;
        border-style: solid;
        border-left: none;
        border-right: none;
        border-top: none;
        transition: 0.3s;
    }
    
    .footer_menu{
        display: inline-block;
    }
    
    #footer_menu_left{
        text-align: left;
        float: none;
    }
    
    #footer_menu_right{
        text-align: left;
        float: none;
    }
    
    .footer_menu a{
        display: block;
        padding: 5px 15px;
        color: white;
        font-size: 11px;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    
    .footer_menu a:hover{
        color: rgb(255, 250, 175);
    }
    
    .footer_follow_title{
        letter-spacing: 2px;
        font-size: 20px;
        padding: 5px;
        transition: 0.3s;
    }

    .footer_contact_title{
        letter-spacing: 2px;
        font-size: 20px;
        padding: 5px;
        padding-bottom: 2px;
        text-align: center;
        transition: 0.3s;
    }
    
    .footer_contact_text{
        letter-spacing: 1px;
        font-size: 12px;
        padding: 5px;
        padding-bottom: 2px;
    }
}
