html,body {
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    background-color: #f5fbff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    min-height: 100vh;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='900' preserveAspectRatio='none' viewBox='0 0 1440 900'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1026%26quot%3b)' fill='none'%3e%3crect width='1440' height='900' x='0' y='0' fill='rgba(234%2c 239%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M-1.8304640426242607 613.1474092597509L-23.735564383285386 769.0102969894791 132.1273233464428 790.9153973301403 154.03242368710394 635.052509600412z' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M914.989%2c443.574C960.045%2c443.3%2c1008.036%2c428.938%2c1028.619%2c388.857C1048.064%2c350.993%2c1026.9%2c307.643%2c1002.819%2c272.545C982.461%2c242.873%2c950.973%2c223.531%2c914.989%2c223.241C878.47%2c222.946%2c845.508%2c241.116%2c824.669%2c271.107C799.82%2c306.869%2c778.739%2c351.675%2c798.942%2c390.253C820.11%2c430.673%2c869.363%2c443.851%2c914.989%2c443.574' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M985.02 485.82 a285.24 285.24 0 1 0 570.48 0 a285.24 285.24 0 1 0 -570.48 0z' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1046.57 198.22 a293.48 293.48 0 1 0 586.96 0 a293.48 293.48 0 1 0 -586.96 0z' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1117.1 821.69 a266.78 266.78 0 1 0 533.56 0 a266.78 266.78 0 1 0 -533.56 0z' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M307.864%2c735.286C385.042%2c737.496%2c449.911%2c681.653%2c486.511%2c613.669C521.15%2c549.328%2c521.64%2c471.452%2c483.439%2c409.159C446.858%2c349.508%2c377.789%2c319.748%2c307.864%2c322.354C242.398%2c324.794%2c186.216%2c364.648%2c153.582%2c421.452C121.081%2c478.025%2c117.318%2c545.369%2c146.102%2c603.92C178.947%2c670.731%2c233.447%2c733.155%2c307.864%2c735.286' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M123.806%2c554.333C153.978%2c553.931%2c185.97%2c548.526%2c202.299%2c523.151C219.804%2c495.949%2c219.448%2c459.935%2c202.137%2c432.609C185.859%2c406.913%2c154.224%2c399.349%2c123.806%2c399.246C93.158%2c399.142%2c61.291%2c406.404%2c44.55%2c432.075C26.35%2c459.984%2c23.483%2c497.333%2c41.607%2c525.291C58.549%2c551.426%2c92.663%2c554.748%2c123.806%2c554.333' fill='rgba(246%2c 251%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1026'%3e%3crect width='1440' height='900' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}

* {
    font-family: 'open sans';
    color: #333;
}

h1 {
    margin: 0;
}

h2 { 
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5rem;
    color: #2a35448c;
}

h4 {
    padding: 1.5rem 1rem;
    color: #2a3544;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
    margin: 3rem 0;
}

#mid img {
    height: auto;
    max-width: 100%;
    width: 460px;
}

#mid {
    display: flex;
    margin: 1em;
    flex-direction: column;
    align-items: center;
}

p {
    text-align: left;
    margin: 1.75rem 1.5rem 0rem;
    font-size: .925rem;
}

a:hover {
    text-decoration: none;
}

#by {
    font-size: 100%;
    display: block;
    margin-top: 1em;
}

#by a {
    font-weight: bold;
    color: #fcfafa;
    text-decoration: none;
    background: #000000d1;
    padding: 2px 8px 3px;
    font-size: 70%;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?59999614');
    src: url('../font/fontello.eot?59999614#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?59999614') format('woff'),
         url('../font/fontello.ttf?59999614') format('truetype'),
         url('../font/fontello.svg?59999614#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
     
.font-icon {
    font-family: "fontello";
    font-style: normal;
    float: left;
    color: #2a3544;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 23px;
    margin-right: 20px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 180%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail-circled:before { content: '\e800'; } 
.icon-location-circled:before { content: '\e801'; }
.icon-phone-circled:before { content: '\e802'; } 
.icon-website-circled:before { content: '\e803'; }

.wrapper {
    /* background: white; */
    /* padding: 2rem; */
    /* box-shadow: 0px 0px 16px rgb(0 0 0 / 4%); */
}

