@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	background-color: #ffffff;;

	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
}


a {
  text-decoration: none;
  color:#a01b1b;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}
.center{
  text-align: center;
}
#main{
  width: 100%;
  height: 100%;
}
.container{
  text-align:center;
}
.container img{
  max-width: 90%;
  max-height: 300px;
}


#content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background: rgba(255, 255, 255, 0.9);
  padding:30px;
  border:1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  min-width: 300px;
  min-height: 300px;
}

#contentEnd {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);


}
.temprestant{
  font-size:120px;
  color:#a01b1b;
  background: rgba(29, 29, 29, 0.9);
  width:160px;
  border:none;
  margin-bottom:20px;
  padding:15px;
  float:left;
}
.terminal{
  clear: both;
  background: rgba(29, 29, 29, 0.9);
  padding:30px;
  border:1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  min-width: 300px;
  min-height: 150px;

  color:#fff;
}

.terminalgreen{
  color:#536b3e;
  font-weight: bold;
}
.terminalblue{
  color:#404baf;
}
.endcode{
  background: rgba(29, 29, 29, 0.9);
  color:#fff;
  border:none !important;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.btn{
  text-align:center;
  font-size:14px;
  font-weight: 600;
  padding:5px;
  background-color: #c1b3e1;
  
  border:1px solid #5a3ca1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.hide{
  display: none;
}
.codebox{
  clear: both;
  margin-top:30px;
  margin-bottom:30px;
  width:300px;
  min-height: 150px;
  margin:0 auto;
  background-color: #d2e6c0;

  border:1px solid #5a3ca1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  text-align: center;
  position: relative;
}

.bgimg{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-attachment: fixed;
}
.end{
  background-image: url(images/end.jpg);
}
.step1{
  background-image: url(images/intro.png);
}
.step2{
  background-image: url(images/step2.png);
}
.step3{
  background-image: url(images/step3.png);
}
.step4{
  background-image: url(images/step4.png);
}
.step5{
  background-image: url(images/step5.png);
}