


/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Montez-Regular";
  src: url("./fonts/Montez-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Montez-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Montez-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Montez-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Montez-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Montez-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Montez-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Balqis";
  src: url("./fonts/Balqis.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Balqis.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Balqis.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Balqis.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Balqis.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Balqis.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Balqis.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Drift";
  src: url("./fonts/Drift_.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABCthru";
  src: url("./fonts/ABCThru.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Angel";
  src: url("./fonts/Angel.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Burgoyne";
  src: url("./fonts/BURGOYNE.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Goudy";
  src: url("./fonts/GoudyInitialen.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Greatvibes";
  src: url("./fonts/GreatVibes-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KingPique";
  src: url("./fonts/KingthingsPiquemeex.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rosart";
  src: url("./fonts/ROSART.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noturnal";
  src: url("./fonts/Noturnal\ Hand.ttf") format("truetype"), /* Safari, Android, iOS */
   url("./fonts/Noturnal\ Hand.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}


html{
    height:100%;
    
}

body {

    Background-color:#050a15;
    /*background-image: linear-gradient(#142852, #d6e0f5, white);*/
    background-image: linear-gradient(#ffff80, white);
    background-repeat: no-repeat;
    background-size: contain;

 /*   color:white;
    font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.611em;*/
    margin: 0;
    padding: 0;
}


.firm {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    /*text-transform: capitalize; */
    font-family: 'Montez-Regular';
    font-size: 120px;
    color: black;
    margin-top: 15%;
    margin-bottom: 150px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.status {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6111111111111112em;
}

.green {
    color: #2eb82e;
}

.grey {
    color:slategrey;
}


.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}