@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;500&display=swap);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.container {
	width: 100%;
	
}
nav {
	position: fixed;
	display: flex;
	align-items: flex-start;
	width: 20%;
	height: 100%;
	background-color: #111;
	overflow: auto;
}
main {

	position: fixed;
	right: 0;
	width: 80%;
	height: 100%;
	/*background-color: #fff;*/
	background-image: url("../logo/uu.png");
	background-repeat: repeat;
	overflow: auto;
	padding: 40px;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/dino.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
	font-family: 'Roboto Slab', serif;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 40%;
	margin-left: 0px;
	/*transform: translate(-50%, -50%);*/
	color:#0c3169;
	max-width: 400px;
  height: auto;
  letter-spacing: 8px;
	font-size:4vw;
	
}

h1 {
	font-family: 'Source Code Pro', monospace;
	
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 25px;
	
	text-decoration: underline;
	text-align: -webkit-center;
}
p {
	margin-bottom: 20px;
	line-height: 26px;
	font-size:15px;
	font-family: 'Source Code Pro', monospace;
	text-align: justify;
	position: relative;
	bottom: 40px;
}
p::first-letter {
	font-size: 200%;
	font-weight: bold;
}
li, ul label.title, ul, a {
	width: 100%;
	color: rgb(255, 255, 255);
	font-family:'Source Code Pro', monospace;
	display: block;
	font-weight: lighter;
	letter-spacing: 2px;
}
ul label {
	height: 35px;
}
ul li{
	height: 110px;
	overflow: hidden;
	transition: all .3s;
}
li {
	display: block;
	/*background-color: #363636;*/
	background-color: #0343cf;
}
label.title {
	font-size: 14px;
	/*background: linear-gradient(#111, #2f2f2f);*/
	background: linear-gradient(#191818, #0e0e0e);
	padding: 10px 15px;
	cursor: pointer;
	transition: all .25s;
}


a{
	FONT-WEIGHT: 200;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 10px 25px;
	transition: all .25s;
	letter-spacing: 4px;
}
a:hover {
	background-color: #5188db;
	box-shadow: inset 5px 0px 0px 0px #fff;
}
label:hover {
	text-shadow: 0px 0px 10px #fff;
}
input[type="radio"] {
	display: none;
}

#edit:checked + li, #archive:checked + li, #tools:checked + li, #preferences:checked + li {
	height: 189px;
}
i {
	margin-right: 12px;
}
.gitty{
	width: 600%;
    max-width: 154px;
    height: auto;
    position: relative;
    margin-top: 270px;
    overflow: hidden;
    margin-left: 102px;
    top: 388px;
}
th {
	
	height: 4em;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 65px;
	text-align: left;
	color: #ffffff;
    -webkit-text-stroke: 2px black;
}
@media screen and (max-width: 600px){
	#preview2{
		display: none;
	}
	nav {
		width: 100%;
		position: relative;
	}
	main {
		width: 100%;
        position: relative;
        overflow-x: hidden;
        
		background-repeat: no-repeat;
        background-position: unset;
	}
	.img-fluid{
		display: none;
	}
	th {
		position: inherit;
		left: 36px;
		top: 70px;
		bottom: 49px;
	}
	h1{
		position: relative;
		bottom: 98px;
		margin-bottom: 0px;
		margin-top: 0px;
	   }
	   
	   html, body {
		overflow-x: hidden;
		width: 100%;
	/*	background-image: url("../logo/uu.png");
	background-repeat: repeat;*/
		
	}
	img{
		position: relative;
		right: 35px;display: none;
		
	/**https://www.webdeveloper.com/d/127309-how-to-resize-image-onclick/6**/
	}
	#image{
		opacity: 9;
		display: block !important;
		position: relative;
		height: auto;
		margin-left: auto;
        margin-right: auto;
		padding-bottom: 20px;
   	 margin-bottom: 20px;
		border: 1px solid #000; 
		box-shadow: 0.4em 0.4em 0.4em rgba( 0, 0, 0, 0.3 );
		transition: 1s ease-in-out;
		cursor: pointer;
		
	}
	.setting1 { 
		
		margin-left: auto;
        margin-right: auto;
		width: 12.5em;
	 }
	
	.setting2 { 
		
		margin-left: auto;
        margin-right: auto;
		width: 25em;
	 }
	 .setting3 { 
		
		margin-left: auto;
        margin-right: auto;
		width: 37.5em;
	 }
	
	
	img.gitty{
		display: none;
	}
	p{
		position: relative;
		margin-left: 10px;
		font-family:'Source Code Pro', monospace;
	}
	#preview {
		display: none;
	}





/*777777777777777777777777777777777777777777*/
.uh{
	position: absolute;
	top:590px;
	left: 87px;
	
	padding-bottom: 90px;
}

	#myImg{
		display: initial;
		border-radius: 5px;
		margin-bottom: 10px;
	  cursor: pointer;
	  transition: 0.3s;
	}
	#myImg:hover {opacity: 0.7;}
	/* The Modal (background) */
	.modal {
		
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(194, 105, 105); /* Fallback color */
		background-color: rgb(101 14 74 / 90%); /* Black w/ opacity */
	  }
	 
	  
	  /* Modal Content (image) */
	  .modal-content {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 700px;
	  }
	  
	  /* Caption of Modal Image */
	  #caption {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 700px;
		text-align: center;
		color: #ccc;
		padding: 10px 0;
		height: 150px;
	  }
	  
	  /* Add Animation */
	  .modal-content, #caption {  
		margin-left: 60px;
		animation-name: zoom;
		animation-duration: 0.6s;
	  }
	
	  @keyframes zoom {
		from {transform:scale(0)} 
		to {transform:scale(1)}
	  }
	  
	  .close {
		position: absolute;
		top: 40px;
    right: 20px;
		color: #f1f1f1;
		font-size: 40px;
		font-weight: bold;
		transition: 0.3s;
	  }
	  
	  .close:hover,
	  .close:focus {
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	  }
}

@media screen and (max-width: 1440px) {
   
	
	html, body {
		overflow-x: hidden;
		width: 100%;
		position: initial;
	}
	.rez{
        height: inherit;
    }
	main{
		position: absolute;
		right: 0;
		width: 100%;
		height: 100%;
		
		overflow: auto;
		padding: 40px;
	}
    a {
        FONT-WEIGHT: 200;
        font-size: 12px;
        text-decoration: none;
        
       /* display: none;*/
        padding: 10px 25px;
        transition: all .25s;
        letter-spacing: 4px;
        overflow: initial;
        /*display: table-cell;*/
    }
    nav{
        position: fixed;
        display: contents;
        align-items: flex-start;
        width: 20%;
        height: 100%;
        background-color: rgb(190, 60, 60);
        overflow: auto; 
    }
	#up{
		display: initial;
	}
	.gitty{
		display: none;
	}
	td{
		
		display: none;
	}
	img{
		width:50px;
		object-fit: contain;
		
	}
	.cert{
		width:150px;
		height: 150px;
	}
	#preview{
		display: none;
	}
	#preview2{
		left: 200px;
    top: 250px;
	bottom: 0px;
	margin-left: 8px;
    margin-right: 400px;
	position: -webkit-sticky;
  position: sticky;
	font-family:'Source Code Pro', monospace;
	right: auto;
	float: right;
	
	background-color: rgb(105 228 228 / 48%);
    background-image: none;
    background-size: cover;
    display: block;
    border: double;
	top: 0;
	text-align: center;
	height: 700px;
    width: 500px;
	line-height: 250px;
color: #375167;
	border-radius: 80px/60px;
	font-size: 2em;
	}
	.grid{
		min-width: min-content;
		display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
	grid-template-columns:[linename] 10px;
    grid-gap: 0rem;
	grid-row: 4;
	}
}

@media screen and (max-width: 1200px) {
	#preview2{
	left: 200px;
    top: 300px;
	bottom: 0px;
	margin-left: 100px;
    margin-right: 300px;
	position: -webkit-sticky;
  position: sticky;
}

}
@media screen and (max-width: 1032px) {
	#preview2{
	left: 200px;
    top: 300px;
	bottom: 0px;
	margin-left: 100px;
    margin-right: 100px;
	position: -webkit-sticky;
  position: sticky;
	
	
	}
}
@media screen and (max-width: 820px) {
	#preview2{
		
	
	font-family:'Source Code Pro', monospace;
	right: auto;
	float: right;
	
	background-color: rgb(255 157 104 / 27%);
    background-image: none;
    background-size: cover;
    display: block;
    border: double;
	
	text-align: center;
	height: 700px;
    width: 500px;
	line-height: 250px;
color: #375167;
	border-radius: 80px/60px;
	font-size: 2em;

	left: 200px;
    top: 300px;
    bottom: 0px;
    margin-left: 100px;
    margin-right: 10px;
    position: -webkit-sticky;
  position: sticky;
	}
}
@media screen and (max-width: 724px) {
	#preview2{
	left: 200px;
    top: 300px;
	bottom: 0px;
	margin-left: 100px;
    
	margin-right: -10px;
    height: 600px;
    width: 400px;
	position: -webkit-sticky;
  position: sticky;
	
	
	}
}
@media screen and (max-width: 600px) {
#preview2{
	display: none;
}
main{
	background-image: unset;
	
}
body{
	background-color: #ffca28;
}
th {
	
	height: 4em;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 64px;
	text-align: left;
	color: #ffffff;
    -webkit-text-stroke: 2px black;
}

}
.audio{
	display: none;
}


@media screen and (max-width: 375px) {
th {
	bottom: 65px;
    top: 15px;
    left: -20px;

	position: relative;
	
	height: 4em;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 61px;
	text-align: left;
	color: #ffffff;
    -webkit-text-stroke: 1px black;
}
.uh {
    left: 88px;
}
#myImg {
	width: 122px;
}
}
@media screen and (max-width: 320px) {
	th {
		left: -29px;
		position: relative;
		height: 4em;
		font-family: 'Roboto Slab', serif;
		font-weight: bold;
		margin-bottom: 50px;
		font-size: 54px;
		text-align: left;
		color: #ffffff;
		-webkit-text-stroke: 1px black;
	}
	.uh {
		left: 74px;
	}
	#myImg {
		width: 114px;
	}
	main{
		overflow-x: hidden;
	}
	}
*{
  box-sizing: border-box;  
}

table{
    width: 60%;
}

img {
	padding-bottom: 7px;
	width: 150px;
	margin-right: 6px;
	
}
.img-fluid {
		width: 600px;
	height: 700px;
	position: absolute;
	top: 284px;
	right: 0px;
}




#preview {
	left: 650px;
	bottom: 4000px;
	top: 250px;
	position: absolute;
	right: auto;
	float: right;
	
	/*background-color: rgb(255 157 104);*/
	background-image: none;
	background-size: cover;
	
	text-align: center;
	height: 900px;
	width: 600px;
	line-height: 250px;
	/*color: #375167;*/
	border-radius: 80px/60px;
	font-size: 2em;
}
element.style {
    background-color: rgb(252, 190, 21);
    background-image: none;

    background-size: cover;
}
/**  NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN 

.div_content {
    position: relative;
	padding: 38px 0;
	background-color: coral;
}

.item1 {
    display: block;
    color: #fff;
    padding: 18px 30px 20px 35px;
    transition: background-color .35s,opacity .35s;
}
.item2 {
    display: block;
    font-size: 35px;
    line-height: 1;
}
.item3 {
    display: block;
    padding-top: 4px;
    color: #666;
    color: hsla(0,0%,100%,.33);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color .35s;
    letter-spacing: .05em;
} **/

  
.ccontainer .imgbox {
	width:100%;
	height:auto;
	transform:rotateY(0deg);
	transition: all 0.5s ease-in-out 0s;
  }
  .ccontainer:hover .imgbox{
	transform:rotateY(-90deg);
  }
  .text{
	box-sizing:border-box;
	position: absolute;
	left:0;
	top:0;
	color:white;
	width: 90%;
    height: 40%;
	padding:30px;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	transform:rotateY(90deg);
	transition: all 0.5s ease-in-out; 
  }
  .ccontainer:hover .text{
	transform:rotateY(0);
  }
  



  [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
	transform: translateZ(0) scale(1);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-property: opacity,transform;
}



