body {
    overflow-x: hidden;
    font-family: Arial;
    color:black;
    background-image: url("../Images/backgrounds/greydiant.png");
    background-size: 100%;
}
h1 { 
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size:20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:white;
    height: 40px;
    text-align: center;
    line-height: 2;
    background-color: rgb(36,37,38);
}
h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    font-size: 32px;
    text-align: center;
    position:relative;
    color:black;
    z-index: 1;
}
h3{
    background-color: rgba(15, 228, 243, 0.274);
    border-style:groove;
    font-size: 40px;
    margin-left: 10%;
    margin-right: 10%;
    padding-left:10px;
    padding-right:10px;
    z-index: 1;
}
p {
    font-weight: 200;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-indent: 40px;
}
.topBarDiv{
    position:fixed;
    z-index: 2;
    top:-13.5px;
    margin-left: -10px;
    min-width:500px;
    width:100%;
}
/*@media (max-width: 598px) {
    .topBarDiv {
      drop down think or vertical or idk;
    }
  } eventually we can use this to make a dropdown instead of using JS. 
*/
.topPageBar{
    height: 40px;
}
@media (max-width:645px){
    .topPageBar{
        height: 80px;
    }
}
.topPageBarElement{
    padding-right: 10px;
    padding-bottom: 6.5px;
    border-right-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:rgba(154, 154, 154, 0.5);
    color:white;
    text-decoration: none;
}
.topPageBarElement:hover{
    padding-right: 10px;
    padding-bottom: 6.5px;
    border-right-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:rgba(154, 154, 154, 0.5);
    color:skyblue;
    text-decoration: none;
}
.topPageBarElementLast{
    padding-right: 10px;
    padding-bottom: 6.5px;
    color:white;
    text-decoration: none;
}
.topPageBarElementLast:hover{
    padding-right: 10px;
    padding-bottom: 6.5px;
    color: skyblue;
    text-decoration: none;
}
.blueSection{
    display:flex;
    align-items: center;
    position:relative;
    top: 100px;
    flex-wrap: wrap;
    padding-bottom:10%;
}
.picture{
    position:relative;
    height: 50%;
    width: 50%;
    min-height: 400;
    min-width: 500;
}
.pic1{
    z-index: 1;
    position:relative; /*absolute*/
    width: 100%;
    height: 100%;
}
.pictureSection{
    z-index: 1;    
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    width:48%;
}
.bottomPart1{
    z-index: inherit;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position:relative;
    color:white;
    margin-top: 60px;
    margin-left: -8px;
    margin-right:-8px;
    margin-bottom: -10px;
    background-color: rgb(26, 27, 28);
    border-style: solid;
    border-color: rgb(26, 27, 28);
    height: 100%;
}
.guideHeader{
    border-radius: 60%;
}
.guideTextHead{
    background-color: rgba(15, 228, 243, 0.274);
    margin-left: 10%;
    margin-right: 10%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    padding-top:10px;
    border-style: groove;
    border-top-width: 0;
    text-indent:0px;
    border-bottom-width:0px;
    margin-top:-20px;
    font-size:30px;
}
.guideTextBody{
    background-color: rgba(15, 228, 243, 0.274);
    margin-left: 10%;
    margin-right: 10%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    padding-top:10px;
    border-style: groove;
    border-top-width: 0;
    margin-top:-30px
}