/* 
#faeb2c
(250,235,44)

#f52789
(245,39,137)

#e900ff
(233,0,255)

#1685f8
(22,133,248)

#3d144c
(61,20,76)
*/

#logo {
background-image: url(images/secs.png);
}

#csharp {
background-image: url(images/csharp_code_snippet_secsgem_initialization.png);
width: 869px;
height: 463px;
display: block;
position: absolute;
}
div.csharp {
background-image: url(../images/csharp_code_snippet_secsgem_initialization.png);
width:869px;height:463px;
}

@font-face {
    font-family: "Courier New";
    font-weight: normal;
    font-style: normal;
}

.h1 {
	font-family: 'Courier New';
	font-size: 24px;
	display: inline-block;
	line-height:32px;
	
}
.h2 {
	font-family: 'Courier New';
	font-size: 24px;
	line-height:32px;
	margin-top:64px;
}
.h3 {
	font-family: 'Courier New';
	font-size: 8px;
	display: inline-block;
	line-height:32px;
	margin-left: 16px;
}
.h4 {
	font-family: 'Courier New';
	font-size: 12px;
	display: inline-block;
	line-height:14px;
	margin-left: 16px;
}
body {
	margin: 0;
	font-family: 'Courier New';
	font-size: 16px;
	line-height: 20px;
	/*background: #faeb2c; url() no-repeat 50% 50%;*/
	background-size: cover;
	scrollbar-color: #e900ff #faeb2c;
}

a {
    text-decoration: none;
}

a:link, a:visited {
	color: #4caf50;
}

a:hover {
	color: #e900ff;
}
/* Large rounded green border */
hr {
  border: 2px solid green;
  border-radius: 5px;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 246px;
    background-color: #FFFFFF;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
	font-weight: bold;
    text-decoration: none;
}

.sidebar a.active {
    background-color: #4CAF50;
    color: white;
}

.sidebar a.logo {
    background-color: #e900ff;
    color: white;
	font-size: 42px;
	font-weight: bold;
	padding: 8px;
	margin: 0px;
	line-height:28px;
}

.sidebar a:hover:not(.active) {
    background-color: #e900ff;
    color: white;
}


div.header {
    margin-left: 240px;
    padding: 1px 16px;
    height: 1000px;
}
div.content {
    margin-top: 48px;/*distance from top for sidebar*/
    margin-left: 240px;/*distance from left for sidebar*/
    padding: 1px 16px;

}

.sidebar p.sidebar_margin_from_logo {
	background-color: #faeb2c;
}

@media screen and (max-width: 911px) {
    .sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 38px; /*margin-top: 72px; or 44 *//*sidebar landscape mobile distance from top*/
	}
	.h2{
        font-size: 24px;
	} 
}	
@media screen and (max-width: 701px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

	.sidebar a {
		/*float: left;*/
		/*font-size: 6px;*/
		line-height:10px;
	}

    div.content {
        margin-left: 0;
		margin-top: 48px;
    }
	.sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 44px; /*margin-top: 72px; or 44 *//*sidebar landscape mobile distance from top*/
	}
	.sidebar a.logo {
	  font-size: 12px; /*lila text*/
	}
	.h2{
        font-size: 24px;

    }
}

@media screen and (max-width: 690px) {

	.sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 44px; /*margin-top: 72px; or 44 *//*sidebar landscape mobile distance from top*/
	}
.sidebar a.logo {
	  font-size: 15x; /*lila text*/
	}
	.h2{
        font-size: 24px;
    }
}
@media screen and (max-width: 560px) {

	.sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 72px; /*margin-top: 72px; or 44 *//*sidebar landscape mobile distance from top*/
	}
.sidebar a.logo {
	  font-size: 15x; /*lila text*/
	}
	.h2{
        font-size: 24px;
   }
}
/*
@media screen and (max-width: 600px) {

	.sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 72px; /*margin-top: 72px; or 44 *//*sidebar landscape mobile distance from top
	}
.sidebar a.logo {
	  font-size: 15x; //lila text
	}
	
}*/
/* If the screen size is 400px wide or less, set the font-size of <div> to 10px */
@media screen and (max-width: 472px) {
    
	.sidebar a {
        /*text-align: center;*/
        float: none;
		font-size: 10px;
		line-height:15px;
	}
	/*div.content {
		margin-top: 44px;
    }*/
	.sidebar p.sidebar_margin_from_logo 
	{
		background-color: #faeb2c;
		margin-top: 72px;/* 100px sidebar mobile distance from top in vertical mode*/
	}
	.h2{
        font-size: 24px;
    }
}




/*ContactFormStyle BEGIN*/
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Courier New';
  font-size: 14px;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;

}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-family: 'Courier New';
  font-size: 18px;

}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/*ContactFormStyle END*/



/*IMAGES BEGIN*/

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  pointer-events: none; /*makes */
}

/* Position the image container (needed to position the left and right arrows) */
.img_container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*IMAGES END*/


/*NAVBAR BEGIN*/
.navbar {
  overflow: hidden;
  background-color: #e900ff;
  position: fixed;
  top: 0;
  width: 100%;

}
/*NAVBAR END*/




div.fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	border: 3px solid #e900ff;
	z-index: 1000;
	background: #CCC
}

button {
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	background-color: transparent;
	font-size: 1rem;
	color: #333;
	background-image: linear-gradient(to bottom,transparent,transparent 50%,rgba(0,0,0,.04));
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), inset 0 1px 0 0 rgba(255,255,255,.45), inset 0 -1px 0 0 rgba(255,255,255,.15), 0 1px 0 0 rgba(255,255,255,.15);
	text-shadow: 0 1px rgba(255,255,255,.4);
}

	button:hover {
		background-color: #e900ff;
	}
