/******
Variables
******/
:root {
    --dark-green : #212925;
    --green : #3C7D53;
    --blue : #1695cc;
    --orange : #CC6215;
}

/**********
Imports fonts
**********/
@font-face {
  font-family: Amatics;
  src: url("../../fonts/Amatic_SC/AmaticSC-Bold.ttf");
}

@font-face {
  font-family: Londrina;
  src: url("../../fonts/Londrina_Solid/LondrinaSolid-Light.ttf");
}

@font-face {
  font-family: Roboto;
  font-weight: lighter;
  src: url("../../fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: Roboto;
  font-weight: bold;
  src: url("../../fonts/Roboto/Roboto-Bold.ttf");
}

#header {
    display:flex;
    height: 100px;
}
#logo {
    display: flex;
    height: 100%;
}
#body img {
    width: 48vw;
    margin: 1vh 24vw;
}
#header h1 {
    display: flex;
    font-family: Londrina;
    font-size: 35pt;    
    margin:auto 18px;
    color:var(--orange);
}
.text {
    font-family: Roboto;
    font-size: 15pt;
    text-align: center;
}
.contact {
    font-size: 14pt !important;
}
