/*
Notes for Colours, Fonts, etc.

#ab2729 - no longer used, use Darker red - Red

#ab4029 Orange
#98a4ae Cold Grey
#971F21 Darker red

font-family: "Space Mono", serif;

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

.space-grotesk-<uniquifier> {
  font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.league-spartan-<uniquifier> {
  font-family: "League Spartan", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/




html{
    font-size:15px;
}

body{
    margin: 10px 0 0 0;
    height: 100%;
    font-size:1.2rem;
    font-family: sans-serif;
}

.subgrid{
    grid-template-columns: subgrid;
}

.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;


}

/*This is the default, small devices, 
since it's best to do mobile
first*/
[class*="col"] {
    grid-column-end: span 12;

}

#info{
    font-family: "Space Grotesk", serif;
    font-size: 1.5rem;
    color:white;
    padding: 20px;
    margin: 0 20px 20px 20px;
    background-color:#971F21;
    text-align: center;
}

/*Tablet size stuff*/
@media only screen and (min-width: 601px) {
    .mid2{
        grid-column-end: span 6;
    }
    .mid3{
        grid-column-end: span 4;
    }

    .firstSlice{
        grid-column: 1/7;
        text-wrap: wrap;
        grid-column-end: span 7; 
    }

    .secondSlice{
        grid-column: 7/13;
    }

    nav ul{
        display: flex;
        justify-content: center;
    }

    nav a{
        margin-left: 5px;
        margin-right: 5px;
        width: 20vw!important;
    }

    nav li{
        display: inline;
    }


}

@media only screen and (min-width: 640px) { 
    #info{
        font-size:2rem;
    }

}

/*Something to do with heigharchy but uhhh basically
just need this above the media screen thing*/
.imgHolderB{
    margin-left: 20px;
    margin-right: 20px;
}



/*Basically, if the screen is at minimum 1025px (desktop)
itll do stuff*/
@media only screen and (min-width: 1025px) {
    .col1{
        grid-column-end: span 12;
    }
    .col2{
        grid-column-end: span 6;
    }
    .col3{
        grid-column-end: span 4;
    }
    .col4{
        grid-column-end: span 3;
    }
    .col6{
        grid-column-end: span 2;
    }
    .col12{
        grid-column-end: span 1;
    }

    .firstSlice{
        grid-column: 1/7;
        text-wrap: wrap;
    }

    .secondSlice{
        grid-column: 7/13;
    }

    .secondSliceImg{
        grid-column-start: 7;
        margin-left: 0px;
    }

    .firstSliceImg{
        margin-left: 20px;
        grid-column: 1/7;
    }

    .imgHolderB{
        margin-right:0;
    }

}

@media only screen and (min-width: 1445px){
    #info{
        grid-column: 5/9;

    }
}





header p{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 10px;
    text-align: center;
    background-color:#971F21;
    width: 300px;
    margin: auto;
    height: 50px;
}

#logoStuff{
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    color:white;
}

#otherLogoThing{
    font-weight: 500;
}


nav, nav ul{
    padding:10px;
}

nav{
    background-color: #971F21;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;


}

nav ul{
    list-style-type: none;
    margin: auto;

    

}

nav li{
    text-align: center;

}

nav a, #w2dInt{
    font-size: 1.3rem;
    display: inline-grid;
    background-color:white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration:none;
    color:#971F21;

    
    margin-top: 5px;
    margin-bottom: 5px;
    width: 70vw; 
        
}

#w2dInt{
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
}

a:hover , #w2dInt a:hover{
    color: white;
    background: black;
}

a.activeBtn{
    padding-top:7px;
    padding-bottom:7px;
    box-sizing:border-box;
    color: white;
    background:#971F21;
    border: 3px solid;
    border-color: white;
}

.imgHolder{
    position: relative;
    text-align: center;
}

.imgHolder img ,.imgHolderB img{
    
    width: 100%;
    object-fit: cover;
    
}



.imgHolder img{
    height: 35vh;
    object-position: 0 -1%;
}

#abt_exp img{
    object-position: 0 30%;
}

#w2d_header img{
    object-position: 0 35%;
}


.heading{
    width:100%;
    height: 35vh;
    background-color: #ababab;
    display:grid;
    justify-items: center;
    align-items: center;
}


h1{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: white;
    background-color: rgba(0, 0, 0, 0.495);
    padding: 20px;

    position: absolute;

    

}

h2{
    font-family:"League Spartan", sans-serif;
    font-weight: 600;

}
.primeH2, .secH2, .rizz{
    display: flex; 
    /*becareful cause like idk sometimes flex is kinda cringe or whatever idk
    lmao 
    
    -Ryan 
    */
    height: fit-content;
}

.primeH2{
    margin-left:20px;
    margin-right:20px;

}

.secH2{
    margin-left:20px;

}

h2.rizz{

    margin-left:0px;
}

.norm{
    margin-left:20px;
    margin-right:20px;
    display: flex;
}

p{
    font-family:"League Spartan", sans-serif;
    font-weight: 400;

    /*https://www.thesitewizard.com/css/double-space-and-line-spacing.shtml*/

    line-height: 1.5;
}

ol li, ul li{
    font-family:"Space Grotesk", sans-serif;
    font-weight: 650;
}



.content{

    width: 100%;
    background-color: #98a4ae;
    display:grid;
}

.contImgFull, .contImgHalf{
    margin-right: auto;
    
}


ol{
    display:flex;
    flex-direction: column;


    list-style-position: inside;
    padding-inline-start: 20px;
}

ol.Ordem{
    padding-inline-start: 0px;
}

p.dingus{
    margin-right: 20px;
}





.contImgHalf{
    margin-bottom: 20px;
    /*height: 400px;
    width: 800px;*/
    align-items: end;
}


.contImgFull{
    /*height: 50vh;*/
    width: 95vw;
    margin-left: auto;
    align-items: end;
}

/*footer funsies*/
footer{

    margin-bottom:0;
    background-color:#ab4029;
}
footer p{
    color:white;
    margin-left: 20px;
}