@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/Splash.png);
    background-color: #B9AC9C;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img.responsive{
    max-width: 100%;
    height: auto;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

h1, h2, h3, h4, p, li, ul{
    color: #2F2A25;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/



/*Color brown is the Big divider itself, the shit that holds all the stuff. Idk why its called that it just is. So Aggy, dont touch it its fine*/
#COLORBROWN{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}
/*Becus it mean 2 me*/
#COLORBROWN2{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -5em;
    text-align: center;
}
/*INTRO YAY its okay dont touch it agg*/
#IntroBox{
    margin-top: 3em;
    margin-bottom: 3em;
}

#IntroText{
    max-inline-size: 50%;
    margin-left: auto;
    margin-right: auto;
}


/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#NameCard{
    padding: 4em;
    border: none;
    margin-bottom: -8em;
    
}

#TitleCard{
    text-align: center;
    color: aliceblue;
}

#TitleCard h1{
    font-size: 70px;
    text-shadow: 0 0 5px #fff;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
.navbar{
    height: 12%;
    display: flex;
    align-items: center;
    margin-bottom: 7em;
}

nav{
    overflow: hidden;
    flex: 1;
    text-align: center;
    margin-top: 2em;
}

nav ul li{
    list-style: none;
    display: inline-block;
    padding: 1em;
}

nav ul li a{
    background-color: rgba(136, 124, 126, 0.9);
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    padding: 1em;
}

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

    .navbar{
        height: 12%;
        display: flex;
        align-items: center;
        margin-top: 3em;
    }
    
    nav{
        overflow: hidden;
        flex: 1;
        text-align: center;
        margin-top: 3em;
    }
    
    nav ul li{
        list-style: none;
        display: inline-block;
        padding: 0.6em;
    }
    
    nav ul li a{
        background-color: rgba(136, 124, 126, 0.9);
        text-decoration: none;
        color: aliceblue;
        font-size: 23px;
        padding: 4em;
    }
    }

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

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

    .row{
        display: flex;
        height: 40%;
        align-items: center;
    }
    
    .row:after{
        content: "";
        display: table;
        clear: both;
    }
    
    .col{
        flex-basis: 50%;
        float: left;
        width: 50%;
    }
    }
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#ThirdBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#Genetics{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#GeneticsOverview{
    padding: 1em;
    background-color: #D1C4B5;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
#SecondBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#OverviewMain{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#Text1{
    padding: 1em;
    background-color: #D1C4B5;
}

#Text1 p{
    padding: 1em;
}

#OverviewImage{
    width: 700px;
    height: auto;
}

#Orders{
    text-align: left;
}

#ListOrders ul li{
    list-style: none;
    list-style-type: none;
    color: #2F2A25;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#FourthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#Intelect{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#IntelectMain{
    padding: 1em;
    background-color: #D1C4B5;
}

#EmotiomsImage{
    width: 700px;
    height: auto;
}

#EmotionList{
    list-style-type: none;
    text-align: left;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#FifthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#WeightHeight{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#WeightText{
    padding: 1em;
    background-color: #D1C4B5;
}

#SixthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#Maws{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#MawText{
    padding: 1em;
    background-color: #D1C4B5;
}

#TeethImage{
    width: 500px;
    height: auto;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#SeventhBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#BoneStuff{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#BoneText{
    padding: 1em;
    background-color: #D1C4B5;
}

#BonesImage{
    width: 650px;
    height: auto;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
#EighthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#MuscleStuff{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#MuscleText{
    padding: 1em;
    background-color: #D1C4B5;
}

#MuscleImage{
    width: 650px;
    height: auto;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#NinthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#DietStuff{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#DietText{
    padding: 1em;
    background-color: #D1C4B5;
}

#DietImage{
    width: 650px;
    height: auto;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#TenthBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#LifeStuff{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#LifeText{
    padding: 1em;
    background-color: #D1C4B5;
}

#LifeImage{
    width: 650px;
    height: auto;
}

#LifeImage2{
    width: 650px;
    height: auto;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#Repro{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#ReproText{
    padding: 1em;
    background-color: #D1C4B5;
}

div.spoil{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

div.spoil img{
    vertical-align: bottom;
    filter: blur(20px);
    transition: 0.3s;
}

.spoil-button{
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3rem;
	line-height: 3rem;
	width: 50%;
	padding: 0 1rem;
	font-size: 1rem;
	margin: auto;
	background-color:rgba(136, 124, 126, 0.9);
	color: #2F2A25;
	text-align: center;
	cursor: pointer;
}

div.spoil input {
    width: 0;
    height: 0;
}

div.spoil input:checked ~ img{
    filter: none;
}

div.spoil input:checked, div.spoil input:checked ~ label{
    display: none;
}


/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#FirstBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -5.5em;
    text-align: center;
}

#PhysioDirectory{
    padding: 1em;
    background-color: #b9ac9cdc;
}

#DirectoryText{
    padding: 1em;
    background-color: #D1C4B5;
}



#NotifierPad{
    padding: 2em;
}



/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/


  @media screen and (min-width:1012px){
    .row2 {
        display: flex;
      }
      
      .col2 {
        flex: 33.33%;
        padding: 5px;
      }
  }

  /*---------------#b9ac9cdc----------------------------------------------------
---------------------------------------------------------------------
-------UNDER 300--------------------------------------------------------------
*/


  /*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

  
    /*-------------------------------------------------------------------
    ---------------------------------------------------------------------
    ---------------------------------------------------------------------
    */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

   /*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

.box1{
    width: auto;
    height: auto;
    background-color: #b9ac9cdc;
    padding: 2em;
}

.box2{
    width: auto;
    height: auto;
    background-color: #b9ac9cdc;
    padding: 2em;
}

.BoxHolder{
    display: flex;
    column-gap: 100px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/



footer{
    padding: 4em;
    border: none;
    text-align: center;
}

footer a{
    color: aliceblue;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

   /* width */
   ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #b9ac9cdc;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #867765dc;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2F2A25;
  }

  /*-------------------------------------------------------------------
    ---------------------------------------------------------------------
    ---------------------------------------------------------------------
    */

  