/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('normalize.css');
/*Nicolas Gallagher project from url /nicolasgallagher.com/about-normalize-css/*/
/* 
    Created on : Aug 1, 2020, 7:07:08 PM
    Author     : kimbe_000
*/
@import url('tnofs.css');
/*exo 2 ttf is Author Natanael Gama*/
/* khula-regular - latin */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html{
    background-color: #FFFAB3;
        
}
body {
  font-family: 'Abhaya Libre',Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-size: 16px;
}
body>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 84%;
    -ms-flex-item-align: center;
        align-self: center;
    margin: auto;
   
}
   
.social{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: flex-end;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
   
}
.social>div{
    border-radius: 5px;
    padding: 2px;
}

h1{ font-family: 'Exo 2', Helvetica, serif; 
   font-weight: 900;
   font-style: Normal;
   background: linear-gradient(to right, #B564a5,#504995,#B564a5); 
   -webkit-text-fill-color: transparent; 
   -webkit-background-clip: text; 
}
h2, h3, h4, h5 {
   font-family: 'Exo 2', Helvetica, serif; 
   font-weight: 600;
   font-style: normal;
}

h1 {
    font-size: 2em;
    line-height: 2.14em;
}
h2 {
    font-size: 1.6em;
    line-height: 2em;
}
h3,h4,h5,h6{
    font-size: 1.4em;
    line-height: 1.875em;
}

/*h1{
  color: #352E7B;      
}
*/
p, ul, li, a{
    font-size: 1.25em;
    line-height: 1.5em;
}
.booty>.bank{
        border: 1.25px solid #EAC5E3;
    }
    
.booty>.bank:hover{
        border: 3px solid #8764AA;
    }
/* Style the header */
.header {
  background-image: url('firstimg.webp');
   background-repeat: no-repeat;
  background-size: cover;
  background-color: #993F88;
  padding: 30px;
  text-align: center;
  font-size: 35px;
}

.header>nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
   -ms-flex-line-pack: stretch;
       align-content: stretch;
  
}

nav a{
    background-color: #726CAF;
    border: 1px none currentColor;
    padding: 5px;
   margin: 5px;
   border-radius: 3px;
   text-decoration: none;
   text-align: center;
   font-size: .625em;
   
}

nav a:hover{
    background-color: #FCF58C;
    color: #8764AA; 
}

nav a:link{
  color: #D193C5;
    
}

nav a:visited{
    color: #ccc9e8;    
}

nav a:active{
    color: #FFFAB3;    
}



/* Container for flexboxes */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.kgallery {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.kgallery img{
   width: auto;
   height: 150px;
   border: #EAC5E3 medium solid;
}


.column {
  padding: 10px;
 
 
}

#Booksmall {
    display:none;
}

.column.compliment {
   -ms-flex: 1;
   -webkit-box-flex: 1;
           flex: 1;
   background-color: #8764AA;
}

.column.compliment h2,
.column.compliment h3,
.column.compliment h4,
.column.compliment h5,
.column.compliment h6 {
    color: #CCC9E8;
}

/* Middle column */
.column.content {
  -ms-flex: 3;
  -webkit-box-flex: 3;
          flex: 3;
  background-color:#EAC5E3;
  
}
.column.content h2,
.column.content h3,
.column.content h4,
.column.content h5,
.column.content h6 {
    color: #352E7B;
}

.column.content p,
.column.content li,
.column.content span{
    color: #352E7B;
}




.column li{
    list-style-type: none;
}

.column li>a{
    font-size: 1em;
    line-height: 1.25em;
    text-decoration: none;   
}

.column.compliment li>a,
.column.compliment li>a:link{
   color: #ccc9e8;
}

.column.compliment li>a:hover{
   color: #fcf58c;
}

.column.compliment li>a:visited {
    color: #EAC5E3;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

   .compliment>h5{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-direction:row;
                flex-direction:row; 
        background: transparent;
        height:2em; 
        width:100%; 
        -ms-flex-item-align: center; 
            -ms-grid-row-align: center; 
            align-self: center; 
        -webkit-box-pack: justify; 
            -ms-flex-pack: justify; 
                justify-content: space-between;
        margin:auto;
        padding-left: 30%;
        border: white 1px solid;
    }
    .compliment>input{   
        font-family: "abhaya libre", san-serif, arial;
        height: 25px; 
        width: 75%; 
        border-style: none; 
        border-radius: 10px;
        margin:1.5px;
        padding:2px;
        
    }
    #cooking{
        height: 400px;
        overflow-y:scroll;
        overflow-wrap:normal;
        overflow-x: auto;
    }
/* Style the footer */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #726CAF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer1, 
.footer2, 
.footer3{
   font-family: serif;
   font-size: 1em;   
}

.footer1 p,
.footer2 a,
div.footer3>a {
   font-family: serif;
   font-size: 1em;
   color: #FCF58C;
   text-decoration: none;
   padding: 2px;
   margin: auto;
   line-height: 1.5;
  }

.footer2 a:hover {
     color: #9E99CE;  
  }
  
div.footer3 a:hover {
    color: #9E99CE;
}

.kgallery>img {
  border-radius: 5px;
  cursor: pointer;
}

.kgallery>img:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#imgView{
  margin: auto;
  display: block;
  border: 5px solid white;
  width: auto;
  height: 80%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1350px){
    .compliment>input {
        width:100%;
    }
    
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 700px) {
    
   #Booksmall {
        display: inline-flex;
        justify-content: center;
    }
    
    body>div{
        max-width:none;
    }
    .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header>nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   -ms-flex-line-pack: center;
       align-content: center;
  
}
nav a{
    background-color: #726CAF;
    border: 1px none currentColor;
    padding: 5px;
   margin: 5px;
   border-radius: 3px;
   text-decoration: none;
   text-align: center;
   font-size: .625em;
   
}

nav a:hover{
    background-color: #FCF58C;
    color: #8764AA; 
}

nav a:link{
  color: #D193C5;
    
}

nav a:visited{
    color: #ccc9e8;    
}

nav a:active{
    color: #FFFAB3;    
}

  .modal-content {
    width: 100%;
  }
  .column.compliment{
      display: none;
  }
 .compliment>input {
        width:100%;
    }
  .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
}