

html{

width: 100%;
height: 100%;

}

body{
    width: 100%;
    height: auto;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    background-color: white;
}

/* FONTS */


.bebasFont{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}




/* <weight>: Use a value from 200 to 700 */
.oswaldFont {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

/* <weight>: Use a value from 100 to 900 */


.robotoFont {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}



#headerDiv{
   

    background-color:#232b37;
    width: 100%;
    height: 15%;

    
   
    display: flex;
    align-items: center;
    padding-top: .5%;
    padding-bottom: .5%;

}

#goBackButton {
    width: 15%;
    height: 80%;
    background-color: transparent;
    color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 1%;

}

#goBackText {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-weight: 400;
    font-size: 150%;
    text-align: left;
    line-height: 1;
    align-items: center;
    padding-left: 1%;
   color: white;

}

#title {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-weight: 350;
    font-size: 180%;
    text-align: left;
    line-height: 1;
    flex-grow: 1;
    margin-left: 24%;
}

#pageDescription {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-weight: 350;
    font-size: 150%;
    text-align: center;
    line-height: 1.5;
    margin-top: 2%;
    margin-bottom: 1%;
}

.serviceDescription {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-weight: 320;
    font-size: 120%;
    
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify;
    background-color: rgb(204, 203, 203);
    border-radius: 5px;
    padding: 1%;

}


.Icons {
    border-radius: 5px;
    
    margin-right: .5%;
   
    position: relative;
    top: 4px;
}

.serviceTitles {
    font-weight: 500;
   font-size: 90%;
}
