/*

True Purple
HEX #6A0DAD
RGB 106, 13, 173
CMYK 39, 92, 0, 32



#240210
S       V
#47051F
S       V
#6B072F
S       V
#8F0A3E
S       V
#B30C4E
S       V
#D60F5D
S       V
#FA116D
S       V
#FB3382
S       V
#FB5597
S       V
#FC77AC
S       V
#FD99C0
S       V
#FEBBD5
S       V
#FEDDEA


#160422
S       V
#2C0843
S       V
#420C65
S       V
#571087
S       V
#6D14A9
S       V
#8318CA
S       V
#991CEC
S       V
#A83CEF
S       V
#B65DF1
S       V
#C57DF4
S       V
#D39EF7
S       V
#E2BEFA
S       V
#F0DFFC
 */

:root {
    --sitered: #991cec;
    --red00: #2c0843;
    --red0: #420c65;
    --red1: #571087;
    --red2: #6d14a9;
    --red3: #8318ca;
    --red4: #991cec;
    --red5: #a83cef;
    --red6: #b65df1;
    --red7: #c57df4;
    --red8: #d39ef7;
    --red9: #e2befa;
    --red10: #f0dffc;

    --gold0: #49410d;
    --gold1: #92821a;
    --gold2: #b6a220;
    --gold3: #dbc327;
    --gold4: #ffe32d;
    --gold5: #ffe74b;
    --gold6: #ffeb69;
    --gold7: #ffef87;
    --gold8: #fff3a5;
    --gold9: #fff7c3;
    --gold10: #fffbe1;

    --gray1: #1d1d1d;
    --gray2: #3a3a3a;
    --gray3: #575757;
    --gray4: #757575;
    --gray5: #929292;
    --gray6: #afafaf;
    --gray7: #cccccc;
    --gray8: #d3d3d3;
    --gray9: #dbdbdb;
    --gray10: #e2e2e2;
    --gray11: #e9e9e9;
    --gray12: #f0f0f0;
    --gray13: #f8f8f8;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #22211a;
    padding-top: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.42857143;
    color: #22211a;
    background-color: #f6f6f6;
    padding-top: 0px;
    border-bottom: solid 3px var(--sitered);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h2 {
    font-size: 2.2em;
    color: #727272;
    line-height: 1.1;
    padding-left: 0px;
    padding-bottom: 10px;
    font-weight: 300;
}

#versesample {
    max-height: 400px;
    max-width: 400px;
    width: 400px;
    -webkit-box-shadow: 0 0 10px #dcdcdc;
    box-shadow: 0 0 10px #dcdcdc;
}

#phoneversesample {
    max-height: 768px;
    max-width: 432px;
    width: 432px;
}

.verseImageContainer {
    display: flex;
    justify-content: flex-end;
}

h2.pageheader {
    font-size: 2.2em;
    color: #d25df2;
    border-bottom: solid 2px #ecbaf9;
    line-height: 1.3;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    margin-top: -10px;
    padding-bottom: 15px;
}

p.popularverse {
    display: block;
    font-size: 1.7em;
    line-height: 1.1em;
    text-align: left;
    color: var(--gray1);
    padding-bottom: 12px;
    font-family: "Crimson Text", serif !important;
}

.topicverse {
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--gray3);
    text-align: left;
    margin-top: 25px;
}

.topicadminverse {
    display: block;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--gray3);
    text-align: left;
    margin-top: 25px;
}

span.printversebutton {
    border-radius: 4px;
    border: solid 1px var(--red7);
    padding: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--red5);
    background-color: rgba(255, 255, 255, 0.275);
    text-transform: uppercase;
    cursor: pointer;
}

span.printversebutton:hover {
    color: rgb(91, 91, 91);
}

span.printversebutton2 {
    border-radius: 4px;
    border: solid 1px var(--purple7);
    padding: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--purple5);
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

span.printversebutton2:hover {
    color: var(--purple10);
    background-color: var(--purple3);
}

.deletedsuccessfullyrow {
    display: block;
    text-align: center;
    background-color: white;
    color: red;
    padding: 30px;
    font-size: 1.95em;
    margin-bottom: 30px;
    border-radius: 10px;
}

.deletetopicversebutton {
    border-radius: 4px;
    padding: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: #ff5980;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 12px;
}

.navbar7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#sitelogo {
    margin-top: 30px;
    opacity: 0.7;
    width: 150px;
    margin: 0 auto;
    margin-bottom: -20px;
}

.navbarbuttonscontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 13px;
}

.navbarbuttonscontainer > a {
    padding: 10px;
    border-top: solid 3px rgb(221, 221, 221);
    color: var(--sitered);
    transition: 0.13s;
    text-transform: uppercase;
    font-weight: 700;
}

.navbarbuttonscontainer > a:hover {
    border-top: solid 3px var(--sitered);
    color: var(--sitered);
}

div.datastorage {
    display: none;
}

#easypalette {
    background-color: var(--gray11);
    padding: 20px 10px 20px 10px;
    display: block;
}

div.easypalettecell {
    border-radius: 50%;
    height: 35px !important;
    width: 35px !important;
    min-height: 35px;
    min-width: 35px;
    max-height: 35px;
    max-width: 35px;
    display: inline-block;
    margin: 3px;
    border: none;
}

.easypalettecell:hover {
    zoom: 1.3;
}

h3.easypaletteheader {
    border: none;
    text-decoration: none;
    text-align: left;
    margin-top: 25px;
    color: #b1b1af;
}

.footertextbox {
    padding-bottom: 100px;
}

#myCanvas {
    margin: 0 auto;
    border: 2px solid #d9d9d9;
    max-height: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    height: auto;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
}

#headerpanel {
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
    margin-bottom: 15px;
    background-color: #f72852;
}

#sitesectionname {
    opacity: 0.6;
    padding-left: 4px;
}

a.topicindex {
    padding: 8px;
    border-radius: 6px;
    border: solid 1px var(--gray9);
    color: var(--gray3);
    margin-right: 12px;
    line-height: 52px !important;
    white-space: nowrap;
}

a.topicindex:hover {
    background-color: var(--gold5);
    color: var(--gray1);
}

a.footerlink {
    color: var(--purple3) !important;
    font-weight: 500;
}

a.footerlink:hover {
    color: white !important;
}

.topicspan {
    margin-bottom: -7px !important;
    background-color: var(--gray7);
    color: var(--gray13);
    border-radius: 8px;
    font-size: 0.5em;
    font-weight: 600;
    padding: 7px;
    text-transform: uppercase;
}

.topicadminheader {
    font-size: 2em;
    display: block;
    text-align: left;
    color: var(--gray6);
    margin-top: 50px;
    border-bottom: solid 2px var(--gray9);
    padding-bottom: 15px;
}

h2.footerheader {
    font-size: 1.5em;
    font-weight: 400;
    text-align: left;
    color: #6a6968 !important;
    padding-left: 0px !important;
    border-bottom: solid 3px #7e7e7e38;
    margin-top: 30px !important;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#sitenamebox {
    font-size: 2.9em;
    text-align: left;
    color: rgb(129, 129, 129);
    padding-bottom: 8px !important;
    padding-top: 0px;
    height: 20px !important;
    opacity: 0.8;
    vertical-align: top;
}

p.sitedescription {
    font-size: 1em;
    text-align: left;
    color: #d8d8d8;
    margin-top: -3px;
}

/*Navigation bar container background*/
.navbar-default {
    background-color: #808080;
    background-size: cover;
    font-size: 1.1em;
    font-weight: bold;
    border-top: solid 5px #3cf;
    border-bottom: 0 solid #f4f4f4;
    /*box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2)*/
}

.navbar-default .navbar-nav > li > a {
    border-left: solid 1px rgba(255, 255, 255, 0.15);
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    color: rgb(69 69 69 / 80%);
    /*min-height: 45px;*/
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar-default .navbar-toggle {
    background-color: #d6c326;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 170, 200, 0.3);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0 15px -4px rgba(110, 110, 110, 0.1),
    -12px 0 8px -4px rgba(110, 110, 110, 0.1);
}

#colorinfodiv {
    font-size: 0.8em;
    color: white;
}

h3 {
    border-bottom: solid 1px #f9bacd;
}

div.backgroundtoggle {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 10%;
    background-color: white;
    margin-right: 1px !important;
    margin-left: 1px !important;
    border: solid 1px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
}

#bgtogglecontainer {
    padding-top: 15px;

    height: 100%;
}

#bgtoggle1 {
    background-color: white;
}

#bgtoggle2 {
    background-color: #f5f5f2;
}

#bgtoggle3 {
    background-color: #d8d8d5;
}

#bgtoggle4 {
    background-color: #c0c0be;
}

#bgtoggle5 {
    background-color: rgb(64, 64, 64);
}

#bgtoggle6 {
    background-color: black;
}

div.supercolorpicker {
    /*background-image: url(superspectrum4.png) !important;*/
    height: 500px !important;
    cursor: crosshair;
    margin-left: -15px !important;
    display: none;
}

img.colorspectrum {
    height: 500px !important;
    width: 1170px !important;
}

/*START PALETTE*/

#palettecolorcount {
    padding: 7px !important;
    border-radius: 5px;
    display: block;
    width: 100% !important;
}

span.username {
    color: #1c4862;
    font-size: 0.8em;
}

p.deletealbum a {
    border: solid 1px #17adda;
    line-height: 45px;
    padding: 10px;
    margin: 15px;
    font-size: 0.8em;
    vertical-align: middle;
    border-radius: 15px;
}

p.deletealbum a:hover {
    border: solid 1px #17adda;
    font-size: 0.9em;
    background-color: #fe7201;
    color: #fff;
}

p.termnumber {
    border-radius: 50%;
    background-color: #ff2e2e;
    display: block;
    width: 100px;
    height: 100px;
    padding: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    opacity: 0.8;
    margin-top: 30px;
}

p.termnumber:hover {
    opacity: 1;
}

p.terminfo {
    padding: 7px;
    border-bottom: dotted 1px #12a54a;
    font-size: 1em;
}

div.calendarbox {
    border-right: solid 8px #90fccb;
}

span.opaque7 {
    opacity: 0.7;
}

h1.color1headline {
    color: #21c7ba;
}

h1.majortitle {
    color: #00a0f9;
    /*color:#085B8B;*/
    border-bottom: solid 3px #efefef;
    padding-bottom: 5px;
}

h1.majortitle2 {
    color: #00a0f9;
    border-bottom: solid 3px #efefef;
    padding-bottom: 5px;
    opacity: 0.95;
}

h1.color1headline {
    color: #21c7ba;
}

h1.majortitle {
    color: #00a0f9;
    /*color:#085B8B;*/
    border-bottom: solid 3px #efefef;
    padding-bottom: 5px;
}

h1.majortitle2 {
    color: #00a0f9;
    border-bottom: solid 3px #efefef;
    padding-bottom: 5px;
    opacity: 0.95;
}

#footer {
    margin-top: 40px;
    color: #777777 !important;
}

#footer > a {
    color: #f72852 !important;
}

p.footertext {
    opacity: 1;
    font-size: 0.94em;
    padding: 20px;
}

p.footertext > a {
    color: rgb(62, 67, 101);
}

div.newnavbar {
    border-top: none;
}

#upload-wrapper {
    width: 90%;
    margin-top: 10px;
    /* background: rgba(255, 255, 255, 0.4); */
    background: none;
    padding: 18px;
    border-radius: 8px;
    border: none;
}

#colorswatch {
    display: block;
    padding-top: 4px;
}

div.logorow {
    text-align: center;
    padding: 0px 10px 0px 10px;
    -webkit-box-shadow: 0px 4px 4px #5c5c5c5d;
    -moz-box-shadow: 0px 4px 4px #5c5c5c5d;
    box-shadow: 0px 4px 4px #5c5c5c5d;
    margin-top: -2px !important;
    background-color: #f8f8f7;
    border-top: solid 8px #f3d55e;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: rgb(255, 224, 231);
    background-color: #f72852;
}

#colorinfodiv {
    font-weight: normal;
}

#colorindicator {
    border-radius: 10px;
}

#colorinfobox {
    width: 32%;
    color: #a9a9a9;
    height: 55px;
    max-height: 60px;
    padding-top: 10px;
}

div.colordetailbox {
    padding-left: 10px;
    font-size: 0.7em;
    display: block;
    color: #ccc;
    font-weight: bold;
}

div.picturepage {
    text-align: left;
}

div.thumbnailbox {
    display: inline-block;
    padding: 5px;
    color: #777;
    font-size: 0.7em;
    word-break: break-all;
    width: 140px;
    opacity: 1;
}

div.thumbnailbox2 {
    display: inline-block;
    padding: 5px;
    color: #777;
    font-size: 0.7em;
    word-break: break-all;
    width: 230px;
    opacity: 1;
}

div.controlbox {
    display: block;
    padding: 4px;
    color: #777;
    font-size: 0.9em;
    width: 140px;
    opacity: 0.9;
    text-align: center;
    background: none;
    width: 90%;
}

div.thumbnailbox:hover {
    color: #000;
    background-color: #e1e1e1;
    opacity: 0.9;
}

td.commentsbutton {
    color: #12b95e;
}

td.voteupbutton {
    color: #3c81ef;
}

td.votedownbutton {
    color: #b9b9b9;
}

i.photoarrow:hover {
    color: #00a0f9;
}

#currentalbumbox {
    background-color: #f4f4f4;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.actionbutton {
    color: #f72852 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

button,
select,
textarea {
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #096ea7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #97310e;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.lighter {
    opacity: 0.5;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

a.greenlink {
    color: #2aa56f;
}

#maincontent {
    background-color: #f8f8f8;
}

#footercontainer {
    padding: 20px;
    font-size: 1.4em;
    color: rgba(1, 1, 1, 0.3);
    text-align: left;
}

span.commenttitle {
    display: block;
    color: #0b80c3;
    font-size: 1.1em;
    margin-bottom: 5px;
    font-weight: bold;
}

span.commentator {
    border-radius: 5px;
    background-color: #eef4fe;
    padding: 5px 10px 5px 0;
    font-size: 0.7em;
    color: #7f7f7f;
    width: 100%;
    text-align: left;
    display: block;
}

p.commentbox {
    border-radius: 5px;
    width: 100%;
    padding: 5px 30px;
    font-size: 18px;
    border-left: solid 3px #b1dedf;
    text-align: left;
    color: #000;
    margin: 0;
}

textarea.commentform {
    border: solid 2px #00a0f9;
    padding: 10px;
}

#commentboxrow {
    border-radius: 5px;
    width: 80%;
    padding: 5px 30px;
    font-size: 1em;
    border-left: solid 3px #b1dedf;
    text-align: left;
    color: #3e3e3e;
    margin-left: 0;
    margin-top: -17px;
}

span.newstitle {
    color: #2b729c;
    font-size: 1.4em;
    display: block;
    border-bottom: solid 2px #60d7ce;
    padding: 5px;
}

span.headline {
    color: #2b729c;
    font-size: 1.2em;
    display: block;
    border-bottom: solid 2px #60d7ce;
    padding: 5px;
}

span.newstitlehome {
    color: #2b729c;
    font-size: 1em;
    display: block;
    border-bottom: dotted 1px #60d7ce;
    padding: 4px;
}

span.newssource {
    color: #139b9b;
    font-size: 0.6em;
    display: block;
    background-color: #e2f6f6;
    padding: 3px;
    opacity: 0.9;
}

p.newsarticle {
    border-radius: 5px;
    width: 100%;
    padding: 1px 30px;
    font-size: 17px;
    border-left: solid 3px #e5e5e5;
    text-align: left;
    color: #3e3e3e;
}

p.headline {
    width: 100%;
    padding: 2px 40px;
    font-size: 1.1em;
    border-bottom: solid 1px #60d7ce;
    text-align: left;
    color: #3e3e3e;
}

span.headlinesource {
    color: #139b9b;
    font-size: 0.7em;
    display: block;
    padding: 3px;
    opacity: 0.8;
}

p.headlineheader {
    border-radius: 5px;
    width: 100%;
    padding: 10px 40px;
    font-size: 1.1em;
    border-left: solid 3px #60d7ce;
    text-align: left;
    color: #fff;
}

#makeforumpost {
    background-color: #48b3b4;
    color: #fff;
    border: none;
}

#postcomment {
    background-color: #e5f7f7;
    color: #124748;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-top: 10px;
}

#verseprintercontrols {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.popularverseheader {
    text-transform: uppercase;
    color: var(--gray4);
    border-bottom: solid 2px rgba(0, 0, 0, 0.02);
    font-size: 0.95em;
    padding: 4px;
    margin-top: 30px;
    text-align: left;
}

.topicverselocation {
    color: var(--gray3);
    border: none;
    font-size: 1.2em;
    padding: 4px;
}

.topicverselocation {
    border-radius: 4px;
    border: solid 1px var(--gray8);
    padding: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gray4);
    background-color: none;
    text-transform: uppercase;
    margin-right: 10px;
}

.bibleversespecsrow {
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    width: 100%;
}

.mobile-dropdownmenus {
    display: none;
}

#hidecomment {
    background-color: #daeff0;
    color: #124748;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #ff8113;
    margin-left: 0;
    margin-top: 10px;
    opacity: 0.5;
}

#postcomment2 {
    background-color: #2bb4c2;
    border: none;
}

span.postcommentheader {
    color: #2bb4c2;
    font-size: 1.1em;
    display: block;
    border-bottom: dotted 1px #60d7ce;
    padding: 5px;
    margin-bottom: 10px;
}

span.light1 {
    opacity: 0.9;
}

span.light2 {
    opacity: 0.8;
}

span.light3 {
    opacity: 0.7;
}

span.light4 {
    opacity: 0.6;
}

span.light5 {
    opacity: 0.5;
}

span.realcommentator {
    border-radius: 5px;
    background-color: #eef4fe;
    padding: 5px 10px 0 0;
    font-size: 0.7em;
    color: #adadad;
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 7px;
    opacity: 0.8;
}

p.realcommentbox {
    width: 80%;
    padding: 7px 30px 7px 60px;
    font-size: 18px;
    border-bottom: dotted 1px #b1dedf;
    text-align: left;
    color: #153333;
    margin-top: -20px;
}

#panel {
    background-color: #e9f5f5;
}

div.commentcontainer {
    display: none;
    background-color: #eef4fe;
}

span.hiddennewstext {
    display: none;
}

#searchbar {
    padding: 15px;
    text-align: center;
}

#beautifulsearch {
    display: block;
    width: 100%;
    background-color: #60d7ce;
    text-shadow: 1px 1px 2px #295c58;
    font-size: 1.7em;
}

img.wallpapersample {
    max-height: 600px;
    max-width: 800px;
}

img.illustratorpalettesample {
    max-height: 700px;
    max-width: 800px;
    margin-top: 30px;
}

table.wytypes {
    border: none;
}

#beautifulsearch {
    display: block;
    width: 100%;
    background-color: #60d7ce;
    text-shadow: 1px 1px 2px #295c58;
    font-size: 1.7em;
}

#beautifulsearch:hover {
    display: block;
    width: 100%;
    background-color: #58dc79;
    text-shadow: 1px 1px 2px #295c58;
    font-size: 1.7em;
}

input.bigsearchform {
    display: block;
    font-size: 1.7em;
}

h3.h3title1 {
    color: #46c9ca;
    background-color: #e5f7f7;
    font-size: 1.4em;
    padding: 5px;
    margin-top: -8px;
}

#messagebox {
    background-color: #ebf2fd;
    border-bottom: solid 2px #65b8eb;
    border-left: solid 5px #ccdefb;
    border-right: solid 5px #ccdefb;
    padding: 4px;
    text-align: left;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}

span.messageicon {
    color: #085b8b;
    font-size: 1.2em;
    padding: 3px 3px 3px 20px;
}

span.messagetext {
    color: #0b80c3;
    font-size: 0.9em;
    padding: 3px 3px 3px 10px;
}

#slidedownbox1 {
    background: none;
    text-align: center;
    display: block;
    padding: 5px 5px 20px 5px;
    margin-top: 0;
}

#slidedownbox3 {
    background-color: #f0f0f1;
    text-align: center;
    display: none;
    padding: 5px 5px 20px 5px;
    margin-top: 0;
}

#slidedownbox4 {
    background-color: #f0f0f1;
    text-align: center;
    display: none;
    padding: 15px 5px 20px 5px;
    margin-top: 0;
}

#slidedownformcontainer {
    background-color: #f5f5f5;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

#slidedownbox0 {
    background: none;
    text-align: center;
    display: block;
    padding: 15px 5px 20px 5px;
    margin-top: 0;
}

#slidedownformcontainer0 {
    background-color: #f5f5f5;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    text-align: left;
}

#signinbutton {
    background-color: #0b80c3;
    color: #fff;
    font-size: 1.3em;
    border: none;
}

#signinbutton:hover {
    background-color: #005aff;
}

h3.listtitle {
    color: #f88c0e;
    border-bottom: solid 2px #fcc99a;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
}

table.toptenlist {
    padding: 5px;
    border-bottom: solid 1px #60d7ce;
    display: table;
    width: 90%;
}

td.listitembox {
    padding: 5px;
}

div.listitemrow {
    display: block;
    font-size: 1.2em;
    padding: 5px;
}

#voteupbutton {
    color: #58dc79;
    border: solid 1px #58dc79;
    background-color: #fff;
}

#votedownbutton {
    color: #ffbb93;
    border: solid 1px #ffbb93;
    background-color: #fff;
}

#voteplus {
    color: #fff;
    background-color: #0b80c3;
    border: solid 1px #ffbb93;
    font-size: 0.9em;
}

#voteminus {
    color: #fff;
    border: solid 1px #ffbb93;
    font-size: 0.9em;
    background-color: #e5e5e5;
}

button.positivescore {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background-color: #2ece89;
    border: 1px solid #0b80c3;
}

button.negativescore {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background-color: #ccc;
    border: 1px solid #b2b2b2;
}

span.toptennumber {
    font-size: 1.5em;
    padding: 5px;
    color: #48b3b4;
    border-radius: 50%;
    border: 1px dotted #48b3b4;
}

td.listitemname {
    font-size: 1.2em;
}

div.listcell {
    text-align: center;
    background-color: #fff;
}

div.addtolistbox {
    background-color: #f9f9f9;
    width: 90%;
    padding: 10px;
    text-align: center;
}

p.listbottomnote {
    color: #60d7ce;
    padding: 15px;
}

span.adcase {
    margin: 0 auto;
    text-align: center;
    display: inline;
    padding-left: 100px;
}

#searchcontainer {
    display: inline;
    margin: 0 auto;
    padding-top: 25px;
    vertical-align: middle;
}

#topsearchbutton {
    border: solid 1px #2e9d68;
    background-color: #fff;
    color: #238d5f;
}

#topsearchbutton:hover {
    border: solid 1px #2e9d68;
    background-color: #00a0f9;
    color: #fff;
}

#topsearchbar {
    border: solid 1px #2e9d68;
    background-color: #fff;
    color: #238d5f;
    font-size: 1.2em;
}

#topsearchbar:hover {
    border-bottom: solid 3px #00a0f9;
    background-color: #fff;
    color: #238d5f;
    font-size: 1.2em;
}

#tosearchaddon {
    border: solid 1px #2fd38e;
    background-color: #cdeee0;
    color: #238d5f;
    opacity: 0.8;
}

#nt-example2 {
    max-width: 620px;
    margin: auto;
}

#nt-example2-container {
    text-align: center;
    display: none;
}

#nt-example2-container i {
    font-size: 20px;
    margin: 4px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example2-container i:hover {
    color: #333;
}

#nt-example2 li {
    color: #2aa56f;
    background: none;
    overflow: visible;
    text-overflow: ellipsis;
    height: 63px;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    opacity: 0.9;
}

#nt-example2 li:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

#nt-example2 li .state {
    font-size: inherit;
    margin: 0;
}

#nt-example2 span.hour {
    font-weight: 700;
}

#nt-example2-infos-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #74cfae transparent;
    margin: 6px auto 0;
}

#nt-example2-infos {
    max-width: 620px;
    margin: auto;
    padding: 12px;
    color: #f2f2f2;
    background: #74cfae;
}

#nt-example2-infos .infos-hour {
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
}

#nt-example2-infos h4 {
    color: #f2f2f2;
    font-weight: 500;
}

#nt-example2-infos .infos-text {
    text-align: left;
}

span.tickertime {
    background-color: #eee;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px;
    border: dotted 1px #eee;
}

.button1 {
    background-color: #49bbfb;
    border: none;
}

.button1:hover {
    background-color: #0089d5;
}

#newsbasket {
    font-size: 0.8em;
    opacity: 0.7;
    display: none;
}

#newsbasket2 {
    font-size: 2em;
    opacity: 0.5;
    display: block;
}

span.articletext {
    font-size: 1.4em;
}

div.invisible {
    display: none;
}

img.trendingimg {
    padding: 5px;
    border-radius: 3px;
    min-height: 200px;
    max-height: 700px;
    max-width: 650px;
}

#navpostsomething {
    background-color: #1eb551;
}

#upload-wrapper h3 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    margin-top: -30px;
    border-bottom: 1px dotted #ddd;
}

#upload-wrapper input[type="file"] {
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    border-radius: 5px;
}

.standardinput {
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    border-radius: 5px;
}

.dimensioninput {
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    border-radius: 5px;
}

#upload-wrapper #submit-btn {
    border: none;
    padding: 10px;
    background: #61bae4;
    border-radius: 5px;
    color: #fff;
}

#output {
    padding: 5px;
    font-size: 12px;
}

#output img {
    border: 1px solid #ddd;
    padding: 5px;
}

.fxbutton1 {
    background-color: #dfeafc;
    border: none;
    margin: 2px;
    color: #000;
    border-radius: 5px;
    padding: 4px;
    font-size: 0.9em;
}

.fxbutton1:hover {
    background-color: #0089d5;
    color: #fff;
}

div.swatchrow {
    font-size: 0.8em;
    background-color: #f7f7f7;
}

div.maincontent {
    background-color: #ffffff30;
    border-radius: 0px 0px 30px 30px !important;
    padding-bottom: 20px;
}

.fxbutton2 {
    background-color: #f4f4f4;
    border-top: solid 1px #c2c2c2;
    border-left: solid 1px #c2c2c2;
    border-right: solid 1px #c2c2c2;
    border-bottom: solid 2px #c2c2c2;
    margin: 2px;
    color: #646464;
    border-radius: 6px;
    padding: 14px 10px 14px 10px;
    font-size: 0.9em;
}

.fxbutton2:hover {
    background-color: #fd3664;
    color: #fff;
}

.fxbutton3 {
    background-color: #f4f4f4;
    border-top: solid 1px #c2c2c2;
    border-left: solid 1px #c2c2c2;
    border-right: solid 1px #c2c2c2;
    border-bottom: solid 2px #c2c2c2;
    margin: 2px;
    color: #5983d2;
    border-radius: 3px;
    padding: 2px;
    font-size: 0.8em;
}

.fxbutton3:hover {
    background-color: #719acc;
    color: #fff;
}

.fxbutton3:active {
    background-color: #95ddfe;
    color: #5983d2;
}

.fxbutton4 {
    background-color: #6288fb;
    margin: 2px;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    font-size: 1.2em;
}

.fxbutton4:hover {
    background-color: #719acc;
    color: #fff;
}

.fullwidth {
    width: 100%;
    display: block;
}

#dlbox {
    display: none;
}

#bannerhead {
    border-radius: 0 0 5px 5px;
    border-bottom: solid 1px #c9c9c9;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
}

#innerbanner {
    text-align: left;
    margin: 0 auto;
}

p.pictureinfo {
    font-size: 0.9em;
    line-height: 27px;
    padding: 10px;
    padding-top: 20px;
    display: block;
    text-align: center;
    margin-top: 30px;
}

p.sentpicture {
    background-color: #f9fb9c;
    padding: 10px;
    font-weight: bold;
    display: none;
}

h4.effectheader {
    text-transform: uppercase;
    color: #4d4d4d;
    border-bottom: solid 2px rgba(0, 0, 0, 0.04);
    font-size: 0.85em;
    /* font-weight: bold; */
    padding: 4px;
    margin-top: 10px;
}

#controlwrapper {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #aaa;
}

div.colorindicator {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    background-color: #00f;
    height: 30px;
}

#wp {
    margin-top: 8px;
}

#upload-wrapper h3 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    margin-top: -30px;
    border-bottom: 1px dotted #ddd;
}

#upload-wrapper input[type="file"] {
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 95%;
}

#upload-wrapper #submit-btn {
    border: none;
    padding: 10px;
    background: #61bae4;
    border-radius: 5px;
    color: #fff;
}

#output {
    padding: 5px;
    font-size: 1.2em;
    margin-top: 10px;
    color: #5a5a5a;
}

#output img {
    border: 1px solid #ddd;
    padding: 5px;
}

#progressbox {
    border: 1px solid #92c8da;
    padding: 1px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin: 10px;
    display: none;
    text-align: left;
}

#progressbar {
    height: 30px;
    border-radius: 3px;
    background-color: #5893f1;
    width: 1%;
}

#statustxt {
    top: 5px;
    left: 50%;
    position: absolute;
    display: block;
    color: #f2f2f2;
    font-size: 1.1em;
    text-align: center;
}

#controlpanelcontainer {
    max-width: 323px;
    float: left;
}

#swatchcell {
    border-radius: 50%;
    float: left;
}

td.specialswatchcell {
    border: solid 2px #f4f4f4;
    border-radius: 3px;
}

td.stylecell {
    float: left;
    background-color: #cff6f6;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: solid 2px #58e1df;
    border-radius: 5px;
    width: 98%;
    padding: 6px;
}

td.stylecell:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: solid 2px #90b7f6;
}

div.colorcell {
    min-width: 60px;
    max-width: 60px;
    height: 50px;
    margin: 5px;
    display: inline;
    padding: 10px;
    border-radius: 5px;
}

button.stylecell {
    float: left;
    background-color: #cff6f6;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: solid 2px #58e1df;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    width: 98%;
    padding: 6px;
}

button.stylecell:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: solid 2px #90b7f6;
}

select.selectstyles {
    padding: 5px;
}

.btnx {
    background: none;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    text-transform: uppercase;
    color: #f72852;
    border: solid 2px #bfbfbf;
    font-size: 1em;
    padding: 15px 21px 10px 20px;
    margin-left: 5px;
    text-decoration: none;
    height: 40px;
    border-radius: 10px;
}

.btnx:hover {
    color: white;
    background: #f72852;
    border: #f72852;
    text-decoration: none;
    letter-spacing: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.myButton {
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.05, #f9f9f9),
            color-stop(1, #e9e9e9)
    );
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.myButton:hover {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.05, #e9e9e9),
            color-stop(1, #f9f9f9)
    );
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9;
}

.myButton:active {
    position: relative;
    top: 1px;
}

div.alligner {
    text-align: left;
    width: 250px;
    display: inline;
    margin: auto;
}

a.treasurylink {
    border-bottom: dotted 1px rgba(0, 0, 40, 0.3);
    font-size: 1.2em;
    padding: 8px;
    display: block;
}

p.bibleverse {
    display: block;
    font-size: 1.4em;
}

#biblepage {
    font-size: 1.1em;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    margin: 0 auto;
    text-align: center;
    line-height: 1.1em;
}

sup.versenumber {
    font-size: 0.7em;
    padding: 5px;
    opacity: 0.6;
}

i.photoarrow {
    color: rgba(0, 0, 0, 0.1);
}

i.photoarrow:hover {
    color: #00a0f9;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.biblebookbutton {
    font-size: 0.6em;
    padding: 5px;
    border-bottom: solid 1px #3cf;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: clip;
}

.biblebookdiv {
    margin-left: 3px;
    font-size: 0.8em;
    padding: 4px;
    border-bottom: solid 1px #3cf;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: clip;
    width: 40px;
    display: inline-block;
    line-height: 19px;
}

.biblebookdiv:hover {
    border-bottom: solid 1px #f88703;
    background-color: #4f80d6;
    opacity: 1;
    color: #fff;
    font-size: 1em;
}

.biblebookdiv2 {
    margin-left: 3px;
    font-size: 0.8em;
    padding: 4px;
    border-bottom: solid 1px #f88703;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: clip;
    width: 40px;
    display: inline-block;
    line-height: 19px;
}

.biblebookdiv2:hover {
    border-bottom: solid 1px #f88703;
    background-color: #4f80d6;
    opacity: 1;
    color: #fff;
    font-size: 1em;
}

#biblepanelcontainer {
    opacity: 0.8;
    max-width: 323px;
    float: left;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0 0 0 30px;
}

select.siteddropdown {
    background: none;
    border-radius: 5px;
    border-bottom: solid 1px #8a8a8a;
}

div.biblechapterindex {
    font-size: 0.8em;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #f4f4f4;
    opacity: 0.8;
    text-align: center;
    width: 24px;
    display: inline-block;
    line-height: 25px;
}

.biblechapterindex:hover {
    background-color: #4f80d6;
    opacity: 1;
    color: #fff;
    font-size: 1em;
}

select.footermenu {
    background: none;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

option.footeroption {
    background-color: #8b8b8b;
    padding: 6px;
    color: #fff;
    border-bottom: solid 1px #3cf;
}

div.swatchpanel {
    max-width: 800px;
    line-height: 45px;
}

#colorscontainer {
    min-height: 300px;
}

@media only screen and (max-width: 800px) {
    #colorinfobox {
        display: none;
    }
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
    }

    .navbar-collapse.collapse {
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    /*position: fixed;*/
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.finalnavbar {
    box-shadow: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-top: 0;
    border-top: 1px solid transparent;
    display: block !important;
    /* height: auto !important; */
    /* max-height: 240px; */
    overflow: hidden !important;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    visibility: visible !important;
    width: auto;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: none;
}

.effectsbar {
    line-height: 1.5em !important;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
}

.processedimage {
    max-width: 800px !important;
}

.fxbutton4 {
}

div.scrollmenu {
    background-color: rgb(244, 244, 244);
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

option.newstyle {
    background-color: #ffff60;
}

select.paneldropdown {
    padding: 7px !important;
    border-radius: 5px;
    /* display: block; */
    /* width: 100% !important; */
}

tr.palettechoices {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 2px rgba(70, 70, 70, 0.1);
    display: block;
    text-transform: uppercase;
    color: #696969;
    font-size: 0.85em;
}

input.palettecolorcheckbox {
    background-color: white !important;
    border: solid 1px #333333;
    margin-right: 10px;
    color: white;
}

#createanotherbutton {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 35px !important;
    margin: 0 auto !important;
}

#createanotherbutton:hover {
    border: none !important;
}

div.createanotherbuttonbox {
    /* max-width:130px; */
    width: 100%;
    height: 130px;
    max-height: 130px;
    display: inline-block;
    margin: 0 auto;
}

img.loadinggif {
    padding-top: 50px;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    opacity: 0.15;
    margin: 0 auto;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: Black;
    opacity: 0.5;
}

#popup {
    position: absolute;
    width: 50%;
    background-color: #8da5c6;
    z-index: 999;
}

.gallerycontainer {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    flex-flow: row wrap;
}

.gallerythumb {
    height: 260px !important;
}

.gallerydetailtable {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.gallerydetailcell {
    text-align: left;
    font-size: 0.8em;
    margin-right: 6px;
    line-height: 1em;
}

.gallerythumbboxcontainer {
    display: block;
    /* align-items: center; */
    align-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.gallerythumbbox {
    background-color: rgba(255, 255, 255, 0.44);
    min-width: 300px !important;
    padding: 18px;
    border-radius: 10px;
    margin: 15px;
    color: var(--gray2);
    text-align: start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 640px;
}

.gallerythumbbox:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #3f3f3f;
}

.gallerydetailrow {
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.gallerydetailrow > div {
    text-align: left;
    font-size: 0.9em;
    margin-right: 6px;
    line-height: 1em;
    border-top: solid 1px rgba(208, 208, 208, 0.39);
    padding: 7px;
    color: var(--gray2);
}

.downloadicon {
    opacity: 1 !important;
    fill: var(--red4) !important;
    stroke: var(--red5) !important;
}

.op4 {
    opacity: 0.4;
}

.op5 {
    opacity: 0.5;
}

.op6 {
    opacity: 0.6;
}

.op7 {
    opacity: 0.7;
}

.op8 {
    opacity: 0.8;
}

.op9 {
    opacity: 0.9;
}

.downloadbutton {
    color: rgba(0, 0, 0, 0.5);
    height: 20px !important;
    width: 20px;
}

a.downloadbuttona {
    color: rgba(53, 53, 53, 0.5);
}

.basecolorindicator {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.paginationrow {
    text-align: center;
    font-size: 1em;
    padding: 15px !important;
    border-radius: 15px;
}

span.paginationz {
    padding: 7px;
    border: solid 1px rgba(30, 50, 90, 0.1);
    border-radius: 10%;
    margin: 3px !important;
}

.paginationlink {
    padding: 7px;
    border: solid 1px rgba(30, 50, 90, 0.1);
    border-radius: 10%;
    margin: 3px !important;
}

.paginationz a {
    border-color: var(--gray5) !important;
    color: var(--gray5);
}

.paginationz a:hover {
    background-color: rgba(255, 255, 255, 0.45);
    border-color: var(--red4) !important;
    color: var(--red5) !important;
    font-weight: 600 !important;
}

.activegallerypage {
    background-color: rgba(255, 255, 255, 0.45);
    border-color: var(--red4) !important;
    color: var(--red4) !important;
    font-weight: 600 !important;
}

.versedropdown {
    font-weight: 500;
    background-color: rgba(254, 254, 254, 0.49);
    border: solid 2px #cecece;
    padding: 8px;
    border-radius: 8px !important;
    max-height: 45px;
    min-height: 45px;
}

/* EEEDE6 - border color limited palette Nov 2019 */
.blockbutton {
    display: block;
    padding: 9px;
    border-radius: 7px;
    font-size: 1.25em;
    border: none;
    color: #ffffff;
    font-weight: 500;
    background-color: var(--red6);
    margin-top: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-align: left;
}

.blockbutton:hover {
    padding-left: 14px;
    color: #eeeeee;
    background-color: var(--red4);
}

.bigbutton1 {
    display: block;
    padding: 10px;
    border-radius: 7px;
    font-size: 1.2em;
    border: none;
    color: #ffffff;
    font-weight: 600;
    background-color: #d25df2;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bigbutton1:hover {
    color: #2a2a2a;
    background-color: #ffe32d;
    border-color: #ffe32d;
}

.button2 {
    display: block;
    padding: 8px;
    border-radius: 7px;
    font-size: 1em;
    border: none;
    color: var(--red3);
    font-weight: 500;
    background-color: var(--gray11);
    margin-top: 5px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button2:hover {
    color: var(--red9);
    background-color: var(--red3);
}

.smallsubtext {
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    color: var(--gray4);
    padding: 3px 0px 3px 0px;
}

.successfulAddTopicVerse {
    border: solid 3px;
    background-color: #ffe32d;
    font-size: 1.2em;
    padding: 40px;
    text-align: center;
    border: none;
    border-radius: 8px;
    display: block;
    font-weight: 500;
    margin: 0 auto;
}

.centerAlign {
    margin: 0 auto;
}

#footer2019 {
    color: var(--gray1) !important;
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #e2e2e2;
    margin-top: 0px !important;
    opacity: 1;
    font-size: 0.9em;
    box-shadow: inset 1px 4px 9px -6px;
}

#footer2019 > h1,
.footerandroidlogo {
    padding-right: 20px;
    float: left;
}

table.invisibletable {
    border: none;
}

.footersocialmediaicon {
    opacity: 0.3;
    margin-top: 15px;
}

.footersocialmediaicon:hover {
    opacity: 0.7;
}

.footersvgheader {
    display: block;
    min-height: 160px;
    height: 160px;
    content: "";
    width: 100%;
    background: url(img/svgfooterheadercurved.svg);
    background-size: cover;
    margin-bottom: 0px !important;
    opacity: 0.6;
}

#backgroundcolorboxnonmobile {
    width: 170px !important;
}

.mobilenavbar {
    display: none !important;
}

a.treasurylink {
    border-bottom: dotted 1px rgba(0, 0, 40, 0.3);
    font-size: 1.2em;
    padding: 8px;
    display: block;
}

p.bibleverse {
    display: block;
    font-size: 1.4em;
}

#biblepage {
    font-size: 1.1em;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
}

sup.versenumber {
    font-size: 0.7em;
    padding: 5px;
    opacity: 0.6;
}

i.photoarrow {
    color: rgba(0, 0, 0, 0.1);
}

i.photoarrow:hover {
    color: #00a0f9;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.biblebookbutton {
    font-size: 0.6em;
    padding: 5px;
    border-bottom: solid 1px #33ccff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: clip;
}

.biblebookdiv {
    margin-left: 3px;
    font-size: 0.8em;
    padding: 4px;
    border-bottom: solid 1px #33ccff;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: clip;
    width: 40px;
    display: inline-block;
    line-height: 19px;
}

.biblebookdiv:hover {
    border-bottom: solid 1px #f88703;
    background-color: #4f80d6;
    opacity: 1;
    color: #ffffff;
    font-size: 1em;
}

.biblebookdiv2 {
    margin-left: 3px;
    font-size: 0.8em;
    padding: 4px;
    border-bottom: solid 1px #f88703;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: clip;
    width: 40px;
    display: inline-block;
    line-height: 19px;
}

.biblebookdiv2:hover {
    border-bottom: solid 1px #f88703;
    background-color: #4f80d6;
    opacity: 1;
    color: #ffffff;
    font-size: 1em;
}

#biblepanelcontainer {
    opacity: 0.8;
    max-width: 323px;
    float: left;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0px 0px 0px 30px;
}

select.siteddropdown {
    background: none;
}

div.biblechapterindex {
    font-size: 0.8em;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #f4f4f4;
    opacity: 0.8;
    text-align: center;
    width: 24px;
    display: inline-block;
    line-height: 25px;
}

.biblechapterindex:hover {
    background-color: #4f80d6;
    opacity: 1;
    color: #ffffff;
    font-size: 1em;
}

/*sticky footer -based on Twitter Bootstraps' fixed navigation */
/*- by Cristovao Verstraeten - apleasantview.com 2013 */
/*Tip: you might need to add a bottom margin to your main content box*/

.foot-fixed-bottom {
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.foot-fixed-bottom .footercontainer {
    background-color: #8b8b8b;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
    max-width: 300px;
    padding: 7px;
    border-top: solid 3px #33ccff;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.foot-fixed-bottom hr {
    border-top: solid 4px rgba(0, 0, 0, 0.03);
    margin: 0 0 5px;
    width: 100%;
}

.foot-fixed-bottom p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 12px 15px;
}

/*that's all folks!*/

select.footermenu {
    background: none;
    color: #ffffff;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

option.footeroption {
    background-color: #8b8b8b;
    padding: 6px;
    color: #ffffff;
    border-bottom: solid 1px #33ccff;
}

#textslide {
    font-size: 1.6em;
    display: block;
    width: 100%;
    padding: 20px;
    color: #555555;
}

#slideshowlocationtext {
    font-size: 13px;
    display: block;
    text-align: center;
    color: gray;
    text-transform: uppercase;
}

.slideshowlocation {
    display: block;
    font-size: 17px;
    display: block;
    text-align: center;
    color: gray;
    text-transform: uppercase;
    margin-top: 15px;
    border-top: solid 1px #bfbfbf;
    padding-top: 15px;
}

.slideshowcontainer {
    display: block;
    min-height: 300px;
}

.topicversefooterrow {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.morecolorslink {
    border: solid 1px var(--red10);
    color: var(--red7);
    font-size: 0.7em;
    padding: 4px;
    border-radius: 4px;
    margin-left: 7px;
    margin-top: 4px;
}

.morecolorslink:hover {
    border: solid 1px var(--red9);
    color: var(--red5);
}

#backgroundcolorboxmobile {
    margin-left: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 12px;
    align-items: flex-start;
}

.circlebutton {
    background-color: var(--red6);
    padding: 15px;
    padding-top: 20px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 35px;
    cursor: pointer;
    color: white !important;
    font-size: 2em;
    z-index: 3200;
}

.circlebuttonhigher {
    bottom: 90px !important;
}

.circlebuttonhighest {
    bottom: 165px !important;
    border: none;
    color: white !important;
    padding-bottom: 30px !important;
    font-size: 2.5em;
}

.font-and-background-container {
    display: flex;
}

/* FIRST BREAKPOINT */
@media (max-width: 450px) {

    .bibleversespecsrow {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .mobile-dropdownmenus {
        background-color: rgba(255, 255, 255, 0.3);
        display: flex;
        width: 100%;
    }

    .circlebutton {
        background-color: var(--red6);
        padding: 15px;
        padding-top: 20px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
        border-radius: 35px;
        cursor: pointer;
        color: white !important;
        font-size: 2em;
        z-index: 3200;
    }

    .circlebuttonhigher {
        bottom: 90px !important;
    }

    .circlebuttonhighest {
        color: white !important;
    }

    .circlebutton:hover {
        background-color: var(--red4);
        opacity: 0.95;
        zoom: 1.08;
    }

    #backgroundcolorboxnonmobile {
        display: none;
    }

    .choose-font-container {
        width: 40% !important;
        max-width: 40% !important;
    }

    #textslide {
        font-size: 1.6em;
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 130px;
        min-height: 170px;
        height: 170px;
    }

    p.popularverse {
        display: block;
        font-size: 1.3em;
    }

    .topicverse {
        display: block;
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: 500;
        color: var(--gray3);
        text-align: left;
    }

    h4.effectheader {
        text-transform: uppercase;
        color: #4d4d4d;
        border-bottom: solid 2px rgba(0, 0, 0, 0.04);
        font-size: 0.85em;
        padding: 4px;
        margin-top: 20px;
        text-align: left !important;
    }

    h4.popularpassageheader {
        text-transform: uppercase;
        color: #4d4d4d;
        border-bottom: solid 2px rgba(0, 0, 0, 0.04);
        font-size: 0.85em;
        padding: 4px;
        margin-top: 20px;
        text-align: left !important;
    }

    .versedropdown {
        font-weight: 500;
        background-color: rgba(254, 254, 254, 0.49);
        padding: 5px;
        max-height: 40px;
        min-height: 38px;
        border-radius: 5px !important;
        border: solid 2px rgba(0, 0, 0, 0.08);
        font-size: 0.85em;
    }

    #choosefontheader {
        margin-top: 20px !important;
    }

    #colorindicatorrow {
        padding-left: 20px !important;
    }

    .select-verse-container {
        float: left !important;
        display: block;
    }

    div.easypalettecell {
        border-radius: 50%;
        height: 40px !important;
        width: 40px !important;
        min-height: 40px;
        min-width: 40px;
        max-height: 40px;
        max-width: 40px;
        display: inline-block;
        margin: 2px;
    }

    .navbar7 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    /*
        #sitelogo {
            margin-top: 30px;
            opacity: 0.7;
            width: 150px;
            margin: 0 auto;
            margin-bottom: -15px;
        } */
    #sitelogo {
        opacity: 0.7;
        width: 100px;
        margin-bottom: -30px;
        margin-top: -11px;
        margin-left: 15px;
    }

    .navbarbuttonscontainer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 13px;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .navbarbuttonscontainer > a {
        padding: 7px;
        border: solid 1px rgb(221, 221, 221);
        border-radius: 10px;
        color: var(--red4);
        transition: 0.13s;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.7em;
        margin-right: 5px;
        margin-bottom: 5px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        justify-content: space-between;
        padding-left: 3px;
        padding-right: 3px;
    }

    #versesample {
        min-width: 88vw !important;
        width: 88vw !important;
        max-width: 88vw !important;
        min-height: 88vw !important;
        height: 88vw !important;
        max-height: 88vw !important;
    }

    .choosefontandbgdiv {
        max-width: 40vw !important;
        flex-grow: 1;
    }

    .choosebackgrounddiv {
        max-width: 45vw !important;
        flex-grow: 1;
    }

    .versedropdown {
        max-width: 46vw;
    }

    #selectedbook {
        max-width: 43vw;
    }

    .book-dropdown {
        max-width: 40% !important;
    }

    .font-dropdown {
        max-width: 92% !important;
    }

    .col-md-4 {
        padding: 2px !important;
    }
}


/* SECOND BREAKPOINT */
@media screen and (min-width: 451px) and (max-width: 650px) {

    .bibleversespecsrow {
        /*        background-color: orange;*/
        width: 100% !important;
    }

    #backgroundcolorboxnonmobile {
        display: none;
    }

    #textslide {
        font-size: 30px;
        display: block;
        width: 100%;
        padding: 20px;
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .select-verse-container {
        min-width: 48% !important;
        max-width: 48% !important;
        zoom: 0.75 !important;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
        min-width: 56% !important;
        max-width: 56% !important;
        zoom: 0.75 !important;
    }

    .choose-font-container {
        min-width: 44% !important;
        max-width: 44% !important;
        /*        background-color: gold;*/
    }

    .choosebackgrounddiv {
        min-width: 48% !important;
        max-width: 48% !important;
        margin-left: 10px !important;
    }

    .font-bg-dropdown {
        max-width: 95% !important;
    }

    .book-dropdown {
        max-width: 37%;
    }

    .navbarbuttonscontainer {
        margin-top: -10px;
    }
}

/* THIRD BREAKPOINT  (desktops, 900px and up) */
@media screen and (min-width: 651px) and (max-width: 850px) {

    #backgroundcolorboxnonmobile {
        display: none;
    }

    #versesample {
        width: 500px;
        height: 500px;
    }

    .choose-font-container {
        max-width: 38vw !important;
        width: 38vw;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .choosebackgrounddiv {
        width: 45vw;
        max-width: 45vw !important;
        margin-left: 0px !important;
    }

    .versedropdown {
        max-width: 40vw;
    }

    #selectedbook {
        width: 50vw;
    }

    #backgroundcolorboxmobile {
        display: none;
    }

    #backgroundcolorboxnonmobile {
        display: flex;
        flex-direction: row;
        max-width: 150px !important;
        vertical-align: center;
        padding-top: 44px;
        margin-top: 2px;
    }

    .morecolorslink {
        color: #545454;
        margin-top: 0px;
        padding-top: 5px;
    }

    #textslide {
        font-size: 35px;
        display: block;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        line-height: 36px;
    }

    .circlebutton {
        background-color: var(--red6);
        padding: 15px;
        padding-top: 20px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
        border-radius: 35px;
        cursor: pointer;
        color: white !important;
        font-size: 2em;
        z-index: 3200;
    }

    .circlebuttonhigher {
        bottom: 90px !important;
    }

    .select-verse-container {
        min-width: 46% !important;
        max-width: 46% !important;
        zoom: 0.85;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
        min-width: 52% !important;
        max-width: 52% !important;
        zoom: 0.85;
    }

    .choose-font-container {
        min-width: 48% !important;
        max-width: 48% !important;
        /*        background-color: aquamarine;*/
    }

    .choosebackgrounddiv {
        min-width: 48% !important;
        max-width: 48% !important;
        margin-left: 10px !important;
    }

    .font-bg-dropdown {
        max-width: 95% !important;
    }

    .book-dropdown {
        max-width: 37%;
    }

    .navbarbuttonscontainer {
        margin-top: -8px;
    }
}

/* FOURTH BREAKPOINT (large desktops, 1200px and up) */
@media screen and (min-width: 851px) and (max-width: 1200px) {

    #backgroundcolorboxnonmobile {
        display: none;
    }

    .circlebutton {
        background-color: var(--red6);
        padding: 15px;
        padding-top: 20px;
        position: fixed;
        bottom: 15px;
        right: 10px;
        width: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
        border-radius: 35px;
        cursor: pointer;
        color: white !important;
        font-size: 2em;
        z-index: 3200;
    }

    .circlebuttonhigher {
        bottom: 90px !important;
    }

    .circlebuttonhighest {
        bottom: 165px !important;
        border: none;
        color: white !important;
    }

    #backgroundcolorboxmobile {
        display: none;
    }

    #backgroundcolorboxnonmobile {
        display: flex;
        flex-direction: row;
        max-width: 150px !important;
        vertical-align: center;
        padding-top: 44px;
        margin-top: 2px;
    }

    .morecolorslink {
        margin-top: 0px;
        padding-top: 5px;
    }

    #textslide {
        font-size: 36px;
        display: block;
        width: 100%;
        padding: 40px;
        margin: 0 auto;
        line-height: 36px;
    }


    .select-verse-container {
        min-width: 47% !important;
        max-width: 47% !important;
        zoom: 0.88;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
        min-width: 53% !important;
        max-width: 53% !important;
        zoom: 0.88;
    }

    .choose-font-container {
        min-width: 47% !important;
        max-width: 47% !important;
        /*        background-color: pink;*/
    }

    .choosebackgrounddiv {
        min-width: 48% !important;
        max-width: 48% !important;
        margin-left: 10px !important;
    }

    .font-bg-dropdown {
        max-width: 95% !important;
    }

    .navbarbuttonscontainer {
        margin-top: -8px;
    }
}

/* FIFTH BREAKPOINT (larger desktops, 1600px and up) */

@media screen and (min-width: 1201px) and (max-width: 1600px) {

    #backgroundcolorboxnonmobile {
        display: none;
    }

    .choosebackgrounddiv {
        margin-left: 20px;
    }

    #backgroundcolorboxnonmobile {
        display: flex;
        flex-direction: row;
        max-width: 150px !important;
        vertical-align: center;
        padding-top: 44px;
        margin-top: 2px;
    }

    .morecolorslink {
        color: #545454;
        margin-top: 0px;
        padding-top: 5px;
    }

    #textslide {
        font-size: 1.8em;
        display: block;
        width: 100%;
        padding: 40px;
        margin: 0 auto;
    }

    .bibleversespecsrow {
        display: flex;
        flex-direction: row;
    }

    /*TODO RIGHTNOW*/
    .select-verse-container {
        min-width: 33% !important;
        max-width: 33% !important;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
        min-width: 50% !important;
        max-width: 50% !important;
    }

    .choose-font-container {
        min-width: 48% !important;
        max-width: 48% !important;
        /*        background-color: #8df375;*/
    }

    .choosebackgrounddiv {
        min-width: 48% !important;
        max-width: 48% !important;
        margin-left: 14px !important;
    }

    .font-bg-dropdown {
        max-width: 95% !important;
    }
}

/* SIXTH BREAKPOINT VERY LARGE SCREENS */
@media screen and (min-width: 1601px) and (max-width: 8000px) {

    .choosebackgrounddiv {
        margin-left: 20px;
    }

    .bibleversespecsrow {
        display: flex !important;
        flex-direction: row !important;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row !important;
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .font-and-background-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-left: 15px;
        min-width: 35% !important;
        flex-grow: 5;
    }

    .choose-font-container {
        min-width: 25% !important;
        flex-grow: 3;
        /*background-color: #68e1ff;*/
    }

    .choosebackgrounddiv {
        min-width: 25% !important;
        margin-left: 1% !important;
        flex-grow: 3;
    }

    .font-bg-dropdown {
        max-width: 95% !important;
    }
}

/* HEIGHT BREAKPOINTS */
@media screen and (min-height: 400px) and (max-height: 700px) {


}