.image_size_info {
    /*background-color: #7a7a52;*/
    color: white;
    font-size: 120%;
    padding: .2em 1em;
    margin: .5em 0;    
    border-radius: 15px;
    background-color: #bf6f63;
    /* width: fit-content;*/
    color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.5);
}

.image_order {
    display: inline-block;
}

.select_image_flex {
    display: flex;
    justify-content:space-around;
    align-items: flex-end;
    padding: 0 0;
}

.select_image_div {
    margin: 1em;
}

.cancel_center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}

#newUserSlide {
    position:fixed;
    bottom: 15px;
    left: -220px;
    clear: both;
    width: fit-content;
    background-color: #b96254;
    color: white;
    transition: left 0.5s;
    padding: .5em 1em;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    z-index: 2;    
  }

.modalvideo {
    display: block; margin-left: auto; margin-right: auto;    
    margin-bottom: .5em;
    margin-top: 0.5em;     
    width: 300px; 
    height: 200px;
    background-color: black; 
}

.clickable {}
.clickable:hover {
    background-color: #ff0066;
    color: white;
    cursor: pointer;
}

.right {
    text-align: right;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

table {
    border-collapse: collapse;
}

table.tbCenter {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

table {
    border-collapse: collapse;
}

.status { width: fit-content; display: inline-block; padding-left: .5em; padding-right: .5em;}
.hidden { display: none; }

td, th {
    padding: .2em .5em .2em .5em;
    vertical-align: top;
    text-align: left;
}

th { background-color: #adffa4; color: black;}

tbody tr:nth-child(odd) { background-color: #e6e6e6; }

.green { background-color: #80ff80; }
.red { background-color: #ff9980; }

.title {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #bf6f63;
    color: white;
    font-size: 120%;
    padding: .2em;
    margin-bottom: .8em;
}

.title_color {
    color: white;
}

.noter {
    padding: 1em;
}
.logga {
    margin-left: 2em;
}

#page-container {
    position: relative;
    min-height: 100vh;
  }
  
#content-wrap {
    padding-bottom: 5rem;  /* footer height */
  }


.info {
    color: #666362;
    text-align: center;
    margin: 0 0 .5em 0;
    /*padding: 0;*/
}

.copyright {
    color: white;
}

.carousel-inner img {
      width: 100%;
      height: 100%;
}


span {
    color: white;
    font-weight: 700;
}
/* the styles for the HTML elements */
html {
    background-color: rgb(192, 192, 192);
    height: 100%;
    height: 100vh;
}
body {
    height: auto;
    min-height: 100%;
    min-height: 100vh;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto; 
    /*padding: 0 2em;*/
    border: 1px solid black;
    
    font-size: 100%;
    width: 99%;                     /* changed from 800 pixels */
    max-width: 1025px; /* 960 */
    background-color: #f2f8f9;
}
@font-face {
    font-family: Edwardian;
    src: url("../font/ITCEDSCR.TTF");
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
/*    background-color: #7a7a52; */
/*	background-image: -moz-linear-gradient(
	    30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%);
	background-image: -webkit-linear-gradient(
	    30deg, #f6bb73 0%, #fffded 30%, white 50%, #fffded 80%, #f6bb73 100%);
	background-image: -o-linear-gradient(
	    30deg, #f6bb73 0%, #fffded 30%, white 50%, #fffded 80%, #f6bb73 100%);
*/
	background-image: linear-gradient(
	    210deg, #b96254 0%, #b96254 40%, #f9f2f1 99%);

} 

h1 {
    font-family: Edwardian, sans-serif;
    font-size: 300%;
    /*text-shadow: -2px -2px 8px black;*/
    display: inline-block;
    font-weight: 100;
    margin: 0 2em;
}

section {
    margin: 3em 4em 1.5em 4em;
}
 
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

  footer {
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem;            /* Footer height */
    clear: both;
    background-color: #b96254;
    text-align: right;
    padding: 2px 2px 30px 2px;
    margin: 0;
    color: white;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

footer p {
    text-align: right;
    font-size: 80%;
    color: white;
    margin: .5em 0 .5em 0; 

}

h2 {
    color: rgb(208, 133, 4);
    font-size: 120%;
    margin: .5em 0 .3em 0;
}

h6 {
    font-family: 'Cedarville Cursive', cursive;
/*   font-family:georgia,garamond,serif;
    font-style:italic;*/
    font-size: 200%;
    margin: 0 4em 0 4em;
}

p {    margin: 0 0 .5em 0; }

a { 
    color: rgb(41, 64, 124);
    text-decoration: none;
}
a:hover {
    color: rgb(208, 133, 4);
}

#melodier, .textbox_size ,#text { width: 20em; } 


footer a {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}

/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
    body { padding: 0;}
    section { margin: 1em; padding: 0;}
    h1 {margin: 0 1em;}
    h6 {margin: 0 1em 0 1em;}
    .select_image_flex {
        align-items: center;
        flex-direction :column;
    }    
}

/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
    body { padding: 0; font-size: 83%; }
    .siluett { display: none; }
    h1 {margin: 0 0.5em;}
    h6 {margin: 0 1em 0 1em;}
 }

@media print {
    html {
        background-color: white;
    }
    body {
        border: none;
    }
}
