
html,body
{
  height: 100%;
  margin: 0;
}


body 
{
    background-color: #32468f; 
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: 
    "header header header"
    "aside . main"
    "section2 section2 section2"
    "section3 section3 section3"
    "footer footer footer";
    background-color:#f4f5f9;
    /* gap: 10px; */
}

header
{
grid-area: header;
padding: 10px 20px;
}

/* This one is for the top bar bg where all the tabs and buttons and logos go */
.top-bar
{
  background-color: #32468f;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  position: relative;
  /* adding overflow so layout wont get messy */
  /* overflow: hidden; */
  border: 1px solid #e7e5e7;
}


/* this is for the logo on top left */
.top-bar img
{
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}


/* this one is for the texts that acts as buttons / clickable text on top */
.top-bar text
{
  color: #e7e5e7;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}


/* This one is for separating font styles and text formats.
This way, the texts that acts as buttons on top wont move if I edit all the h1 h2 h3 ul and li texts */
.nav-links
{
  list-style: none; /*just so i can remove the annoying dots */
  font-family: 'Helvetica';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  /* color: white;
  right: 20px; */
  margin: 0;
  padding: 0;
  position:absolute;
  left: 35%;
}

.nav-item
{
  text-decoration: none;
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: bold;
}

.nav-item:hover
{
  background-color: #4b61b2;
  text-decoration: underline #565e7e;
}

.nav-item:active
{
  background-color: #712c81;
}

.nav-item:visited
{
  color: cadetblue;
  border-color: cadetblue;
}

/* For the buttons on top */
li:nth-child(1)
{
  background-color: #32468f;
  border-top: 1px solid 
  #182552;
  border-right: 1px solid
  #182552;
  border-left: 1px solid
  #182552;
  border-bottom: 1px solid 
  #182552;
  padding: 5px;
  border-spacing: 0px; 
  border-radius: 25px;
  font-family: 'Courier New';
  box-shadow: 0px 8px #182552;
  }

li:nth-child(2)
{
  background-color: #32468f;
  border-top: 1px solid 
  #182552;
  border-right: 1px solid
  #182552;
  border-left: 1px solid
  #182552;
  border-bottom: 1px solid 
  #182552;
  padding: 5px;
  border-spacing: 0px; 
  border-radius: 25px;
  font-family: 'Courier New';
  box-shadow: 0px 8px #182552;
  }

li:nth-child(3)
{
  background-color: #32468f;
  border-top: 1px solid 
  #182552;
  border-right: 1px solid
  #182552;
  border-left: 1px solid
  #182552;
  border-bottom: 1px solid 
  #182552;
  padding: 5px;
  border-spacing: 0px; 
  border-radius: 25px;
  font-family: 'Courier New';
  box-shadow: 0px 8px #182552;
}

 li:nth-child(4)
{
  background-color: #32468f;
  border-top: 1px solid 
  #182552;
  border-right: 1px solid
  #182552;
  border-left: 1px solid
  #182552;
  border-bottom: 1px solid 
  #182552;
  padding: 5px;
  border-spacing: 0px; 
  border-radius: 25px;
  font-family: 'Courier New';
  box-shadow: 0px 8px #182552;
  display: inline-block;
  justify-content: center;
}

/* here is for my footer flexbox */

.contact-info
{
  display:flex;
  flex-direction:column;
  align-items: center;
  gap: 10px;
  margin-top:10px;
}

.contact-link
{
  text-decoration: none;
  color: inherit;
  font-size: 1em;
}

.contact-link:hover
{
  text-decoration: underline;
}

.buttonbg
{
  background-color: #32468f;
  border-top: 1px solid 
  #182552;
  border-right: 1px solid
  #182552;
  border-left: 1px solid
  #182552;
  border-bottom: 1px solid 
  #182552;
  padding: 5px;
  border-spacing: 0px; 
  border-radius: 25px;
  font-family: 'Courier New';
  box-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;  
  overflow: hidden;
  display: flex-end;
  float:inherit;
  margin-top: 5px;
  margin-bottom: 20px;
}

.buttoncenter
{
  text-align: center;
}

aside
{
    background-color:#f4f5f9;
    grid-area: aside;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2%;
}



main
{
    background-color:#f4f5f9;
    grid-area: main;
    display: flex;
    grid-template-rows: auto auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.boss
{
    flex: auto;
    border-radius: 15px;
    max-height: 800px;
    width: 90%;
    background-color: antiquewhite;
}


.border
{
  border: 1px solid #e7e5e7;
  border-radius: 15px;
  /* box-shadow: #491855; */
}

/* this is for the diamondsheetsaccount */

#dsmimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/diamondsheetspage.png);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

#behanceimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/Scene3.png);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}


#averyimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/igpic.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

#gdimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/sitdown.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

#faveimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/faves.png);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

#awardimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/awards.png);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

#gonoimg
{
  width: 100%;
  height:100%;
  background-image: url(assets/sabong.png);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #c0c3d2;
  box-sizing: border-box;
  padding: 0;
}

.clickables img
{
  background-size: cover;
  background-position: center;
}

footer
{
  grid-area: footer;
  padding: 10px 20px;
  margin-top: 20px;
  position: relative;
}

.lowbar
{
  background-color: #c0c4d0;
  padding:20px 40px;
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  /* adding overflow so layout wont get messy */
  /* overflow: hidden; */
  border: 1px solid #e7e5e7;
  border-radius: 10px;
  gap: 40px;
  position: relative;
}

/* this is for the logo on bottom left*/
.lowbar img
{
  /* float: left; */
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-left: 25px;
}

.socmeds
{
  position: absolute;
  flex-direction:row;
  justify-content: space-around;
  bottom: 15px;
  right: 20px;
  display: flex;
  gap:15px;
}

.socmeds img
{
  width: 100%;
  height: 100%;
  width: 47px;
  height: 47px;
}

.footerline
{
  width: 2px;
  height: 100px;
  background-color: #32468f;
  border-radius: 2px;
  margin-left: 25px;
  margin-right: 25px;
}

.footerlinehori
{
  width: 800px;
  height: 2px;
  background-color: #32468f;
  border-radius: 2px;
  margin: 10px;
}

.footertexts
{
  display:flex;
  flex-direction:column;
  justify-content: space-around;
  color:#32468f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.footertextbig
{
  display:flex;
  flex-direction:column;
  justify-content: space-around;
  color:#32468f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
}



/* this is for the different placed cards */

.rightside
{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
  padding: 10px;
}

.bigcards
{
  flex: auto;
  border-radius: 15px;
  max-height: 800px;
  width: 90%;
  max-width: 600px;
  background-color: antiquewhite;
  box-shadow:0px 10px 10px  #bbbfc2;
  position: relative;  /*this makes the text follow its own positioning */
}


.longcards
{
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow:0px 10px 10px  #bbbfc2;
  position: relative;  /*this makes the text follow its own positioning */
}

.smallcards-row
{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.smallcards
{
  flex: 1;
  width: 200px;
  height: 200px; 
  border-radius: 15px;
  overflow: hidden;
  box-shadow:0px 10px 10px  #bbbfc2;
  position: relative;  /*this makes the text follow its own positioning */
}

/* this is for the text on all the clickable boxes */

.overlaytext
{
  position: absolute;
  bottom: 30px;
  left: 10px;
  padding:5px, 10px;
  color:white;
  background-color:#32468f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  /* text-shadow:rgba(0,0,0,0.8); */
  box-shadow:rgba(0,0,0,0.8);
}

.smalloverlaytext
{
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding:5px, 10px;
  color:#32468f;
  background-color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  /* text-shadow:rgba(0,0,0,0.8); */
  box-shadow:rgba(0,0,0,0.8);
}

#section2
{
  grid-area: section2;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #32468f;
  border: 1px solid #e7e5e7;
  margin-bottom: 20px;
  margin-top: 20px;
}

#section3
{
  grid-area: section3;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #32468f;
  border: 1px solid #e7e5e7;
  margin-bottom: 20px;
  margin-top: 20px;
}

.grid-example
{
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  /* grid-template-rows: auto; */
  grid-template-areas: "ass . ma";
  gap: 10px;
  width: 100%;
  background-color: #f4f5f9;
  padding: 20px;
  box-sizing: border-box;
  /* "ass . ma"
  "s2 s2 s2"
  "s3 s3 s3"
  "foot foot foot";*/
}

.ass
{
  grid-area: ass;
  background-color:#f4f5f9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 2%;
  border-radius: 15px;
}

.ma
{
  grid-area: ma;
  background-color:#f4f5f9;
  display: flex;
  padding: 2%;
  /* grid-template-rows: auto auto; */
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f4f5f9;
  border-radius: 15px;
  gap: 20px;
}

.ass .bigcards,
.ma .longcards,
.ma .smallcards
{
  box-shadow: 0px 10px 10px #bbbfc2;
}

.spec:hover
{
background-color: #565e7e;
/* text-decoration: underline #565e7e; */
}

#spec:active
{
background-color: #712c81;
}
#spec:visited
{
background-color: cadetblue;
}


.clickables
{
  font-size: 30px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #e7e5e7 ;
  text-align: center;
}



/* FOR AWARDS */
/* this is for all the sections for background colors.*/

body.newpage
{
  display:block;
  background-color: #e7e5e7 ;
  grid-template-columns: none;
  grid-template-rows: none;
  grid-template-areas: none; 
}

.newpage main
{
  display: block;
  background: none;
  padding: 0;
  grid-area: unset;
}

/* this is for all the sections for background colors.*/
.newpage section
{
  padding: 80px 20px;
  text-align: center;
}

.newpage .s0
{
 background-image: url(assets/awardshero.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.newpage .s01
{
 background-image: url(assets/gghero.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.newpage .s02
{
 background-image: url(assets/favehero.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.newpage .s03
{
background-image: url(assets/mybio.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.newpage .s04
{
background-image: url(assets/mybio.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.newpage .s1 
{
  background: #dbe0eb;
  display:flow-root;
}

.newpage .s2
{
  display:flow-root;/*added this to prevent my images from spilling out*/
  background: #32468f;
}


.newpage .s3
{
  display:flow-root;/*added this to prevent my images from spilling out*/
  background-color: #dbe0eb;
  color: white;
}

.newpage .s4
{
  background-color: #32468f;
}

.newpage .s5
{
  background-color: #dbe0eb;
}

.newpage .s6
{
  background-color: #32468f;
}

/* this is for all the texts */
.newpage .avery
{
  font-size: 150px;
  font-family: 'Helvetica';
  color: #e7e5e7;
}

.newpage .berry2
{
  font-size: 15px;
  font-family: 'Helvetica';
  color: black;
  padding: 20px;
  text-align: left;
}



.newpage .hero
{
  font-size: 40px;
  font-family: 'Helvetica';
  color: #e7e5e7;
  text-shadow: 0px 18px 18px black;
}


.newpage .heroblue
{
  font-size: 40px;
  font-family: 'Helvetica';
  color: #182552;
  /* text-shadow: 0px 18px 18px black; */
}

/* #heroshadow
{
    box-shadow:0px 10px 10px  #bbbfc2;
} */

.newpage .heropara
{
  font-size: 20px;
  font-family: 'Helvetica';
  color: #e7e5e7;
  text-align: center;
  margin-bottom: 20px;
}


.newpage .blueyear
{
  /* clear: both; */
  font-size: 20px;
  font-weight: 600;
  font-family: 'Helvetica';
  color: #32468f;
  padding: 10px;
}

.newpage .bluepara
{
  overflow: auto;
  font-size: 20px;
  font-family: 'Helvetica';
  color: #32468f;
  text-align: left;
}

.newpage .smallblue
{
  font-size: 30px;
  font-family: 'Helvetica';
  color: #32468f ;
}

.newpage .smallgray
{
  font-size: 30px;
  font-family: 'Helvetica';
  color: #e7e5e7;
}

.newpage .graypara
{
  font-size: 20px;
  font-family: 'Helvetica';
  color: #e7e5e7;
  text-align: left;
}

.newpage .grayyear
{
  /* clear: both; */
  font-size: 20px;
  font-weight: 600;
  font-family: 'Helvetica';
  color: #e7e5e7;
  padding: 10px;
}

.newpage h1
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.newpage h2
{
  margin-top: 50px;
  margin-bottom: 5px;
}

.newpage h3 
{
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}

.newpage h4
{
  padding-left: 20px;
}

#imageround
{
   border-radius: 15px;
}

/* this is for the borders of the images */
.image
{
  float: left;
  border-radius: 10px;
  margin-right: 25px;
  border-top: 1px solid
  whitesmoke; 
  border-right: 1px solid
  whitesmoke; 
  border-left: 1px solid
  whitesmoke; 
  border-bottom: 1px solid
  whitesmoke;
  box-shadow:0px 10px 10px  #bbbfc2;
}

/* This is for the border and drop shadow for all images */
.image2
{
  float: right;
  /* display: inline-block;  */
  margin-right: 25px;
  border-radius: 10px;
  border-top: 1px solid 
  whitesmoke; 
  border-right: 1px solid
  whitesmoke; 
  border-left: 1px solid
  whitesmoke; 
  border-bottom: 1px solid 
  whitesmoke;
  box-shadow:0px 10px 10px  darkblue; 
}

.image3
{
  
  display: inline-block; 
  /* margin-right: 25px; */
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  /* border-top: 1px solid 
  whitesmoke; 
  border-right: 1px solid
  whitesmoke; 
  border-left: 1px solid
  whitesmoke; 
  border-bottom: 1px solid 
  whitesmoke; */
  box-shadow:0px 10px 10px  darkblue; 
  /* display: flex; */
}

.image4
{
  
  display: inline-block; 
  /* margin-right: 25px; */
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  /* border-top: 1px solid 
  whitesmoke; 
  border-right: 1px solid
  whitesmoke; 
  border-left: 1px solid
  whitesmoke; 
  border-bottom: 1px solid 
  whitesmoke; */
  box-shadow:0px 10px 10px  #bbbfc2; 
  /* display: flex; */
}


/* These are extra items (also tests and learnings haha) that i can use for my float exercises */

.box
{
  float: left;
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: #eb1c76;
  padding: 1em;
  color: whitesmoke;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 40px;
  text-align: center;
}

.wrapper
{
  /* background-color: #712c81; */
  padding: 50px;
  color: purple;
  display: flow-root;
}

.wrapper2
{
  /* background-color: #169ac0; */
  padding: 50px;
  color: purple;
  display: flow-root;
}

.cleared
{
  clear: left;
  font-family: "Helvetica";
}

.special
{
  padding: 10px;
  color: whitesmoke;
  text-align: left;
  font-family: "Helvetica";
  font-style: initial;
  font-size: 25px;
}



