html {
    
}

body {
    background-color:floralwhite;
    /*
    כותרת ראשית Sigmar
    פסקהIndie Flower, Kalam, Varela Round,Acme
    */

    
}
/*GRID*/
.col-1 {width:8.33%;}
.col-2 {width:20%;} /*supposed to be 16.66% but needed 20%*/
.col-3 {width:25%;}
.col-4 {width:33.33%;}
.col-5 {width:41.66%;}
.col-6 {width:50%;}
.col-7 {width:58.33%;}
.col-8 {width:66.66%;}
.col-9 {width:75%;}
.col-10 {width:83.33%;}
.col-12 {width:91.66%;}
.col-12 {width:100%;}

h1 {
    color: white;
    text-align: center;
    font-size: 48px;
    font-family: 'Titan One', serif, sans-serif;
    font-weight: 100;
}
/*######### GRAY PART #########*/
.square1 {
    background-color: #5d5e5d;
    border-bottom-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: dotted;
    border-bottom-width: 10px;
}

/*######### NAV BAR #########*/
nav {
    width: 100%;
    margin: 0;
    
    /*position: fixed; /*fix navbar above*/
}

nav ul {
    /* background-color:#5d5e5d; */
    border:none;
    overflow: hidden;
    margin: 10px;
    margin-top: 0;
    padding: 0;
}

ul.navBar li {
    list-style: none;
    float: left;
    
}

ul.navBar li.navBar-right {
    float: right;
}

ul.navBar li a {
    display: block;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 50px;
    text-decoration: none;
    min-height: 16px;
    text-align: center;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 2px;
}

ul.navBar li.dropdownIcon {
    border-color: transparent;
    float: none;
    display: none;
    margin-top: -20px;
}

/*######### PURPLE PART #########*/
.square2 {
    width: 100%;
    margin: auto;
    background: #d14db4;
    background: -webkit-linear-gradient(#d14db4, purple);
    background: -o-linear-gradient(#d14db4, purple);
    background: -moz-linear-gradient(#d14db4, purple);
    background: linear-gradient(#d14db4, purple);
    border-top-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.row::after {
    
}
div.col-left {
}

.header {
    align-content: center;
    font-size: 30px;
}
.profileImage {
    width: 60%;
    margin-left: 20%;
    padding-bottom: 20px;
    border-radius: 50%;
}
div.col-right {
    margin: 10px;
}

.profileText {
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: white;
}

.hr2{
    border-bottom-style: dotted;
    color: purple;
    border-bottom-width: 10px;
    border-top-width: 0px;
    margin-top: 10px;
}

/*######### CATEGORIES #########*/

.category {
    height: 480px;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    box-shadow: 5px 5px 10px gray;
    background-color:antiquewhite;
    font-family:cursive;
    font-size: 14px;
    margin: 10px;
    padding-bottom: 50px
}

.imageOfCategory {
    width: 100%;
    height: 200px;
    border: 0px;
    border-radius: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.lineOfCategory {
    border-bottom-style: double;
    color: gray;
    border-bottom-width: 3px;
    border-top-width: 0px;
}
.categoryText {
    text-align: center;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 14px;
    color: rebeccapurple;
}

.imageflowerLine {
    width: 90%;
    height: 15%;
    margin-left: 10px;
    padding-top: 10px;
    position:inherit;
}


.row {
    display: flex;
    width: 100%;
}
.row::after {
    display: block;
    clear: both;
    content: "";
}

/*######### MOBILE #########*/
@media screen and (max-width: 900px) {
    .col-2 {width: 33.33%; margin: 0;}
    .category {padding-bottom: -70px;}
    .categoryText {font-size: 90%}

}

@media (max-width: 480px) {
    .size-controller {
      width: 100%;
    }
    .mobile-16px-font {
      font-size: 16px !important;
    }
    .mobile-hide {
      display: none;
    }
    .mobile-100-percent {
      width: 100% !important;
    }
    ul.navBar li {
        display: none;
    }
    
    ul.navBar li.dropdownIcon {
        display: block;
    }
    
    ul.navBar.responsive li.dropdownIcon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-top: -20px;
    }
    
    ul.navBar.responsive {
        position: relative;
        padding-top: 50px;
    }
    
    ul.navBar.responsive li {
        display: inline;
        float: none;
    }
    
    ul.navBar.responsive li a {
        display: block;
        text-align: center;
    }

    div.col-left, div.col-right {
        margin: 15px;
    }
    
    div.mobileStack {
        width: 50%;
        display: block;
    }
    
    .profileImage {
        width: 80%; 
        display: block; 
        margin-left: 10%;
        border-radius: 100px;
    }
    
    
    .AddBtn {
        min-width: 100%;
    }
    
    .DeleteBtn {
        min-width: 100%;
    }

    .full-img img {
        height: 90%;
        max-width: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 5%;
    }
    

    .col-4 {width: 100%; margin: 0;}
    .col-6 {width: 100%; margin: 0;}
    .col-2 {width: 50%; margin: 0;}
    .category {height: 460px;}
  }
  
  @media (min-width: 480px) {
    .mobile-hide {
      display: inline;
    }
    .mobile-show {
      display: none;
    }
  }
/*
@media screen and (max-width: 680px) {
    ul.navBar li {
        display: none;
    }
    
    ul.navBar li.dropdownIcon {
        display: block;
    }
    
    ul.navBar.responsive li.dropdownIcon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-top: -20px;
    }
    
    ul.navBar.responsive {
        position: relative;
        padding-top: 50px;
    }
    
    ul.navBar.responsive li {
        display: inline;
        float: none;
    }
    
    ul.navBar.responsive li a {
        display: block;
        text-align: center;
    }

    div.col-left, div.col-right {
        margin: 15px;
    }
    
    div.mobileStack {
        width: 50%;
        display: block;
    }
    
    .profileImage {
        width: 80%; 
        display: block; 
        margin: auto;
        border-radius: 100px;
    }
    
    .AddBtn {
        min-width: 100%;
    }
    
    .DeleteBtn {
        min-width: 100%;
    }
    .col-4 {width: 100%; margin: 0;}
    .col-6 {width: 100%; margin: 0;}
    .col-2 {width: 50%; margin: 0;}
    .category {height: 460px;}
    
}
*/

/*######### FOOTER #########*/

footer.bottomBar {
    padding-left: 20%;
    padding-top: 0;
    min-height: 300px;
    background-color: #5d5e5d;
    border-top-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: dotted;
    border-top-width: 10px;
}

footer.bottomBar h2 {
    color: white;
    font-size: 35px;
}
footer.bottomBar ul {
    color: white;
    list-style: none;
    padding: 0;
    
}
footer.bottomBar ul li {
    color: white;
    font-size: 19px;
    line-height: 1.5;
}

.loader {
    border: 16px solid #c7c7c7; /* Light grey */
    border-top: 16px solid #d14db4; /* pink */
    border-radius: 50%;
    border-style:double;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .circles {
    margin: auto;
  }

  .lilCircle {
    border-radius: 50%;
    width: 100px;
    margin: 10px;
    border-style: double;
    border-width: 10px;
    border-color: #ffcece;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);  }

/*######################################### PAGES #########################################*/

.square2Pages {
    width: 100%;
    margin: auto;
    background: #d14db4;
    background: -webkit-linear-gradient(#d14db4, purple);
    background: -o-linear-gradient(#d14db4, purple);
    background: -moz-linear-gradient(#d14db4, purple);
    background: linear-gradient(#d14db4, purple);
    border-top-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.img-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 10px;
    justify-content: center;
}

.img-gallery img {
    width: 100%;
    max-height: 320px;
    cursor: pointer;
    border-radius: 20px;
    float: right;
    border: 0;;
}

.img-gallery img:hover {
    /*transform: scale(0.8) rotate(-15deg);*/
    border-radius: 20px;
    box-shadow: 0 25px 75px gray;
    animation: rotation 2s infinite linear;
    /* .image {-webkit-backface-visibility: hidden;}
    .img-gallery img {-webkit-backface-visibility: hidden;} 
    cursor: pointer; */
}

@keyframes rotation {
  0% {
        -webkit-transform: rotate(0deg);
    }
    25% { /* note that rotation from 0 to 10 deg happens in 25% time = 0.45 seconds. */
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }    
}

.full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100%;
}

.full-img img {
    width: 90%;
    height: 95%;
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10%;
}

.full-img span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-family: sans-serif;
}


.AddBtn {
    background-color: lawngreen;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: black;
    text-align: center;
    border-radius: 20px;
    border-style:inset;
    border-width: 3px;
    width: 50%;
    float: right;
}

.DeleteBtn {
    background-color: red;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: black;
    text-align: center;
    border-radius: 20px;
    border-style:inset;
    border-width: 3px;
    width: 50%;
}


.square1.responsive {
        margin-bottom: 30px;
    }

.topicImg {
    width: 80%;
    height: 70%;
    margin: 10px;
    margin-left: 10%;
    border-style:inset;
    border-color:azure;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.topicImg:hover, .imageOfCategory:hover, .MikaImg:hover, .RemiImg:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
    -webkit-backface-visibility: hidden;
}

.topicText {
    margin: 0;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: white;
}

.giraffesImg {
    width: 100%;
    height: 200px;
    border-style: inset;
    border-width: 5px;
    border-color:cornflowerblue;
}

.giraffesText {
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: black;
    text-align: center;
}

.checkItOutBtn {
    background: linear-gradient(to bottom right, aqua, cornflowerblue);
    border-style: double;
    border-color: aliceblue;
    border-radius: 10px;
    width: 50%;
    margin-left: 25%;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: white;
    box-shadow: 5px 5px 10px cornflowerblue;
    margin-bottom: 10px;
}

.enterlinkBtn {
    background: linear-gradient(to bottom right, white, cornflowerblue);
    border-style: double;
    border-color: aliceblue;
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: black;
    box-shadow: 5px 5px 10px cornflowerblue;
    margin-bottom: 10px;
}

.image{
    height: 100%;
    border: 0;
    box-shadow: 5px 5px 10px gray;
    /*clip-path: polygon(87% 0, 100% 51%, 87% 100%, 0% 100%, 0 50%, 0% 0%);}*/
}

.hr3 {
    border-bottom-style: dotted;
    color: cornflowerblue;
    border-bottom-width: 10px;
    border-top-width: 0px;
}

.MikaImg, .RemiImg {
    width: 90%;
    height: 300px;
    margin: 10px;
    border-style:inset;
    border-color:azure;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.form {
    justify-content: center;
    margin-top: -50px;
    display:grid;
}

#formText {
    font-family: 'Alkatra', serif, sans-serif;
    color: white;
    font-size: 20px;
    padding:10px;
    padding-bottom: 0;
    margin-left: -10px;
}
input[type="text"] {
    width: 300px;
    height: 30px;
    margin-left: 10px;
}

.submitBtn {
    background: linear-gradient(to bottom right, rgb(255, 0, 174), rgb(232, 100, 237));
    border-style: double;
    border-color: aliceblue;
    border-radius: 10px;
    width: 50%;
    margin-left: 25%;
    font-family: 'Alkatra', serif, sans-serif;
    font-size: 100%;
    color: white;
    box-shadow: 5px 5px 10px rgb(182, 78, 186);
    margin-top: 30px;
}

.forgotPassword{
    margin-left: 65%;
    width: 50%;
    float: right;
    color: #3e3e3e;
    font-family: 'Alkatra', serif, sans-serif;
    margin-top: 10px;
}

