@font-face {
    font-family: 'Ogg';
    src:  url("Styles/Typefaces/Ogg-Roman.otf") format('opentype');
}

@font-face {
    font-family: 'Helvetica';
    src:  url("Styles/Typefaces/HelveticaNeue.ttf") format('opentype');
}

@font-face {
    font-family: 'Computers';
    src:  url("Styles/Typefaces/Computers-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Nero';
    src:  url("Styles/Typefaces/Nero") format('opentype');
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;

}

.background {
    width: 100%;
    position: absolute;
}

p, a {
    font-size: 1rem;
    font-family: Helvetica;
    font-size: 10pt;
    color: white;
    margin: 0px;

}

body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: black;
}

#foreground {
    align-self: center;
    margin: 2%;
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
    height: 100vh;
}

.header { width: 50%;
    align-self: left;
    display: flex;
    flex-direction: column;   
    z-index: 500;
}

.toolTitle > p {
    align-self: flex-start;
    font-family: Ogg;
    color: white;
    font-size: 30pt;
     
    z-index: 100;
}


.toolContent {
    flex: 1;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    margin: 1%;
    margin-left: 0;
    margin-right: 0;
}

.toolTexts {
    flex-basis: 50%;
    flex-shrink: .5;
    margin: 2%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    
}

.Text {
    max-width: 350px;
    border: solid 1px white;
    padding: 2.5%;
    z-index: 500;
}

.audioButton {
    height: 40px;
    padding: 2.5%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;;
    max-width: 350px;
}


.footer {
    align-self: left;
    display: flex;
    flex-direction: column;  
    max-width: 900px;
    z-index: 500;
}

.OtherTools > p > a {
    font-family: Ogg;
    font-size: 30pt;
    line-height: 36pt;
     
    color: white;
    text-decoration: none;
}


.toolVisuals {
    flex-basis: 50%;
    margin: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 120%;
}

.package, .plug1, .plug2 {
    position: absolute;
    height: auto;
    width: auto;
}

.package {
    align-self: center;
    top: 0px;
}

.plug2 {
    left: -400px;
    top: 350px; 
    display: block;
}

.plug1 {
    left: -300px;
    top: 200px; 
    display: block;
}