@font-face {
    font-family: 'GilroyLight';
    src: url('..fonts/GilroyLight.eot');
    src: url('fonts/GilroyLight.eot') format('embedded-opentype'),
         url('fonts/GilroyLight.woff') format('woff'),
         url('fonts/GilroyLight.ttf') format('truetype'),
         url('fonts/GilroyLight.svg#GilroyLight') format('svg');
}


html {
    background: #75000;
/*    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);*/
    -webkit-font-smoothing: antialiased;
    
}


body {
    background: RGB(120,16,6);
/*    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);*/
/*    color: #545454;*/
    font-family: 'GilroyLight', Arial;
    color:  #F0813A;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 4em 4em 4em;
}

#navbar{
    width:100%;
    list-style-type: none;
    padding-bottom: 40px;
    background-color:RGB(120,16,6);
    text-align: center;

}

li{
    display: inline;
    padding: 6px;
    font-size: 20px;
}

a{
    color: #F0813A;
    text-decoration: none;
}

a, a:link, a:visited{
    color: #F0813A;
    text-decoration: none;
}

a:hover{
    color: #F6AD96;
}

#wrapper {
   
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

/*
header {
    padding: 3rem 0;
    background-color: rgb(153, 124, 155);
    text-align: center;
}
*/

/*
#h1, h2 {
    font-family: 'GilroyLight';
}
*/

#content1,
#content2,
#content3,
#content4 {
    padding: 2px 20px;
    text-align: center;
    background-color: transparent;}

#side1 {
    float: left;
    padding-top:20px;
    width: 45%;
    background-color: transparent;
}

td{
    padding-top: 20px;
    padding-left: 20px;
}

th{
    padding-top: 20px;
}



#side2 {
    float: left;
    padding-top: 20px;
    width: 40%;
    background-color: transparent;
}

#content1 {
    margin-bottom: 50px;
}

#content4{
    margin-top: 40px;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
/*    border: 10px solid rgba(0, 0, 0, 0.12);*/
/*    border-radius: 4px;*/
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

footer{
    padding-top: 20px;
    float:left;
    text-align: center;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}

/*;
@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
*/
}