@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');


* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background-color: #909090;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(215,215,215,1.00) 0%,rgba(99,99,99,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(215,215,215,1.00) 0%,rgba(99,99,99,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(215,215,215,1.00) 0%,rgba(99,99,99,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(215,215,215,1.00) 0%,rgba(99,99,99,1.00) 100%);
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-attachment: fixed;
}
#cassetteARMND {
    width: 100%;
    height: 90px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    display: block;
    text-align: center;
    border-bottom: 2px solid #88888842;
    z-index: 500;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px #23232355;
    box-shadow: 0px 2px 2px #23232355;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cassetteARMND img:nth-of-type(1) {
    width: 450px;
    padding-top: 23px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}



#navigation {
    background-color: #866C41;
    text-decoration: none;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    width: 100%;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 32px;
    padding-right: 3px;
    padding-bottom: 25px;
    padding-left: 3px;
    color: #B39334;
    text-align: center;
    border-bottom: 2px solid #675626;
    transform: translateY(-24px);
    transition: 1000ms;
    margin-bottom: 34px;
    position: fixed;
    top: 63px;
    z-index: 499;
    -webkit-box-shadow: 0px 2px 4px #26180744;
    box-shadow: 0px 2px 4px #26180744;
}

#navigation:hover {
    transform: translateY(4px);
    transition: 200ms;
}
#navigation a {
    background-color: #B4A07B;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #1A171455;
    box-shadow: 0px 1px 3px #1A171455;
}
#navigation a:hover {
	filter: saturate(2.5);
}


#Armormynd_SECURITY {
    width: 220px;
    margin-right: auto;
    margin-top: 140px;
    margin-left: auto;
    display: block;
}

#login_container{
    display: none;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px #26262655;
    box-shadow: 0px 2px 2px #26262655;
    height: 214px;
}
#login_container p {
    background-color: #866C41;
    padding-left: 10px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
}

.passACTIVE {
    display: grid!important;
}
#passArea {
    background-color: #AC5629!important;
}



#login_container div{
    height: 38px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: auto;
}
#login_container label  {
    font-size: 11px;
    color: #3B3B3B;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3px;
    margin-top: -4px;
}
#login_container input  {
    border-style: none;
    margin-top: 5px;
    color: #8B6617;
    font-size: 20px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    border-radius: 3px;
}










#login_container div:nth-of-type(1) input, #login_container div:nth-of-type(2) input {
    height: 25px;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    position: static;

}


#login_container div:nth-of-type(3) input {
    background-color: #D5D5D5;
    width: 100%;
    margin-top: 3px;
    height: 36px;
}


#login_container div:nth-of-type(4) input  {
    background-color: #2A2A2A;
    width: 100%;
    height: 36px;
    margin-top: -6px;
    color: #C0C0C0;
}

#login_container div:nth-of-type(3) input, #login_container div:nth-of-type(4) input {
    -webkit-box-shadow: 0px 1px 2px #1F1F1F55;
    box-shadow: 0px 1px 2px #1F1F1F55;
    display: block;
    margin-bottom: 0px;
    height: 35px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

#login_container div:nth-of-type(3) input:hover{
    background-color: #8B6617;
    color: #FFFFFF;
}


#login_container div:nth-of-type(4) input:hover{
	filter: contrast(1.5);
}



#containerARMND {
    width: 1000px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}



.ARMND_MainTitle {
    width: 1000px;
    text-align: left;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 18px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    height: auto;
    border-bottom-width: thin;
    border-bottom-color: #363636;
}
.ARMND_MainTitle h1 {
    color: #64521C;
    font-weight: bold;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-bottom: medium outset #B89734;
}
.ARMND_MainTitle p {
    color: #80612F;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: 12px;
    margin-bottom: 0px;
    text-align: justify;
    padding-left: 14px;
    background-color: #AFAFAF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
}
.ARMND_WRAP {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    width: 1000px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 6px;
    margin-bottom: 8px;
    height: auto;
    padding-left: 0px;
    background-color: #FFFFFF;
}

.ARMND_ITEM {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 45% 55%;
    justify-content: space-between;
    margin-bottom: 0px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    top: auto;
    background-color: #FFFFFF;
    padding-right: 0px;
}
.nameARMND {
    width: 100%;
    font-size: 20px;
    color: #4A4A4A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.AccessMe {
    width: 98.5%;
    padding-left: 0px;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.AccessMe a {
    display: inline-block;
    height: 40px;
    text-align: right;
    color: #191919;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 2px;
    padding-bottom: auto;
    padding-top: 13px;
    font-weight: normal;
    -webkit-box-shadow: 0px 1px 3px #00000055;
    box-shadow: 0px 1px 3px #00000055;
    padding-right: 17px;
    margin-top: auto;
    margin-right: 0px;
    margin-left: 10px;
    background-color: #EFEFEF;
}

.subCONT .ReadMe {
    background-color: #D1E7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: none;
    font-size: 12px;
    display: flex;
    color: #525252;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -5px;
}
.subCONT .ReadMe:hover {
	filter: contrast(110%);
}
.showMoreTXT {
    height: auto!important;
}






.subCONT {
    display: grid;
    grid-gap: 5px;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    transition: 50ms;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FFFFFF;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 0;
}

.subCONT p {
    color: #7F7F7F;
    font-size: 12px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: left;
    padding-left: 10px;
    height: 70px;
    padding-top: 10px;
    border-radius: 2px;
    margin-top: 2px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: thin dotted #E3E3E3;
    margin-bottom: 0px;
    line-height: 18px;
    overflow: hidden;
	resize: vertical
}
.subCONT .galerie {
    background-color: #FFFFFF;
    display: grid;
    grid-gap: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    margin: 0;
    border-radius: 0px;
}
.subCONT .galerie img {
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
    width: 100%;
    border: 1px dotted #CFCFCF;
    border-radius: 3px;
    aspect-ratio: 1/1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    filter: none;
    object-fit: contain;
    background-image: url(Chekerboard.png);
    background-repeat: repeat;
}
 
.subCONT .galerie img:hover {
    -webkit-box-shadow: 0px -1px 3px 0px #25252555;
    box-shadow: 0px -1px 3px 0px #25252555;
    filter: grayscale(0);
    transform: scale(1.01);
	cursor: pointer;
}




.subACTIVE {
    transition: 50ms;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 5px;
}



.AccessMe a:hover {
    filter: saturate(3) brightness(0.96);
    -webkit-box-shadow: 0px 2px 2px #00000044;
    box-shadow: 0px 2px 2px #00000044;
}
.downZIP {
    width: 86px;
    position: relative;
    height: auto;
    display: none!important;
    background-color: #E00003;
}
.downPDF {
    /* [disabled]background-color: #FFC1C2 !important; */
    position: relative;
    width: 85px;
}

.downJPEG {
    position: relative;
    width: 91px;
}


.showCONT {
    background-color: #E2FCD5 !important;
    position: relative;
    width: 110px;
}

.downZIP::before{
    content: "";
    background-image: url(zip.png);
    width: 40px;
    height: 38px;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 2px;
}
.specDOWN {
    width: 84px;
    padding-top: 0px;
    margin-top: 0px;
    top: 0px;
    position: relative;
}

.downPDF::before{
    content: "";
    background-image: url(PDF_icon.png);
    width: 29px;
    height: 30px;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 5px;
}

.showCONT::before{
    content: "";
    background-image: url(ICON_0001_show-content.png);
    width: 29px;
    height: 30px;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 9px;
    top: 9px;
    padding-top: 0px;
}
.downJPEG::before{
    content: "";
    background-image: url(ICON_0002_Jpeg_down.png);
    width: 29px;
    height: 30px;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 5px;
}




@media (max-width:1000px){
	
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');	
body {
    width: 1000px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
#cassetteARMND {
    height: 161px;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cassetteARMND img:nth-of-type(1)	 {
    width: 860px;
    display: block;
    margin-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
		
	
#containerARMND {
    width: 940px;
    position: static;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
	
.ARMND_WRAP {
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* [disabled]background-color: #C17576; */
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 6px 20px #00000033;
    box-shadow: 0px 6px 20px #00000033;
}
	
.ARMND_ITEM {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-bottom: 6px;
    border-radius: 8px;
}
.nameARMND {
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 22px;
    padding-bottom: 3px;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    padding-top: 15px;
}
	

.AccessMe {
    width: 98%;
    height: 85px;
    margin-top: 11px;
    display: block;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
.AccessMe a {
    width: 25%;
    height: 85px;
    font-size: 33px;
    padding-top: 25px;
    text-align: right;
    background-color: #EDEDED;
}

.downPDF::before{
    width: 59px;
    height: 58px;
    padding-top: 0px;
    left: 18px;
    top: 9px;
    margin-top: 5px;
}

.showCONT::before{
    width: 72px;
    height: 62px;
    top: 17px;
    left: 17px;
    margin-top: 2px;
}
.downJPEG::before{
    width: 58px;
    height: 60px;
    top: 15px;
    left: 12px;
    margin-top: 3px;
    margin-left: 4px;
		
}
.downPDF {
    width: 180px!important;
}

.downJPEG {
    width: 194px!important;
}
.ARMND_MainTitle h1 {
    padding: 0;
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 50px;
    position: relative;
    height: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom-style: none;
}
.ARMND_MainTitle {
    height: auto;
    margin-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.subCONT {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subCONT p {
    height: 250px;
    padding-bottom: 15px;
    font-style: normal;
    font-size: 33px;
    text-align: justify;
    line-height: 50px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #6E6E6E;
    padding-top: 10px;
    border-bottom-style: none;
}

	
.subCONT .galerie{
    grid-template-columns: 1fr;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.subCONT .ReadMe {
    background-color: #CBEDF8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 35px;
    border-style: none;
    font-size: 25px;
    width: auto;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #525252;
    -webkit-box-shadow: 0px 1px 3px #00000055;
    box-shadow: 0px 1px 3px #00000055;
    padding-left: 30px;
    padding-right: 30px;
}

.subCONT .ReadMe:hover{
	  filter: saturate(3) brightness(0.96);
    -webkit-box-shadow: 0px 2px 2px #00000044;
    box-shadow: 0px 2px 2px #00000044;
	}

.subCONT .galerie img{
	width: 100%;
	height: auto;
	aspect-ratio:unset;
	}



	
#Armormynd_SECURITY {
    width: 80%;
    margin-top: 380px;
}
#login_container {
    height: 660px;
    -webkit-box-shadow: 0px 2px 26px #1E1D1D55;
    box-shadow: 0px 2px 26px #1E1D1D55;
    padding-bottom: 15px;
}
#login_container div:nth-of-type(3) input, #login_container div:nth-of-type(4) input {
    height: 120px;
    margin-top: 5px;
}
#login_container div {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#login_container div:nth-of-type(1) input, #login_container div:nth-of-type(2) input {
    height: 80px;
    font-size: 45px;
    padding-left: 15px;
    padding-right: 15px;
}
#login_container label {
    font-size: 30px;
    text-align: center;
}
#login_container input {
    display: none;
    font-size: 50px;
}
#login_container p {
    height: 75px;
    margin-bottom: -53px;
    font-size: 35px;
    text-align: center;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navigation {
    margin-top: 100px;
    height: 150px;
    transform: none;
    width: 90%;
    display: none;
    transition: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#navigation:hover{
	transform: none;
	}
#navigation a{
    height: 83px;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    padding-top: 20px;
    border-radius: 8px;
	}


}
	
	
