﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}
:root {
    font-size: 62.5%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #0A9396;
    color: #160036;
    line-height: 1.5em;
    letter-spacing: .12em;
}

header {
    background-color: #160036;
    border: 5px solid #B33F62;
    position: relative;
}
header #headername {
}
header h1 {
    margin: 20px 15%;
    font-size: 2.7em;
    font-weight: bold;
    text-align: left;
    justify-content: left;
    line-height: 1em;
}
header #navbar{
    margin: 0 0 0 0;
    min-height: 10px;
    border: 3px solid #B33F62;
}
header nav {
    margin: 0 15%;
    padding: 5px 0;
    display: flex;
	justify-content: left;
    gap: 5%;
	flex-flow: row wrap;
}
nav a {
    background-color: #0c001f;
    box-shadow: 2px 2px 3px;
    display: block;
    text-decoration: none;
    color: #0A9396;
    padding:3px;
    margin-bottom: 5px;
    border-radius: 10px;
    width: 30%;
}
nav a:hover {
    transition: all 200ms linear;
    background-color: #6c4f97;
    color: #1b0109;
    box-shadow: 2px 2px 3px;
}

h1 {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    color: #B33F62;
}
h2 {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
p {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}
ul {
    margin-left: 10%;
    margin-right: 10%;
}
li {
    margin-left: 10%;
    margin-right: 10%;
}
dt {
    margin-left: 10%;
    margin-right: 10%;
}
dd {
    margin-left: 15%;
    margin-right: 10%;
}

a {
    color: #0b1658;
    padding:3px;
    border-radius: 10px;
}
a:hover {
    transition: all 200ms linear;
    background-color: #160036;
    color: #B33F62;
}
footer {
    padding: 1% 15%;
    background-color: #160036;
    color: #D3D3D3;
}
section {
    display:block; 
    border: 2px solid #160036;
    background:#c5b4cf; 
    max-width: 70%;
    margin: 30px 15%;
    border-radius: 10px;
    box-shadow: 2px 4px 8px;
}

#cis_sect1 {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-evenly; */
    background-image: url(../images/wyatt-weston-mirror-selfie.png);
    background-position: top right;
    background-size: 100%;
}
/* #cis_sect1 div#sect1_img {
    
    border-radius: 8px;
    min-width: 40%; max-height: 50vw;
    aspect-ratio: 1/2;
    
    box-shadow: 2px 4px 5px;

    border: 2px solid #160036;
} */
/* #cis_sect1 img {
    border-radius: 10px;
    box-shadow: 3px 3px 6px #160036;
    object-fit: cover;
    max-width: 100%;
} */
#cis_sect1 div#block1 {
    background-color: #c5b4cf;
    margin-top: 75%;
}
#cis_sect1 h2 {
    text-align: center; 
    padding: 10px 0 10px 0;
}
#cis_sect1 p {
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
}
#cis_sect1 ul {
    background-color: #c5b4cf;
    margin: 0;
    padding: 0 10px;
    border-radius: 0 0 8px 8px;
}
#cis_sect1 li {
    padding: 0;
}

#cis_sect2 {
    display: flex;
    flex-flow: wrap;
    gap: 6%;
}
#cis_sect2 h2 {
    min-width: 80%;
    padding: 10px 0;
}
#cis_sect2 p {
    width: 37%;
    margin: 0 0 0 10%;
    padding-bottom: 10px;
}
#cis_sect2 ul {
    width: 37%;
    margin: 0 10% 0 0;
    padding-bottom: 10px;
}

#cis_sect3 {
    display: flex;
    flex-flow: wrap;
    gap: 6%;
}
#cis_sect3 h2 {
    min-width: 80%;
    padding: 10px 0;
}
div#hobby1 {
    width: 37%;
    margin: 0 0 0 10%;
}
p#hobby2 {
    width: 37%;
    margin: 0 10% 0 0;
    padding-bottom: 10px;
}
/* #cis_sect3 ul {
    width: 37%;
    margin: 0 10% 0 0;
    padding-bottom: 10px;
} */



#dev_sect1 {
    display: flex;
}
#dev_sect1 figure {
    background-size: cover;
    border-radius: 8px 0 0 8px;
    min-width: 40%;
    background-image: url(../images/wyatt-mirror-selfie.png);
    box-shadow: 2px 0px 5px;
    background-position: center top;
}
#dev_sect1 figcaption {
    border-radius: 0 8px 8px 0;
}
#dev_sect1 h2 {
    text-align: center; 
    padding: 10px 0 10px 0;
}
#dev_sect1 p {
    padding-bottom: 10px;
}




section#ht_sect1 {
    display: flex;
    flex-flow: column;
    min-height: 400px;
}
#ht_sect1 figure {
    background-image: url(../images/farewell_bend.jpg);
    background-size: cover;
    height: 300px;
    border-radius: 8px 8px 0 0;

}
#ht_sect1 h2 {
    margin-top: 10px;
    background-color: rgba(16, 00, 36, .3);
    padding: 5px;
}
#ht_sect1 figcaption {
    
}

section#ht_sect2 {
    display: flex;
    flex-flow: column;
    min-height: 400px;
}
#ht_sect2 figure {
    background-image: url(../images/shevlin_mill.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 8px 8px 0 0;

}
#ht_sect2 h2 {
    margin-top: 10px;
    background-color: rgba(16, 00, 36, .3);
    padding: 5px;
}
#ht_sect2 figcaption {
    
}

section#ht_sect3 {
    display: flex;
    flex-flow: column;
    min-height: 400px;
}
#ht_sect3 figure {
    background-image: url(../images/mt_bachelor.jpg);
    background-size: cover;
    background-position: top;
    height: 300px;
    border-radius: 8px 8px 0 0;

}
#ht_sect3 h2 {
    margin-top: 10px;
    background-color: rgba(16, 00, 36, .3);
    padding: 5px;
}
#ht_sect3 figcaption {
    
}

