textarea {
    resize: none;
}

.main-wrapper{
    margin: 0 auto;
    width: 70%;
    height: 100%;
    background-color: #000;
    margin-top: 20px;
}

.main-wrapper h2{
    color: #eee !important;
    /*color: #647382 !important;*/
    padding-bottom: 30px;
}

.main-container{
    padding-top: 40px;
    background-color: #000;
}

.main-container h2{
    font-family: 'K2D', sans-serif;
    font-size: 40px;
    color: #111;
    line-height: 63px;
    text-align: center;
}

a{
    text-decoration: none;
}

body{
    background-color: #000;
}

.header-wrapper{
    margin: 0 auto;
    width: 95%;
}

header nav{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 10;
}

header nav .header-brand {
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
    text-align: left;
    line-height: 38px;
    padding: 0 20px 0 0;
    border-right: 3px solid #111;
    float: left;
}

header nav ul{
    float: left;
}

header nav ul li{
    float: left;
    list-style: none;
    margin: 0 0 0 40px;
}

header nav ul li a{
    display: block;
    width: fit-content;
    height: 40px;
    margin: 30px 0;
    padding: 0 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
    background-color: #f3f3f3;
}

header nav ul li a:hover {
    background-color: #ccc;
}

header nav ul li a:focus {
    background-color: #aaa;
}

header nav ul form{
    display: none;
}

header .nav-login{
    display: flex;
    flex-wrap: row wrap;
    justify-content: flex-end;
}

header .nav-login form input{
    width: 140px;
    height: 30px;
    padding: 0px 10px;
    margin: 35px 0 35px 0;
    border: none;
    background-color: #ccc;
    font-family: 'Slabo 27px', serif;
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

header .nav-login form button{
    
    width: 60px;
    height: 30px;
    margin: 35px 10px 35px 0;
    border: none;
    background-color: #f3f3f3;
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

header .nav-login form button:hover{
    background-color: #ccc;
}

header .nav-login #email{
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 37.5px;
    background-image: url(img/googleLogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

header .nav-login #email:hover{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

header .nav-login a{
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 100px;
    cursor: pointer;
}

header .nav-login p{
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 100px;
    margin: 0 15px;

}

#loginButton {
    display: none;
}

#registerButton {
    display: none;
}

@media only screen and (max-width: 1358px) {
    header .nav-login {
        display: none;
    }

    header .nav-login #welcomeMessage {
        display: none;
    }

    #loginButton {
        display: block;
    }

    #registerButton {
        display: block;
    }

    header nav ul form{
        display: block;
        float: left;
        list-style: none;
        margin: 0 0 0 40px;
    }

    header nav ul form button{
        float: left;
        width: 60px;
        height: 30px;
        margin: 35px 0 0 0;
        border: none;
        background-color: #f3f3f3;
        font-family: 'Fjalla One', sans-serif;
        font-size: 14px;
        color: #111;
        cursor: pointer;
    }

    header nav ul form button:hover{
        background-color: #ccc;
    }
}

@media only screen and (max-width: 1000px) {
    header nav{
        position: fixed;
        width: 100%;
        height: 180px;
        background-color: #fff;
    }

    header nav .header-brand {
        text-align: center;
        border-right: none;
        float: none;
    }

    header nav ul{
        float: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
    }

    header nav ul li{
        float: none;
        list-style: none;
        margin: 0 0 0 40px;
    }

    header nav ul li a{
        margin: 15px 0;
    }

    header nav ul form button{
        float: left;
        width: 60px;
        height: 30px;
        margin: 20px 0 0 0;
        border: none;
        background-color: #f3f3f3;
        font-family: 'Fjalla One', sans-serif;
        font-size: 14px;
        color: #111;
        cursor: pointer;
    }
}

@media (min-width: 415px) and (max-width: 693px) {
    header nav{
        height: 250px;
    } 
}

@media only screen and (max-width: 414px) {

    header nav{
        height: 100px;
    }  

    header nav .header-brand {
        text-align: center;
    }

    header nav ul{
        display: none;
    }

    header .nav-login {
        display: none;
    }
}

/*toggle menu*/
.nav-sidebar {
    display: none;
}

@media only screen and (max-width: 414px) {

    .btn-toggle-nav {
        width: 15%;
        height: 100px;
        float: left;
        background-color: #f98f39;
        background-image: url("img/menu.png");
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: center;
        cursor: pointer;
    }

    .btn-toggle-nav:hover {
        opacity: 0.5;
    }

    .nav-sidebar {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        height: calc(100vh - 100px);
        padding: 0 5px;
        background-color: #1b1b1b;
        z-index: 1000;
        /*transition: all 0.3s ease-in-out;*/
    }

    .nav-sidebar ul {
        padding-top: 15px;
        overflow: hidden;
        visibility: hidden;
    }

    .nav-sidebar ul li {
        line-height: 60px;
        list-style: none;
    }

    .nav-sidebar ul li span, .nav-sidebar ul li a{
        display: block;
        height: 60px;
        padding: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        font-size: 16px;
        white-space: nowrap;
        opacity: 0;
        /*transition: all 0.3s ease-in-out;*/
    }

    .nav-sidebar ul li a:hover {
        background-color: #222;
    }

    #logout-button-mobile button{
        display: block;
        width: 100%;
        height: 60px;
        padding: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        font-size: 16px;
        white-space: nowrap;
        background-color: #222;
        /*transition: all 0.3s ease-in-out;*/
    }

    #logout-button-mobile button:hover {
        background-color: #444;
        cursor: pointer;
    }
}

/*login.php*/

.main-wrapper-login{
    margin: 0 auto;
    width: 600px;
    background-color: #000;
    margin-top: 150px;
    padding-bottom: 50px;
}

.main-container-login .main-wrapper-login h2{
    font-family: 'K2D', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 63px;
    text-align: center;
}


.login-form{
    width: 400px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.login-form input{
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: none;
    background-color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.login-form button{
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 40px;
    border: none;
    background-color: #222;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.login-form button:hover{
    background-color: #111;
}

.main-container-login {
    padding-top: 40px;
    background-color: #000;
}

.main-container-login .pic1 {
    float: left;
    width: 250px;
    height: 250px;
    margin: 100px 60px;
    /*-webkit-animation:spin 24s linear infinite;
    -moz-animation:spin 24s linear infinite;
    animation:spin 24s linear infinite;*/
}

.main-container-login .pic2 {
    float: right;
    width: 250px;
    height: 250px;
    margin: 100px 60px;
    /*-webkit-animation:spin 24s linear infinite;
    -moz-animation:spin 24s linear infinite;
    animation:spin 24s linear infinite;*/
}

@media only screen and (max-width: 1160px) {
    .main-container-login .pic1 {
        display: none;
    }

    .main-container-login .pic2 {
        display: none;
    }

    .main-container-login {
        background-image: url(img/logo.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .main-wrapper-login {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1000px) {
    .main-wrapper-login{
        margin: 0 auto;
        width: 600px;
        background-color: #000;
        margin-top: 260px;
    }
}

@media only screen and (max-width: 414px) {
    .main-wrapper-login{
        margin: 0 auto;
        width: 300px;
    }
    
    .login-form{
        width: 300px;
    }
}

@-webkit-keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg);
    } 
}

@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg); 
    } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); transform:rotate(360deg); 
    } 
}

/*signup.php*/

.main-wrapper-signup{
    margin: 0 auto;
    width: 600px;
    background-color: #000;
    margin-top: 100px;
}

.main-container-signup .main-wrapper-signup h2{
    font-family: 'K2D', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 63px;
    text-align: center;
}


.signup-form{
    width: 400px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.signup-form input{
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: none;
    background-color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.signup-form #pass{
    width: 70%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: none;
    background-color: #fff;
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.signup-form button{
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 40px;
    border: none;
    background-color: #222;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.signup-form button:hover{
    background-color: #111;
}

.main-container-signup {
    padding-top: 40px;
    background-color: #000;
}

.main-container-signup .pic1 {
    float: left;
    width: 250px;
    height: 250px;
    margin: 100px 60px;
    /*-webkit-animation:spin 24s linear infinite;
    -moz-animation:spin 24s linear infinite;
    animation:spin 24s linear infinite;*/
}

.main-container-signup .pic2 {
    float: right;
    width: 250px;
    height: 250px;
    margin: 100px 60px;
    /*-webkit-animation:spin 24s linear infinite;
    -moz-animation:spin 24s linear infinite;
    animation:spin 24s linear infinite;*/
}

@media only screen and (max-width: 1160px) {
    .main-container-signup .pic1 {
        display: none;
    }

    .main-container-signup .pic2 {
        display: none;
    }

    .main-container-signup {
        background-image: url(img/logo.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .main-wrapper-signup {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1000px) {
    .main-wrapper-signup{
        margin: 0 auto;
        width: 600px;
        background-color: #000;
        margin-top: 160px;
    }
}

@media only screen and (max-width: 414px) {
    .main-wrapper-signup{
        margin: 0 auto;
        width: 300px;
    }
    
    .signup-form{
        width: 300px;
    }
    .signup-form input{
        width: 90%;
    }

    #genpass {
        display: none;
    }

    .signup-form #pass{
        width: 90%;
    }
}

@-webkit-keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg);
    } 
}

@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg); 
    } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); transform:rotate(360deg); 
    } 
}

.error {
    color: red;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.success {
    color: green;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

/*INDEX*/

.index-banner-gallery{
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url('img/logoBanner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    padding-top: 80px;
}

.main-container .index-banner{
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url('img/logoBanner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
}

.main-wrapper .index-content p {
    font-size: 50px;
    color: #ccc;
    font-family: 'Noto Serif', serif;
}

.index-content {
    padding: 15px;
}

.index-content .news h3 {
    font-family: 'Righteous', cursive;
    font-size: 40px;
    font-weight: 700;
    color: #006600;
    padding-top: 10px;
}

.index-content .news .date {
    font-family: 'Source Serif Pro', serif;
    font-size: 13px;
    font-weight: 100;
    color: #eee;
}

.index-content .news p {
    font-family: 'Source Serif Pro', serif;
    font-size: 24px;
    font-weight: 100;
    color: #eee;
    margin-top: 10px;
    margin-bottom: 20px;
}

#pre {
    white-space:pre-wrap;
    word-wrap:break-word;
}

#index-add-form {
    margin-top: 20px;
    background-color: #333;
}

.index-content form {
    width: 250px;
    padding: 10px;
    margin: auto;
}

.index-content form input {
    width: 250px;
    height: 30px;
    font-family: 'Slabo 27px', serif;
    line-height: 30px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.index-content form textarea {
    width: 250px;
    height: 250px;
    font-family: 'Slabo 27px', serif;
    border-radius: 8px;
    margin-bottom: 5px;
}

.index-content form button {
    width: 100px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-weight: bold;
    margin-left: 75px;
}

.index-content form button:hover {
    background-color: #111;
    color: #fff;
}

.form-div-updateNews {
    width: 250px;
    padding: 10px;
    margin: auto;
}

.form-div-updateNews input {
    width: 250px;
    height: 30px;
    font-family: 'Slabo 27px', serif;
    line-height: 30px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.form-div-updateNews textarea {
    width: 250px;
    height: 250px;
    font-family: 'Slabo 27px', serif;
    border-radius: 8px;
    margin-bottom: 5px;
}

.form-div-updateNews button {
    width: 100px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-weight: bold;
    margin-left: 75px;
}

.form-div-updateNews button:hover {
    background-color: #111;
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    .main-container .index-banner{
        display: none;
    }

    .main-wrapper{
        margin: 0 auto;
        width: 80%;
        background-color: #000;
        margin-top: 160px;
    }
}

@media only screen and (max-width: 414px) {
    .main-wrapper{
        margin: 0 auto;
        width: 80%;
        background-color: #000;
        margin-top: 80px;
    }

    .index-content-paragraph {
        font-size: 38px !important;
    }

    .index-content .news h3 {
        font-size: 32px;
    }

    .index-content .news p {
        font-size: 22px;
    }

    .form-div-updateNews {
        /*position: absolute !important;
        left: 7.2% !important;*/
        margin: auto;
    }
}

/*FOOTER*/

footer {
    width: 70%;
    padding: 40px 40px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #111;
    overflow: hidden;
}

footer ul {
    width: fit-content;
    float: left;
    padding-left: 20px;
}

footer ul li {
    display: block;
    list-style: none;
}

footer ul li a {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.footer-links-cases {
    display: none;
}

.footer-sm {
    width: 50px;
    float: right;
}

.footer-sm img {
    width: 100%;
    margin-bottom: 10px;
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

.footer-sm img:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}



@media only screen and (min-width: 414px) {

    .main-wrapper-footer {
        margin: 0 auto;
        width: 70%;
        height: 100%;
        background-color: #222;
        margin-top: 20px;
    }

    .footer-links-cases {
        display: block;
    }

    footer {
        width: calc(100% - 80px);
    }

    footer ul li p {
        font-family: 'Catamaran', sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        text-transform: uppercase;
    }

    footer ul {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .footer-links-cases {
        display: none;
    }
}

/*Gallery*/

main {
    margin-top: 100px;
}

.gallery-links {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5px;
}

.gallery-links h2 {
    font-family: 'K2D', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #eee;
    text-transform: uppercase;
    padding: 10px;
}

/*.wrapper {
    margin-left: 
}*/

.gallery-container {
    display: flex;
/*  flex-wrap: wrap;
    flex-direction: row;    */
    flex-flow: row wrap;
}

.gallery-container a {
    display: block;
    width: 230px;
    height: 230px;
    margin: 20px 10px 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.gallery-container a:hover {
    opacity: 0.8;
}

.gallery-container a div {
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-container a h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 20px;
    font-weight: 700;
    color: #eee;
}

.gallery-container a p {
    font-family: 'Source Serif Pro', serif;
    font-size: 13px;
    font-weight: 100;
    color: #eee;
}

.gallery-upload {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #333;
    margin-top: 20px;
    border-radius: 10px;
}

.gallery-upload form {
    text-align: center;
}

.form-div {
    width: 250px;
    padding: 10px;
    margin: auto;
}

.gallery-upload form input {
    width: 250px;
    height: 30px;
    font-family: 'Slabo 27px', serif;
    line-height: 30px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.gallery-upload form button {
    width: 100px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-weight: bold;
}

.gallery-upload form button:hover {
    background-color: #111;
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    main {
        margin-top: 160px;
    }
}

@media (min-width: 971px) {
    .gallery-container a {
    display: block;
    width: 230px;
    height: 230px;
    margin: 20px 10px 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
    }
  .item-container:nth-child(4n+1) {
    margin-left: 0;
  }
  .item-container:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 550px) and (max-width: 970px) {
  .gallery-container a {
    display: block;
    width: 200px;
    height: 200px;
    margin: 10px 5px 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    }
  .item-container:nth-child(4n+1) {
    margin-left: 0;
  }
  .item-container:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 414px) {
  .gallery-container a {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0px 0px 0;
    padding-bottom: 40px;
    margin-bottom: 60px;
    }
}

/*contact.php*/

.contact-sm {
    display: flex;
    flex-wrap: row wrap;
    justify-content: center;
}

.contact-sm div{
    width: 250px;
    height: 250px;
    margin: 5px 5px;
    padding: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

.contact-sm div:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

#contact-help {
    font-family: 'Source Serif Pro', serif;
    text-align: center;
    color: yellow;
    font-size: 24px;
    font-weight: 600;
    padding: 5px;
    padding-top: 25px;
    margin-top: 35px;
}

.contact-form-main {
    display: block;
    width: 400px;
    height: 450px;
    background-color: #333;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 5px;
}

.contact-form-main p {
    font-family: 'K2D', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.contact-form-main form input {
    width: 300px;
    height: 30px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Slabo 27px', serif;
}

.contact-form-main form textarea {
    width: 300px;
    height: 200px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Slabo 27px', serif;
}

.contact-form-main form button {
    width: 100px;
    height: 50px;
    margin-top: 5px;
    font-size: 15px;
    font-family: 'Fjalla One', sans-serif;
    border-radius: 10px;
    color: #111;
    background-color: #fff;
}

.contact-form-main form button:hover {
    color: #fff;
    background-color: #111;
    cursor: pointer;
}

@media (min-width: 415px) and (max-width: 1000px) {
    .contact-sm div {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 414px) {

    .contact-sm div{
        width: 50px;
        height: 50px;
    }

    .contact-form-main {
        width: 315px;
    }

    .contact-form-main form input {
        width: 90%;
    }

    .contact-form-main form textarea {
        width: 90%;
    }
}

/*members.php*/

.index-content-members {
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    color: #fff;
    padding: 10px;
}

.main-wrapper-members{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    margin-top: 20px;
}

/*#members {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: #111;
}

#members td, #members th {
    border: 1px solid #ddd;
    padding: 8px;
}

#members tr:nth-child(even){background-color: #fff;}

#members tr:nth-child(odd){background-color: #ccc;}

#members tr:hover {background-color: #888;}

#members th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #115500;
    color: white;
}*/

.members-form form {
    text-align: center;
    background-color: #333;
    margin: 10px;
}

.members-form form input {
    width: 250px;
    height: 30px;
    font-family: 'Slabo 27px', serif;
    line-height: 30px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.members-form form button {
    width: 100px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-weight: bold;
}

.members-form form button:hover {
    background-color: #111;
    color: #fff;
}

.form-div-updateMembers {
    width: 250px;
    padding: 10px;
    margin: auto;
}

.form-div-updateMembers input {
    width: 250px;
    height: 30px;
    font-family: 'Slabo 27px', serif;
    line-height: 30px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.form-div-updateMembers textarea {
    width: 250px;
    height: 250px;
    font-family: 'Slabo 27px', serif;
    border-radius: 8px;
    margin-bottom: 5px;
}

.form-div-updateMembers button {
    width: 100px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-weight: bold;
    margin-left: 75px;
}

.form-div-updateMembers button:hover {
    background-color: #111;
    color: #fff;
}

@media only screen and (max-width: 414px) {
    .members-form form input {
        width: 80%;
    }

    table {
        width: 100%;
        font-size: 12px;
    }

    td, tr {
        padding-top: 5px;
    }
}

/*about.php*/

.index-content-about {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start; 
}

.index-content-about p {
    width: 65%;
    font-size: 16px;
    color: #fff;
    font-family: 'Source Serif Pro', serif;
    padding: 0 10px 20px 10px;
}

.index-content-about img {
    width: 25%;
    height: 25%;
    padding: 5px;
}

/*passGen.php*/

.body-passGen {
    background-color: #fff;
}

#keyGeneratorDiv {
    display: block;
    width: 300px;
    height: 140px;
    background-color: #ccc;
    padding: 10px;
    text-align: center;
}

#keyGeneratorDiv form input {
    width: 200px;
    height: 30px;
    margin-bottom: 5px;
}

#keyGeneratorDiv form button {
    width: 200px;
    height: 30px;
}

#keyGeneratorP:hover {
    background-color: green;
}

#genpass {
    font-size: 18px;
    font-family: 'K2D', sans-serif;
    color: #008800;
}

#genpass:hover {
   color: #00aa00;
}

/*comments.php*/

#goBack {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #282828;
    border: none;
    color: #fff;
    font-family: 'Indie Flower', cursive;
    font-weight: 400;
    cursor: pointer;
    top: 0px;
    left: 0px;
    position: absolute;
}

#goBack:hover {
    color: #111;
    background-color: #ccc;
}

#showImg {
    margin-top: 60px;
}

#imgTitle-CSection {
    font-family: 'K2D', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #eee;
}

#imgDesc-CSection {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    font-weight: 100;
    color: #eee;
    margin-bottom: 30px;
}

#comment-area {
    resize: none;
    width: 500px;
    height: 80px;
    background-color: #fff;
}

#submit-comment {
    width: 100px;
    height: 30px;
    background-color: #282828;
    border: none;
    color: #fff;
    font-family: 'Indie Flower', cursive;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 60px;
}

#submit-comment:hover {
    color: #111;
    background-color: #ccc;
}

.commentSection {
    width: 465px;
    padding: 20px;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.commentSection p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    font-weight: 100;
}

.edit-form {
    position: absolute;
    top: -18px;
    right: 0px;
}

.edit-form button {
    width: 40px;
    height: 20px;
    color: #282828;
    background-color: #fff;
    opacity: 0.7;
    border: none;
}

.edit-form button:hover {
    opacity: 1;
}

.delete-form {
    position: absolute;
    top: 0px;
    right: 40px;
}

.delete-form button {
    width: 40px;
    height: 20px;
    margin-right: 5px;
    color: #282828;
    background-color: #fff;
    opacity: 0.7;
    border: none;
}

.delete-form button:hover {
    opacity: 1;
}


/* Responsive table */

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
    */
	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
            left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
            padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
		td:nth-of-type(1):before { content: "First Name"; }
		td:nth-of-type(2):before { content: "Last Name"; }
		td:nth-of-type(3):before { content: "Age"; }
		td:nth-of-type(4):before { content: "Weight"; }
		td:nth-of-type(5):before { content: "Height"; }
		td:nth-of-type(6):before { content: "E-mail"; }
	}