@import 'normalize.css';
@media (max-width:500px) {
body { 
        background-color: black;
        box-shadow: 1px 0 5px black;
    } 
}
@font-face {
    font-family: 'calluna';
    src: url(fonts/calluna-regular.woff) format("truetype");
}
@font-face {
    font-family: 'segoe';
    src: url(segoe-ui.ttf) format("truetype");
}
@font-face {
    font-family: 'merri';
  src: url(merriweathersans-semibold.ttf) format("truetype");
}
body {
    text-align: left;
    background-color: #BF5149;
    margin: 0;
   
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}
a:link {
    color: black;
}
.about {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: fit-content;
}
.about-image{
        opacity: 1;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        margin: 0 auto;
        width: 70%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
}
.middle {
    transition: .75s ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    
  }
  
.about:hover .about-image {
    opacity: 0.3;
  }
  
.about:hover .middle {
    opacity: 1;
  }
  
  .text {
    border: 5px solid black;
    background-color: #433FBF;
    color: black;
    font-family: 'merri';
    font-size: 24px;
    font-weight: bold;
    padding: 16px 32px;
  }
hr {
    height: 3px;
    background-color: #264C73;
    border: none;
}
p {
    display: block;
}

h1 {
    display: block;
    padding: 2rem;
    font-family: 'merri';
    font-size: 3.5rem;
    text-align: center;
    width: auto;
    color: #ffffff;
}

h2 {
    color:#ffffff;
    font-family: 'segoe';
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 0;
    
}

h3 {
    font-family: 'calluna';
    font-size: 1.6rem;
    margin:0;
}
.descp{
    /* width: 100px; */
    height: 200px;
    /* color:#6F3FBF; */
    font-size: 30px;
    text-align: center;
    font-family: 'merri';
    /* background: #2CBF9D; */
    border: 3px solid black;
    overflow: hidden;
    transition: width 2s, height 2s;
    /* border-radius: 25% 10%; */
  }
.pictures {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.art {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 5rem;
    padding: 2rem;
    margin: 0 auto;
}

  

.navi {
    font-family: 'segoe';
    background-color: #264C73;
    top: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    z-index:100;
    box-shadow: 1px 0 5px black;
   
}

.navi a {
    display:inline-flex;
    color: #BF512C;
    flex-wrap: wrap;
    padding: 20px 10px;
    font-size: 30px;
}

.resume {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 150%;
}
.aboutinfo {
    font-size: 1.563rem;
    font-family: 'segoe';
    font-weight: bold;
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;

    
}
/*mobile template*/
@media screen and (max-width: 351px){
    .navi {
        position:fixed;
        width: 100%;
        font-size: 10px;
        padding: 10px 5px;
    }
    .about {
        text-align: center;
    }
    .aboutinfo {
        text-align: center;
    }
    .pictures {
        display: flex;
    }
}
/*desktop template*/
@media screen and (min-width:1574px){
   /* .footer {
        background-color: #264C73;
        width: 100%;
        height: 2rem;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1rem 0;
    }
    */
}

/* .footer {
    background-color: #264C73;
    width: 50%;
    height: 2rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0;
   
}
 */
/*.footer a {
    margin: 2rem;
}
*/


