

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

html, body {
    background: #212324;
    color: #000;
}

body > div {
/*
    background: rgb(193, 174, 226);
    background: rgba(193, 174, 226, .5);
    background-color: rgba(193, 174, 226, .5);
*/
    /*color: #000;*/
    color: #f4eef7;
}

h1 small {
    color: #e4d0e6;
}

a:not(.btn) {
    color: #272236 !important;
    text-decoration: none;
}
a:not(.btn):hover, a:not(.btn):focus {
    color: #272236 !important;
    text-decoration: initial;
}

li {
    margin-bottom: 2px;
}

li small {
    color: #272236;
}

input.email, .button {
    color: #000;
}

.strip {
    border-radius: 25px;
    display: inline-block;
    padding: 1.6rem;
    background: rgba(255,255,255,0.75);

    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
}

img.grow {

    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.09); }

.beta-header {
    animation: pulse 5s infinite;
    padding: 10px;
}

a.beta-header {
    background-color: #c1aee2;

    color: #272236 !important;
    text-decoration: none;
}
a.beta-header:hover {
    color: #fff !important;
    text-decoration: initial;
}

a.beta-header:focus {
    color: #452236 !important;
    text-decoration: initial;
}

.portal {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    border: none;
}

#letter-wrap {
    position: relative;
}

@media (min-width: 684px) {
    #letter-wrap {
        min-width: 550px;
        min-height: 373px;
    }
}

@media (max-width: 684px) {
    #letter-wrap {
        min-width: 450px;
        min-height: 300px;
    }
}

@media (max-width: 490px) {
    #letter-wrap {
        min-width: 340px;
        min-height: 270px;
    }
}

@media (max-width: 390px) {
    #letter-wrap {
        min-width: 240px;
        min-height: 150px;
    }
}

.lax-layered {
    position: absolute;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
html, body {
    /*background-color: #212426;*/
    color: #cbcfcf;
}

body .main {
    background-color: #4b3a4a80;

    border-radius: 20px;

    padding-bottom: 40px;
}

.top-buffer-20 {
    margin-top:20px;
}

.top-r-corner {
    position: fixed;
    top:0;
    right:0;
}

.top-l-corner {
    position: fixed;
    top: 5px;
    left: 5px;
}

.top-l-corner a {
    margin-bottom: 5px;
}


.bottom-r-corner {
    position: fixed;
    bottom:0;
    right:0;
}


.top-buffer-20 {
    margin-top:20px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.row {

}

a.no-style {
    color: #cbcfcf;
    text-decoration: none;
}

a.no-style:hover {
    color: #909090;
    text-decoration: none;
}

a.no-style:active {
    color: #cbcfcf;
    text-decoration: none;
}

a.no-style:focus {
    color: #cbcfcf;
    text-decoration: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    /*max-width: 75%;*/
}

.feature-info {
    color: #f4eef7;
    background: #8B84B5;
    padding: 20px;
    margin: 10px;

    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
}

.feature-info-inner {
    background: #4F4875;
    -moz-border-radius:6px;
    border-radius: 6px;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -10px;
    padding: 10px;
}


.light-box {
    color: #f4eef7;
    background: #8B84B5;
    -moz-border-radius:6px;
    border-radius: 6px;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;

    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
}

.light-box-inner {
    background: #4F4875;
    -moz-border-radius:6px;
    border-radius: 6px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
