@charset 'utf-8';


/**************************************************************************************
/**** POSITIONING ****/

header{ position: fixed;
        top: 0;
        width: 100%; }


#c1{width: 6em; height: 30px; float: left; margin-top: 1em;}
#c2{width: 10em; height: 30px; float: left;margin-top: 1em;}
#c3{width: 12em; height: 30px; float: left;margin-top: 1em;}
#c4{width: 9em; height: 30px; float: left;margin-top: 1em;}
#c5{width: 100%; height: 7px; float: left;}


section {

        float: left;
        margin-top: 6em;
         margin-left: 10%;
         margin-right: 10%;

         width: 80%;

         
        display: inline-block;


}



footer {

        float: left;
        

         margin-top: 5em;
         margin-left: 10%;
         margin-right: 10%;
         margin-bottom: 5em;

         width: 80%;

         padding:1em;

         display: inline-block;




}

}



/**************************************************************************************
/**** COLORS & STYLE ****/

/**** Color definition for the site ****/



body{
        --bg1-col:#4f4f4f;
        --bg2-col:#ffffff;
        --bg3-col:#f0f0f0;
        --link-col:#5162AB;
        --visit-col:#5162AB;
        --font1-col:#ff3b00;
        --font2-col:#000000;
        --mark-col:#ff3b00;
        --hover-col:#ff3b00;
}


header{ background-color: #ffffff; }

#c1{background-color: #ffffff;}
#c2{background-color: #ffffff;}
#c3{background-color: #ffffff;}
#c4{background-color: #ffffff;}
#c5{background-image: linear-gradient( 160deg, #4f4f4f , #ffffff);}

/*#c5{ background-image: linear-gradient(135deg, var(--bg1-col) 3%, var(--bg2-col) 97%);}*/



section{ 
           

  /*border-width: 24px;
  border-radius: 40px;
  */
  border-style: none;
//  border-image: linear-gradient( 135deg,#ff3b00 ,#f0f0f0) 1; 
  background-color: #ffffff;

 }


footer{

    background-color: #f0f0f0;

}


/**** Color for hovering ****/
::selection
{
    background-color: var(--mark-col);

}


/***************************************************************************************
/**** FONTS ****/

@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');

body{ 

    font-family: 'Dosis', sans-serif;
    font-size: 1.4em;
    font-weight: 300;

        } 


/**** header / nav specific *******/
header{

    font-size: 1.2em;
    color: var(--font1-col);
    font-weight: 300;
}



header a:hover{ font-weight: 400;} 
header a:link{ color: var(--font2-col);}
header a:visited{ color: var(--font2-col);}
header canvas{display:"none"; width: 1000px; height: 400px;}






/***** Section ******/

section {

     font-size: 1.3em;
    font-weight: 400;
    
}


footer {

   
    font-size: 1.1em;
    text-align: center;

}





/**************************************************************
/**** SHADOWING ****/
/*
header
{
    text-shadow: 2px 2px 2px #000;

}


/**** Buttons ****/






/**** FORM INPUTS ****/
/*input.data:required
{
    background-color: rgba(255,0,0,0.04);
}

input.data:focus
{
    background-color: rgba(255,255,255, 0.8);
    border: 5px solid #ff5400;
}

*/

