/*Olivia Maciejewski CSS Stylesheet for HTML Welcome to my Website Project*/

/*  This removes the default browser settings */
main{
    margin: 0; 
    padding: 0;}

/*this is styling my background image*/
body{
    background-image: url(../_images/siteBKG.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* this is styling my wrapper around my pages*/
.wrapper{
    margin: 0 auto;
    width: 1250px;
}

/*this is my header background color*/
header{
    background-color: #8F5BA9;
    width:auto;
    height:min-content;
}

/*this is my name (Olivia Maciejewski) styling within my header */
#HeaderName {
    height: 105px;
    color: #FFF;
    font-family: cursive;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/*this is the welcome to my website styling within my header*/
#HeaderWelcome{
    color: #FFF;
    font-family: Jomolhari;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/*this is my nav bar styling within my header*/
nav, nav a{
    height: 45px;
    color: #FFF;
    font-family: Jomolhari;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 20px;
    align-content: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/*hovering over my nav bar changes the background color*/
nav a:hover{
    background-color: rgb(255, 94, 236, 0.8);
}

/*this is the styling for my titles/headers for each page 
-> I chose to use a class so I could simply style them all once*/
.pageHeader{
    color: #FFF;
    background-color: rgba(91, 85, 155, 0.50);
    font-family: Jomolhari;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    width:max-content;
    text-align: center;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

/*this is the footer background*/
footer{
    background-color: #5B559B;
    width:100%;
    height:200px;
    bottom: 0px;
}

/*this is the styling for my contact info in footer*/
.contact_info{
    color: #FFF;
    font-family: Jomolhari;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 40px;
    display: inline-block;
}

/*styling for linkedin logo in footer*/
#linkedinLogo{
    border-radius: 35%;
    width: 150px;
    height: 150px;
   display: inline-block;
   padding-left: 100px;
   padding-right: 100px;
   padding-top: 20px;

}

/*styling for instagram logo in footer*/
#instaLogo{
    border-radius: 35%;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding-left: 100px;
    padding-right: 100px;
}

/*styling for pinterest logo in footer*/
#pinterestLogo{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding-right: 100px;
    padding-left: 100px; 
}

/*most of my paragraph boxes tend to be 980px 
so this is a class name I used to simplify styling 
(instead of by individual paragraph)*/
.par-980px{
    width: 980px;
    color: #FFF;
    text-align: center;
    font-family: "Average Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}

/*this is the styling for my unordered list 
on my home page and links page */
ul {
    width: 980px;
    list-style-type: disc;
    list-style-position: inside;
    color: #FFF;
    text-align: left;
    font-family: "Average Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}

/*this centers my books image on my home page*/
#PurpleBooks{
    display: block;
    margin: auto;
    padding: 20px;
}

/*styling for about me paragraph*/
#AboutMe-Par{
    width: 620px;
    height: 450px;
    color: #FFF;
    font-family: "Average Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    align-items: right;
    padding:10px;
}

/*styling for about me paragraph and image 
-> making them horizontal (next to each other)
and centered within the screen*/
.AboutMe-Section{
    display: flex;
    align-items: center;
    gap:50px
}

/*styling for bio image specifically*/
.AboutMe-Section img{
    width:500px;
}

/*styling for resume paragraph -> left-aligned par*/
#resume-par{
    width: 980px;
    color: #FFF;
    text-align: left;
    font-family: "Average Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    padding:10px;
}

/*styling for publication paragraphs on about me page 
-> smaller font style than other paragraphs*/
.publications-par{
    color: #FFF;
    font-family: "Average Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    margin: 10px;
    padding:10px;
}

/*styling for about me page headers that are left-aligned 
instead of center-aligned like the other page headers*/
.left-aligned-page-header{
    color: #FFF;
    background-color: rgba(91, 85, 155, 0.50);
    font-family: Jomolhari;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    width:max-content;
    text-align:left;
    padding: 10px;
}

/*styling my video so that it is centered*/
#video{
    display: block;
    margin: auto;
    padding: 20px;
    
}

/*styling my gallery page images
I chose to use relative positioning because I felt that would be the easiest for me 
regarding images and their respective captions. I know that the layout might look a bit 
wonk on other computer screens but it looks good on my screen (an apple mac)*/

/*styling for all of the captions on my gallery page*/
figcaption{
    color: #1E1E1E;
    font-family: Jomolhari;
    font-size: 20px;
    font-style:normal;
    font-weight: bold;
    line-height: normal; 
    height: 30px;
}
/*temple bar image*/
#templeBar{
    width: 400px;
    height: 300px;
    position: relative;
    left: 65px;
    top: 40px;
}

/*temple bar caption position*/
#templebarCAPTION{
    position: relative;
    left: 125px;
}

/*store front image*/
#storeFronts{
    width: 230px;
    height:350px;
    aspect-ratio:33/50;
    position: relative;
    left: 800px;
    bottom: 320px;
}

/*store fronts position*/
#storefrontsCAPTION{
    position: relative;
    left: 170px;
}

/*cobh townhouses image*/
#cobhTownhouses{
    width: 400px;
    height: 300px;
    aspect-ratio: 4/3;
    position: relative;
    left: 800px;
    top: 40px;
}

/*cobh townhouses caption position */
#cobhtownhousesCAPTION{
    position: relative;
    left: 140px;
}

/*tombstone image*/
#tombstone{
    width: 263px;
    height: 350px;
    aspect-ratio: 130/173; 
    position: relative;
    left: 65px;
    bottom: 1200px;
}

/*tombstone caption position*/
#tombstoneCAPTION{
    position: relative;
    left: 130px;
    text-align: center;
}

/*landscape image*/
#giantsCausewayLandscape{
    width: 400px;
    height: 300px;
    aspect-ratio: 4/3;
    position: relative;
    left: 65px;
    bottom: 150px;
} 

/*landscape caption position*/
#landscapeCAPTION{
    position: relative;
    left: 85px;
}

/* stone image*/
#giantsCausewayStone{
    width: 263px;
    height: 350px;
    aspect-ratio: 130/173;
    position: relative;
    left: 800px;
    top: 150px;
}

/*stone caption position*/
#stoneCAPTION{
    position: relative;
    text-align: center;
    left: 130px;
}

/*image captions when the photo is clicked on and fills the screen*/
.imgCaption{
    text-align: center;
    font-weight: bold;
    width: auto;
    color: #FFF;
    font-family: "Average Sans";
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    background-color: rgba(91, 85, 155, 0.80);
    padding:10px;
}
