 @charset "utf-8";
/* CSS Document */

/*
.header {
    background-color:#2B132A;
    color:white;
    width:100%;
    height: 50px;
    position:sticky;
    top:0;
    font-family: "Noto Sans", serif;
}

.headerContainer{
    display:grid;
    grid-template-columns: 2fr 1fr;
    max-width:85em;
    min-width:29em;
    height:100%;
    margin: 0 auto;
}

a.hireList {
    text-decoration: none;
    border:none;
}

a.hireList:visited{
    text-decoration: none;
    border:none;
}

a.hireList:hover {
    background-color: #29DFBE;
    text-decoration:none;
    border-radius: 0 0 0.5em 0.5em;
}

a.copy:link {
    color: black;
    border-bottom:3px solid #FC2F88;
    text-decoration: none;
    display:inline-block;
}

a.copy:visited {
    color: black;
    border-bottom:3px solid #FC2F88;
}

a.copy:hover {
    color:#FC2F88;
    border-bottom:3px solid #FC2F88;
}

a.copy:active {
    color: black;
    border-bottom:3px solid #FC2F88;
        }

a.hireMe{
    color:black;
    border:0;
    }

a.home{
    color:white;
    border:none;
    text-decoration: none;
}

a.home:visited {
    color:white;
    border:none;
    text-decoration: none;
}

a.home:hover {
    border-bottom:3px solid #FC2F88;   
}

.name {
    font-size: 2.5em;
    padding-top: 10px;
}

.dropContainer {
    width:100%;
    height:100%;
}

.hireBtn {
    width:100%;
    padding-right:2em;
    text-align:center;
}

.dropbtn {
    display:grid;
    align-items:center;
    justify-items:center;
    background-color:#03D5B1;
    font-weight: 700;
    font-size:1.5em;
    border:none;
    height:50px;
    margin:0 auto;
    width:100%;
}

.dropdown {
    cursor: pointer;
    width:100%;
}

.dropdown__window {
    position: relative;
    background: #03D5B1;
    border-radius:0 0 0.5em 0.5em;
    z-index: 12;
    display: none;
    visibility: hidden;
    width:100%;
    float:right;
}

.dropdown__window--active {
  display: block;
  visibility: visible;
}

.dropdown__window>* {
    font-size: 14px;
  cursor: pointer;
  display: block;
  padding: 0 0 2em 2em;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  color: black;
  white-space: nowrap;
}
*/

h2{
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	font-size: 3em;
}


.jobItalic {
    font-family: "Noto Sans", serif;
    font-style: italic;
    font-weight:300;
}


body{
	display: grid;
    place-items: center;
	font-size:12px;
    border-bottom:1em solid #2B132A;
}

.container { 
	max-width: 85em;
	min-width: 29em;
/*
    padding-left: 0.6em;
    padding-right: 8px;
*/
    margin-bottom:7em;
}

.title {
	margin-bottom:2em;
}

h1 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	font-size: 3em;
}

.italic {
  font-family: "Noto Sans", serif;
  font-weight: 300;
  font-style: italic;
    margin-left: 0.5em;
    white-space: nowrap;
}

p {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	font-size:1.4em;
    max-width: 70ch
}

a:link {
  color: black;
    border-bottom:3px solid #FC2F88;
    text-decoration: none;
    display:inline-block;
}

a:visited {
  color: black;
    border-bottom:3px solid #FC2F88;
}

/* mouse over link */
p a:hover {
  color:#FC2F88;
    border-bottom:3px solid #FC2F88;
}

/* selected link */
a:active {
  color: black;
    border-bottom:3px solid #FC2F88;
        }

.project{
	min-width:29em;
    margin:3em 0em 7em 0em;
}

.projectGrid{
	display:grid;
    grid-template-columns: repeat(6,1fr);
	gap:1em;
	min-width:29em;

}



.intro{
    margin-top: 4em;
    margin-bottom: 4em;
}

.introLeft{
    grid-column:span 4;
    margin-bottom:7em;
}

.full{
    grid-column: span 6;
}

.highlight {
	grid-column: span 4;
    grid-row:span 2;
}

.highlightFriend {
	grid-column: span 4;
}

.highlightNoRows{
    grid-column: span 4;
}

.detailFriend {
    grid-column:span 2;
}

.half {
    grid-column:span 3;
    max-width:100%;
}

.halfStack {
    grid-column:span 3;
    max-width:100%;
}

.detail {
	grid-column:span 2;
}

.stackConstrain{
    max-width:29em;

}

.detailSmallToBig {
    grid-column:span 2;}

.detailStack {
	display:grid;
    grid-column:span 4;
    gap:1em;
    grid-template-columns:repeat(4, 1fr);
    align-content:start;
	}

.detailExtra {
	grid-column:span 2;
    background-color:#f2f2f2;
    padding:2em;
    border-radius:0.5em;
    margin-top:2em;
    
	}

.detailExtra2 {
	grid-column:span 2;
    background-color:#f2f2f2;
    padding:0em 2em 1em 2em;
    border-radius:0.5em;
    
	}

.detailPhoto {
    grid-column:span 2;
    max-width:29em;
}

.detailBig {
	grid-column:span 2;
    max-width:29em;
	}

.detailByeBye {
    display:grid;
    grid-column:span 2;
    gap:1em;

}
.detailWide {
	grid-column:span 2;
	}

.detailDouble {
	grid-column:span 4;
	}

.detailFull {
	grid-column:span 2;
	}


.award {
    grid-column:span 2;
    padding:0em 3em 0em 3em;
    margin-top:-5em;
    min-width:20em;
}


.detailRow {
	grid-column:span 2;
}

.detailTall {
    grid-column:span 2;
    grid-row:span 2;
    }

.description {
	border-top: 2px dotted black;
	padding:0.5em 0em;
	margin-top: 2em;
    }

.descriptionRight {
	border-top: 2px dotted black;
	padding:5px 0px;
    grid-column:span 2;
}

.descriptionLeft {
	border-top: 2px dotted black;
	padding:5px 0px;
    grid-column:span 2;
    order:-1
}

.descriptionLeft2 {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 2;
}

.descriptionMid {
	border-top: 2px dotted black;
	padding:15px 0px;
	margin-top: 2em;
    margin-bottom: 2em;
}

.descriptionNest {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 4;
    margin-top: 2em;
    
}

.logo{
    background-color:#FED016;
    height:8em;
    position:relative;
    top:5.5em;
    z-index:-1;
    border-radius:0.5em;
}

img {
	display: block; width: 100%; height: 100%; object-fit: cover; border-radius:0.5em;
} 

img.mid {
	margin-top:2em;
}

img.contain {
    object-fit:contain;
}

.bgShade {
    background-color:#CCB9DB;
    border-radius:0.5em;
    padding:1.4em;
    vertical-align:middle;
}

.shadow{
    box-shadow: 3px 5px 20px #f2f2f2;
}
.padding {
    padding: 4em;
}

.space{
    margin-bottom:8em;
}


@media (max-width:55em) {

.container {padding-left:2em;
        padding-right: 2em;
        }
    
    .project{
	min-width:29em;
    margin:3em 0em 3em 0em;
}
  
    
.highlight {
	grid-column: span 6;
}

.half {
    grid-column:span 3;
    max-width:100%
}
    
    .halfStack {
    grid-column:span 6;
    max-width:100%;
        margin-bottom:2em;
}

.detailPhoto {
    grid-column:span 2;
    max-width:100%;
    max-height:14em;
	}
    
.detail {
    grid-column:span 2;
    max-width:100%;
	}
    
.detailBig {
    grid-column:span 3;
    max-width:100%
	}
    
.detailWide {
    grid-column:span 4;
    max-width:100%;
    max-height:14em;
	}
    
    .detailFull {
	grid-column:span 6;
 
	}
    

    
    .descriptionRight {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 6;
        order:2;

}
   .descriptionLeft {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 6;
    order:1
}
    
    .descriptionLeft2 {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 6;
        order:2;
}
    
    .detailByeBye {
    display:none;
}
    
    .detailExtra {
    display:none;
}
    
        .detailExtra2 {
    display:none;
}
   .detailStack {
	display:grid;
    grid-column:span 3;
    gap:1em;
    grid-template-columns:1fr 1fr;
	}
      
        .detailTall {
        grid-column:span 3;
            grid-row:span 2;
    }
    
    .introLeft{
    grid-column:span 6;
}

    .descriptionNest {
	border-top: 2px dotted black;
	padding:5px 0px;
    margin-bottom: 10em;
    grid-column:span 6;
        order:2
}
    .award {
    grid-column:span 4;
    grid-column-start:3;
    min-width:24em;
    padding:0;
        margin-top:-7em;
}
        
    .logo{
    background-color:#FED016;
    height:7em;
    position:relative;
    top:5em;
    z-index:-1;
}
    
.detailSmallToBig {
    grid-column:span 4;}
    
.highlightNoRows{
    grid-column:span 6;
}



/* CSS Document */

