body, html
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-family: Tahoma ,"Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*--------------------------------------------------------------------------------------------*/
/*-------------------------------------  HEADER  ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
header
{
    width: 100%;
    color: #ffffff;
    text-align: center;
    box-shadow: #9a9a9a 0 1px 13px 0;
    font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 70%;
}
#acc header
{
    background: url("../pictures/5026.jpg") no-repeat center;
    background-size: cover;
}
#contact header
{
    background: url("../pictures/contact.jpg") no-repeat center;
    background-size: cover;
}
#act header
{
    background: url("../pictures/act.jpg") no-repeat center;
    background-size: cover;
}
#def header
{
    background: url("../pictures/defense.jpg") no-repeat center;
    background-size: cover;
}
#imgHeader
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.57);
}
nav
{
    position: fixed;
    width: 100%;
    background: transparent;
    transition-duration: 1s;
    text-align: right;
}
.nav
{
    background: rgba(0, 0, 0, 0.77);
}
header h1
{
    margin: 0;
    padding-top: 15%;
    font-size: 3em;
}
header nav ul li a
{
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
}
header nav>ul>li>a:hover, #active
{
    background: rgba(152, 150, 150, 0.75);
    border-radius: 7px;
}
header nav>ul>li:first-of-type>a:hover
{
    background: none;
}
header nav>ul>li>ul>li:hover
{
    text-decoration: underline;
}
header nav>ul>li
{
    display: inline-block;
    height: 100%;
    padding:  25px 7px 0 7px;
}
nav ul li a img
{
    height: 100px;
    transition-duration: 0.7s;
}
.nav img
{
    height: 50px;
}
nav>ul>li:last-child
{
    display: none;
}
header li>ul>li
{
    text-decoration: none;
    padding: 7px;
    text-align: left;
}
header li>ul>li>a
{
    padding: 7px;
}
header nav>ul
{
    padding: 0 100px;
    margin: 0;
    height: 50px;
    transition-duration: 0.7s;
    text-align: right;
}
header nav>ul>li:first-child
{
    margin:0;
    float: left;
    padding: 10px;
}
header nav>ul>li>ul
{
    display: none;
    position: absolute;
    transition-duration: 0.5s;
    background: rgba(75, 75, 75, 0.92);
    border-radius: 3px;
    list-style: none;
    padding: 7px;
}
header nav>ul>li:hover>ul
{
    top: 50px;
    display: block;
}
@media screen and (max-width: 1005px)
{
    nav ul li img
    {
        height: 50px;
    }
}
@media screen and (max-width: 880px)
{
    header nav>ul>li
    {
        display: none;
    }
    header nav>ul li:hover>ul
    {
        display: none;
    }
    header nav>ul
    {
        padding: 0 70px 0 0;
    }
    nav>ul>li:first-of-type, nav>ul>li:last-child
    {
        display: inline-block;
    }
}
#rm
{
    position: fixed;
    top:0;
    height: 50px;
}
#rm:hover
{
    cursor: pointer;
    font-size: 1.3em;
}
.respM
{
    height: 310px;
}
.respM>li
{
    display: block;
    height: auto;
    padding: 50px 0 0 0;
}
.respM>li:last-child
{
    padding: 25px 7px 0 7px;
}
/*--------------------------------------------------------------------------------------------*/
/*-------------------------------------  SECTION ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
section
{
    padding: 100px;
    text-align: center;
    color: #585555;
}
#acc section:first-of-type article, #def section:first-of-type article
{
    text-align: center;
    width: 70%;
}
.secImp
{
    background: #989696;
    color: white;
}

#act section:nth-child(even)
{
    background: #989696;
    color: white;
}
article
{
    margin: auto;
    width: 55%;
    text-align: justify;
}
article img
{
    float: right;
    margin: 30px;
    border-radius: 7px;
    box-shadow: #d2d2d2 0 0 8px 3px;
}
article a
{
    color: #0a0d88;
}
article a:hover
{
    color: #3f3f50;
}
article li
{
    margin: 15px 0;
}
h2
{
    width:30%;
    margin: auto;
    border-bottom: groove 2px #afafaf;
    padding-bottom: 15px;

}
@media screen and (max-width: 1250px)
{
    article
    {
        width: 80%;
    }
}
#buttonReturnTop
{
    position: fixed;
    bottom: 70px;
    right: 70px;
    opacity: 0.7;
    transition-duration: 1s;
}
@media screen and (max-width: 800px)
{
    article
    {
        width: 100%;
    }
    h2
    {
        width: 100%;
    }
    section
    {
        padding: 100px 60px;
    }
    header h1
    {
        font-size: 2.5em;
        padding: 34% 20px 0 20px;
    }
    #buttonReturnTop
    {
        position: fixed;
        bottom: 32px;
        right: 10px;
        opacity: 0.6;
    }
    #buttonReturnTop img
    {
        width: 40px;
    }
}
.dcimg img
{
    margin: 50px 10px 0 10px;
    height: 300px;
    border-radius: 7px ;
    box-shadow: #2d2b2b 0 0 11px 0;
}
.dcimg img:hover
{
    opacity: 0.7;
}
/*--------------------------------------------------------------------------------------------*/
/*-------------------------------------  FOOTER  ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
.hide
{
    bottom: -70px !important;
}


footer iframe
{
    box-shadow: black 0 0 20px 5px;
    border-radius: 5px;
}
footer
{
    padding: 25px;
    background: #2d2b2b;
    color: white;
    text-align: center;
    box-shadow: #4c4c4c 0 -2px 12px 2px;
}

footer aside
{
    display: inline-block;
    margin: auto;
    width: 22%;
    vertical-align: top;
    padding: 10px;
}
footer aside h3
{
    width: 100%;
}
footer aside img
{
    vertical-align: middle;
    margin-right: 17px;
}
@media screen and (max-width: 1080px)
{
    footer aside
    {
        display: block;
        width: 80%;
    }
}
/*--------------------------------------------------------------------------------------------*/
/*---------------------------------------  FORM  ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
label
{
    float:left;
    font-size: 1.2em;
    padding: 5px;
    margin:5px;
}
input, textarea
{
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: black;
    margin: 5px;
}
textarea
{
    width: 100%;
    height: 200px;
}
input[type="submit"]
{
    background: #797979;
    border: 1px white solid;
    font-size: 1.2em;
    font-weight: bold;
    width: 200px;
    text-align: center;
    margin: 34px 41%;
}
input[type="submit"]:hover
{
    background: #c2c2c2;
}