/* 
===================================================================================
*************  stylesheet for main page and included in all pages*  ***************
=================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900');

html {
    /* box-sizing: border-box; */
    font-style: normal;
    height: 100%;
    overflow: hidden;
}

body {
    background-image: url("img/IMG_5362_v0.PNG");
    background-size: cover;
    margin: 0;
    resize: both;
    width: 100%;
    background-attachment: fixed;
    background-position: center top;
    /* background-repeat: no-repeat; */
    font-family: 'Roboto';
    color: white; 
}

a:link, a:visited, a:hover, a:active { text-decoration: none; }

