@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */

html,
body {
    color: #333;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
}

.roboto-700 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 1.3em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    right: 0;
    color: #000;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#menu li.active {
    color: #000;
    border-bottom: 3px solid blue;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    /*background: rgba(255, 255, 255, 0.8);*/
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 20px;
}

#actions {
    position: fixed;
    top: 73px;
    left: 30px;
    z-index: 99999;
}

#actions a {
    background: rgba(0, 0, 0, 0.8);
    padding: 7px;
    margin: 2px;
    color: #ccc;
    display: inline-block;
}

#actions a:hover {
    color: #fff;
    background: #81A140;
}

.butt {
    background-color: #fff;
    /* Green */
    border-width: 4px;
    border-style: solid;
    color: black;
    font-size: 20px !important;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
}

.inputfile {
    background-image: url("camp.jpg");
}


/** Scroll**/


/* width */

*::-webkit-scrollbar {
    width: 5px;
}


/* Track */

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

*::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

*::-webkit-scrollbar-thumb:hover {
    background: #555;
}