@charset "UTF-8";

/*
    <!-- 
                _ _ _                                                _ _ _              _
              /_/_/_/   _     _    _ _ _       _ _ _     _   _ _   |_|_|_|_     _ _    |_|  
            /_/       /_/   /_/  /_/_/_/     /_/  /_/  /_/_/_/_/   |_|   |_|  _|_|_|_   _   
            /_/_/    /_/   /_/  /_/   /_/  /_/_/_/_/  /_/          |_|-|-|_  |_|   |_| |_|  
          _ _ _/_/  /_/   /_/  /_/   /_/  /_/        /_/           |_|_ _|_| |_|_ _|_| |_| 
        /S/I/D/     /_/_/_/   /_/_ _/      /_/_/_/  /_/            |B|O|I|     |_|_|   |_|  
                             /_/                                 
                            /_/     
     -->
*/

/*parent settings*/

*{
    color: white;
    font-family: regulartext;
}

header{
    background-color: black;
    padding-top: 0vw;
    padding-bottom: 0.5vw;
    padding-left:.25vw;
    white-space: nowrap;
}

body{
    background-color: rgb(35, 35, 35);
}

nav{
    position: fixed;
    left: -30%;
    top:5%;
    height: 100%;
    background-color: rgb(45,45,45, 0.75);
    transition: 1s transform;
  }
  
.navribbon{
    color: orange;
    margin-right: 5vw
}

.slide-drawer {
    transform: translateX(30vw);
}

ol{
    list-style-type: none;
}

li{
    margin: 12%;
}

img{
    max-width: 100%;
}

label {
    color: red;
    margin-left: 25%;
    margin-right: auto;
  }

input {
    width: 50%;
    height: 300%;
    margin-left: 25%;
    margin-right: auto;
    margin-bottom: 1%;
  }

  textarea {
    width: 50%;
    height: 300%;
    margin-left: 25%;
    margin-right: auto;
  }

iframe{
    width:50%;
    margin-left: 25%;
    margin-right: 25%;
}

.link{
    color: white;
    text-decoration: none;
}

.link:visited{
    color: white;
}

.link:hover{
    color: white;
}

.link:active{
    color: white;
}

.natlee{
    width: 35vw;
    display: block;
    min-width: 100px;
    margin: auto auto;
}

.review{
    width: 13vw;
    display: block;
    min-width: 75px;
    padding: 2vw auto 2vw auto;
}

.sheader{
    font-family: secthead;
    color:  #FF0053;
    text-align: center;
}

.sfollower{
    font-family: secthead;
    color: rgb(61, 145, 255);
    text-align: center;
}
.ricemation-full{
    width: 8%;
    min-width: 25px;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    align-self: left;
    position: relative;
    animation: runawayrice-full 5s infinite;
}

.ricemation-full:hover{
    animation-play-state: paused;
}

/*animation code*/

@keyframes runawayrice-full{
    0% {top: 0%; left: 0%}
    33% {top: 0%; left: 35%; transform: rotate(360deg);}
    50% {top: 0%; left: 70%; transform: rotate(720deg);}
    67% {top: 0%; left: 35%; transform: rotate(360deg);}
    100% {top: 0%; left: 0%;}
  }
  
/*font code*/
@font-face {
    font-family: secthead;
    src: url("../fonts/library-3am-soft.otf");
}

@font-face {
    font-family: regulartext;
    src: url("../fonts/SourceSansPro-Regular.ttf");
}

/*---screen size specifics---*/

/*mobile disp*/
@media screen and (max-width: 600px){

    header{
        font-size: 70%;
    }

    figure{
        margin: 0vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    p{
        width: 100%;
    }

    iframe{
        width:90%;
        margin-left: 5%;
        margin-right: 5%;
    }
        
    main{
        width:85%;
        margin-left: 7.5%;
    }
  
    .shreview{
        font-family: secthead;
        font-size: 250%;
        color: #FF0053;
        margin-right: auto;
        text-align: center;
      }

    .reviewtext{
        width:95%;
        font-size: 85%;
        text-align: justify;
        margin-right: 0%;
        margin-left: 3%;
    }

    .sheader{
        width:100%;
        font-size: 150%;
        margin-top: 2%;
    }

    .sfollower{
        width:100%;
        font-size: 75%;
        margin-left: -13%;
    }
        
    .map{
        width:95%;
        margin-left: 3%;
    }
}

/*tablet disp*/
@media screen and (min-width: 601px) and (max-width: 1600px){

header{
    font-size: 120%;
}
    
main{
    width:85%;
    margin-left: 7.5%;
}
  
.shreview{
    font-family: secthead;
    font-size: 350%;
    color: #FF0053;
    margin-right: auto;
    text-align: center;
  }

.reviewtext{
    width:90%;
    font-size: 110%;
    text-align: justify;
    margin-left: 3%;
}

.sheader{
    width:100%;
    font-size: 250%;
    margin-top: 2.5%;
  }
   
  .sfollower{
    width:50%;
    font-size: 75%;
    margin-left: -6%;
  }

    .map{
        width:95%;
        margin-left: 3%;

    }

}

/*desktop disp*/
@media screen and (min-width: 1600px)
{

    header{
        font-size: 150%;
    }

    main{
        width:85%;
        margin-left: 7.5%;
    }
  
    .shreview{
        font-family: secthead;
        font-size: 450%;
        color: #FF0053;
        margin-right: auto;
        text-align: center;
      }

    .reviewtext{
        width:50%;
        font-size: 150%;
        text-align: justify;
        margin-left: 25%;
        }
    
    .sheader{
        width:100%;
        font-size: 300%;
        margin-left: 2%;
        margin-top: 2%;
    }
    
    .sfollower{
        width:100%;
        font-size: 50%;
        margin-left: -2%;
    }
        
    .map{
        width:35%;
        margin-left: 33%;
        margin-right:auto;
    }

}