body {
    font: 15px/1.5 "Open Sans", sans-serif, "Fira Sans", Helvetica, Arial;
    margin: 0;
    padding: 0;
    height: 600px;
    background-color: rgb(251, 247, 247);
    text-align: center;
    height: 101%;
    width: 100%;
}
.principal {
    position: relative;
}

.big-text {
    font-weight: bold;
    font-size: 22px;
    color: rgb(70, 64, 64);
}

.generic-link {
    text-decoration: none;
    color: rgb(255, 92, 92);
}

.generic-link:hover{
    text-decoration: none;
    color: rgb(249, 130, 130);
}

.highlight-text {
    font-weight: bold;
    color: rgb(70, 64, 64);
    font-size: 16;
    border-bottom: 1px rgb(255, 92, 92) solid;
}

.little-text {
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize;
}

.about-text {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1.5px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

.about-text-extrasmall {
    font-size: 10px;
    font-weight: 100;
    font-style: italic;
    margin-left: 6%;
}

.message-small {
    font-size: 12px;
    font-weight: 200;
}

.img-title-text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    font-weight: bold;
    margin-block-start: 1px;
    margin-block-end: 1px;
}
.img-footer-text {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 1.5px;
    font-style: italic;
    text-align: left;
}

.color-dark {
    color: rgb(165, 49, 61);
    font-weight: bolder;
}

.extra-top-margin {
    margin-top: 20px;
}

.header {
    height: 8%;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: rgb(255, 92, 92);
    padding-top: 10px;
    font-weight: 100;
    letter-spacing: 2px;
    background-color: black;
}

.header .menu {
    float: left;
    width: 59%;
    margin-left: 5px;
    margin: auto;
}

.header .extra {
    float: right;
    width: 39%;
}

.header ul {
    list-style-type: none;       
}

.header li {
    display: inline;
    padding: 0 10px 0 10px;        
}
.header a{
    text-decoration: none;
    color: rgb(255, 92, 92);
    text-transform: uppercase;
}

.header a:hover{
    text-decoration: none;
    color: rgb(249, 130, 130);
    text-transform: uppercase;
}

#article_show_off {
    position: absolute;
    z-index: 10;
    left: 10%;
    width: 80%;
    margin-bottom: 10%;
}

#article_show_off .show_off {
    position: relative;
    opacity: 98%;
    border: 1px solid rgb(255, 92, 92);
    box-shadow: 3px 5px rgb(255, 92, 92);
    background-color: white;
    border-radius: 5%;
    margin-top: 5px;
    margin-bottom: 15px;
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
    cursor: pointer;
}

#article_show_off .show_off img {
    max-height: 65%;
    max-width: 85%;
    display: inline;
    opacity: 100%;
}
#article_show_off .show_off .so_data {
    margin: auto;
    padding-top: 10px;
    margin-top: 2px;
    max-width: 85%;
    border-top: 1px solid rgb(249, 130, 130);
}

#article_show_off .show_off .so_data .so_title {
    font-size: 2vw;
    font-weight: bold;
}
#article_show_off .show_off .so_data .so_auth {
    font-size: 1.5vw;
    text-align: right;
}
#article_show_off .show_off .so_data .so_date {
    font-size: 1.5vw;
    font-style: italic;
}
#article_show_off .show_off .so_data .so_text {
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
}

#article_show_off .so_link {
    position: relative;
    z-index: 20;
}

.article {
    min-height: 82.5%;
    width: 80%;
    margin: auto;
    position: relative;
}

.div-logo {
    width: 100%;
    padding-top: 10px;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.div-main {
    width: 100%;
    padding-top: 10px;
    margin: auto;
    margin-bottom: 10px;
}
.div-3-partition {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    position: relative;
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

.div-paragraph {
    width: 90%;
    padding-bottom: 10px;
    text-align: left;
}
.div-paragraph ul{
    margin-left: 100px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1.5px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

.div-about {
    float: none;
    max-width: 80%;
    padding-top: 10px;
    margin: auto;
    margin-bottom: 10px;
}

.div-about a{
    text-decoration: underline wavy rgb(255, 92, 92);;
    color: rgb(255, 92, 92);
    text-transform: capitalize;
}

.div-column {
    margin-top: 20px;
    display: table-row;
    margin-bottom: 20px;
    position: relative;
}

.div-column-element {
    width: 50%;
    float: left;
    margin: auto;
}

.column-element-left {
    position:relative;
    animation:animateleft 1s;
}

.column-element-right {
    position:relative;
    animation:animateright 1s
}

.div-column-element li {
    text-align: justify;
    justify-items: center;
    letter-spacing: 1.5px;
}

.div-sidebar-element {
    text-align: left;
    position: relative;
}

.div-sidebar-element .click {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px dotted gray;
}
  
.div-sidebar-element .popuptext {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.div-sidebar-element .popuphover {
    visibility: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 400px;
    background-color: black;
    color: #fff;
    border: 3px solid gray;
    padding-left: 8px;
    position: absolute;
    z-index: 20;
    bottom: 50%;
    left: 20%;
}

.div-sidebar-element .show {
    visibility: visible;
}
  
.div-sidebar {
    position: absolute; 
    width: 15%;
    margin-left: 10px;
    margin-top: 10px;
}

.div-form {
    width: 80%;
    text-align: center;
    align-items: center;
    margin: auto;
}
.div-form-columns {
    width: 100%;
    position: relative;
}

.div-form-left {
    width: 60%;
    padding-top: 12px;
    float: left;
}
.div-form-right {
    width: 40%;
    text-align: left;
    float: left;
}
.form-tags {
    position: relative;
    display: inline;
}

.form-tags .suggested-tag {
    position: absolute;
    z-index: 10;
    margin-top: 10px;
    top: 100%;
    left: 0;
    color: rgb(255, 92, 92);
    cursor: pointer;
}

.form-tags .added-tags {
    margin-top: 5px;
    float: right;
    font-size: 10px;
}

.form-tags .added-tags .element {
    margin-bottom: 3px;
    color: white;
    background-color: rgb(201, 182, 152);
    border-radius: 4px;
    padding: 1px 10px 1px 10px;
    cursor: pointer;
}

.footer {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;   
    min-height: 6%;
    color: rgb(255, 92, 92);;
    background-color: black;
    position: relative;
    bottom: 0;
}

.footer a{
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 92, 92);;
    font-weight: bold;
}

.tags {
    width: 90%;
    text-transform: lowercase;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}
.tags a{
    text-decoration: none;
    color: rgb(255, 92, 92);
    font-weight: bold; 
}

.articles {
    margin: auto;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.art-row {
    margin: auto;
    display: inline-block;
    width: 100%;
}

.art-unit {
    background-color: white;
    border: 1px solid rgb(255, 92, 92);
    box-shadow: 3px 5px rgb(255, 92, 92);
    border-radius: 5%;
    display: inline-block;
    margin: 10px 10px 10px 10px;
    width: 30%;
    height: 260px;
    padding-bottom: 60px;
    padding-top: 10px;
    vertical-align: middle;
    position: relative;
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    cursor: pointer;
}

.art-unit img {
    max-height: 220px;
    max-width: 95%;
    display: inline;
}

.art-unit .art-data {
    border-top: 0.5px solid rgb(255, 92, 92);
    margin: auto;
    margin-left: 2.5%;
    margin-bottom: 10px;
    width: 95%;
    height: 80px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art-unit .art-data .art-title {
    font-size: 20px;
    font-family: "Brush Script MT";
    text-align: center;
}
.art-unit .art-data .art-date {
    font-size: 12px;
    font-style: italic;
}
.art-unit .art-data .art-auth {
    font-weight: bold;
    font-size: 13px;
}


.hidden_input {
    display: none;
}
.blurry_input {
    opacity: 20%;
}

input[type=text], [type=mail], [type=password], [type=tel], [type=date]{
    width: 60%;
    border: 2px solid rgb(255, 92, 92);
    padding: 10px;
    margin-top: 10px;
}
input[type=text]:disabled {
    background-color: rgb(255, 92, 92);
}
input[type=text]:focus,
[type=mail]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=date]:focus{
    background-color: rgb(254, 187, 187);
    color: white;
    outline: none;
}

input::placeholder {
    color: rgb(255, 92, 92);
}

input[type=submit], [type=file] {
    width: 50%;
    background-color: rgb(254, 187, 187);
    margin: auto;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    padding: 12px;
    color: white;
}
input[type=submit]:hover,
input[type=file]:hover {
    font-weight: bold;
    /*box-shadow: 2px 4px rgb(165, 120, 49);*/
}

.form-label {
    text-align: left;
    font-weight: bold;
    color: rgb(157, 23, 23);
    float: left;
}

.form-label a{
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(91, 3, 3);
    font-weight: bold;
}

.form-textarea {
    min-height: 200px;
    width: 100%;
    resize: vertical;
    border: 2px rgb(254, 187, 187) solid;
}
.form-textarea:focus{
    background-color: rgb(254, 187, 187);
    color: white;
    outline: none;
}
.form-textarea-content {
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}
.editor {
    margin-top: 15px;
}

.toolbox a{
    text-decoration: none;
    padding: 10px;
}

#messages {
    position: absolute;
    z-index: 10;
}

.alert {
    padding: 8px;
    background-color: #c72b20;
    color: white;
    text-align: center;
    width: 20%;
}

.info {
    left: 25%;
    width: 50%;
    padding: 15px;
    background-color: #07C2CC;
    color: white;
    text-align: center;
}

.closebtn {
    margin-left: 15px;
    color: rgb(250, 242, 226);
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
  
.closebtn:hover {
    color: white;
}

/* Toggle button*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 10px 0 10px 0;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgb(255, 92, 92);;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px rgb(255, 92, 92);;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }