@charset "utf-8";
/* CSS Document */

body {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
color: #fff;
font-size: 18pt;
font-weight: 500;
background-image: url("../../assets/images/adrianbembrick_background_retina_ab.jpg");
background-size:cover;
height: 100%;
margin: 0;
}

.container {
display: flex;
justify-content: center;  /* center horizontally */
align-items: center;      /* center vertically */
height: 100vh;            /* full viewport height */
}

.centered-div {
background-color: rgba(0,0,0,0.6);
padding: 40px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.footer_main {
position: absolute;
bottom: 0;
text-align: right;
color: #fff;
font-size: 12pt;
width: 100%;
}

.footer_main .link_frame {
margin-right: 15px;
margin-bottom: 15px;	
}

.footer_main a {
color: #fff;
text-decoration: underline;
text-decoration-color: rgba(255,255,255,0.3);
text-underline-offset: 7px;
}
.footer_main a:hover {
color: #fff;
text-decoration: underline;
text-decoration-color: #ffffff;
text-underline-offset: 7px;
}

.footer_main .studio2501_brand {
color: #F85F12;
}