/*
  ()                             
  /\  __,   _  _    _  _    __,  
 /  \/  |  / |/ |  / |/ |  /  |  
/(__/\_/|_/  |  |_/  |  |_/\_/|_/*/

/* FONT-FACE CUSTOM FONTS */

@font-face {
    font-family: neonledlight;
    src: url("../fonts/NEONLEDLight.ttf");
}

body {
    background-color: lightgoldenrodyellow;
}

h1 {
    font-family: 'neonledlight', cursive;
    color:darkorange;
    font-size: 50pt;
    font-weight: normal;
    text-align: center;
    padding-top: 3vh;
}

h2 {
    padding-left: 3vw;
}

h3 {
    font-family: 'Lobster', cursive;
    color: darkgrey;
    font-size: 20pt;
    font-weight: bolder;
    text-align: center;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: darkgrey;
    font-size: 14pt;
    text-align: center;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: darkgrey;
    font-size: 10pt;
    text-align: center;
}

section {
    height: 65vh;
}

img {
    height: 60vh;
    float: left;
    padding-left: 4vh;
}

ul {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}

button {    
   background-color: lightgoldenrodyellow;
}

