body{
	background:	url(./images/background_pattern.svg) repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.headerbar{
	/*background: #F2BA39;*/
	background: rgba(0, 0, 0, 0.0);
	width: 940px;
	height: 2400px;
	overflow: auto;
	position: relative;
}

.logo{
	position: absolute;
	top: 15px;
	left: 0px;
	padding-left: 20px;
}


.title{
	position: absolute;
	top: 35px;
	left: 100px;
	padding-left: 40px;
}


.banner {
	position: absolute;
	top: 0px;
	right: 0px; 
}


.banner .btnone {
	position: absolute;
	top: 50px;
	right: 4px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.banner .btnone:hover {
	background-color: black;
	color: white;
}


.banner .btntwo {
	position: absolute;
	top: 50px;
	right: 85px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}


.banner .btntwo:hover {
	background-color: black;
	color: white;
}

.banner_small {
    position: absolute;
	top: 0px;
	right: 0px; 
    visibility: hidden;
}

.banner_small .btnone {
	position: absolute;
	top: 50px;
	right: 4px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.banner_small .btnone:hover {
	background-color: black;
	color: white;
}


.banner_small .btntwo {
	position: absolute;
	top: 50px;
	right: 85px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}


.banner_small .btntwo:hover {
	background-color: black;
	color: white;
}



/* Grid */
.row_grid {
	padding: 20px 20px 0 0;
}

/* Create two equal columns that sits next to each other */

.block_works {
	position: absolute;
	top: 130px;
	width: 910px;
	padding: 8px 0px 8px 8px;
	background: #FFFFFF;
	height: 2100px;
	font-family: verdana,geneva,sans-serif;
	font-size: 24px;
	color: #FFA500;
}


.row1_works_c1 {
	position: absolute;
	top: 260px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row2_works_c1 {
	position: absolute;
	top: 540px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row3_works_c1 {
	position: absolute;
	top: 820px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row4_works_c1 {
	position: absolute;
	top: 1100px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row5_works_c1 {
	position: absolute;
	top: 1430px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row6_works_c1 {
	position: absolute;
	top: 1650px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 30px;
}

.row7_works_c1 {
	position: absolute;
	top: 1940px;
	background: #FFFFFF;
	margin-left: 130px;
	margin-right: 30px;
}


.img_works {
    width: 30%;
    margin-right:20px;
    margin-top:5px;
    margin-bottom:10px;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 940px) {
    
  
  .block_works {
	position: absolute;
	top: 80px;
	width: 91%;
	left: 20px;
	right: 20px;
	height: 2100px;
  }
  

  .logo{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 20px;
	left: 5px;
  }
  
  .title{
	position: absolute;
	width: 140px;
    height: auto;
	top: 34px;
	left: 55px;
  }
  
  .banner {
    width: 140px;
    height: auto; 
    visibility: hidden;
  }
  
  .banner_small {
    position: absolute;
	top: 28px;
	right: 0px; 
    visibility: visible;
  }

  .banner_small .btnone {
    position: absolute;
	top: 05px;
  }

  .banner_small .btntwo {
	position: absolute;
	top: 05px;
  }
  
  .txt_text {
	font-family: verdana,geneva,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
  }
  
  .row1_works_c1 {
	position: absolute;
	top: 180px;
	left: 10px;
  }

  .row2_works_c1 {
	position: absolute;
	top: 550px;
	left: 10px;
  }


  .row3_works_c1 {
	position: absolute;
	top: 820px;
	left: 10px;
  }
  
  .row4_works_c1 {
	position: absolute;
	top: 1120px;
	left: 10px;
  }
 
  .row5_works_c1 {
	position: absolute;
	top: 1380px;
	left: 10px;
  }
  
   .row6_works_c1 {
	position: absolute;
	top: 1650px;
	left: 10px;
  }
  
  .row7_works_c1 {
	position: absolute;
	top: 1940px;
	left: 10px;
	margin-left: 20px;
	margin-right: 20px;
  }
  
  .img_works {
    width: 30%;
    min-width:140px;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
  }
   
}


.txt_title {
	font-family: verdana,geneva,sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #FFA500;
}

.txt_subtitle1{
	font-family: verdana,geneva,sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #FFA500;
}

.txt_text {
	font-family: verdana,geneva,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #747474;
}





/* Footer */
.footer {
	position: absolute;
	width: 920px;
	margin-top: 40px;
	height: 40px;
	background: #F2BA39;
}

.footer .btnterms {
	position: absolute;
	background-color: #0091FF;
	color: white;
	font-size: 16px;
	right: 0px;
	margin-top: 21px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.footer .btnterms:hover {
	background-color: black;
	color: white;
}



