body, html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}
/* /////// NAVBAR //// */
#top-navbar, .top, .navbar{
	background-color: #011F27 !important;
}
.navbar-brand{
	padding: none;
}
.navbar-brand:hover{
	color: #7c7c7c;
}
.color-custom a{
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
}
.color-custom a:hover{
	color: #F38749 !important;
}
.dropdown-menu a{
	color: #011F27 !important;
}
.dropdown-menu a:hover{
	background-color: #F3874999;
	color: #011F27 !important;
}
.home{
	padding-bottom: 3px;
}
.dropdown{
	cursor: pointer;
}
.search{
	padding: 0%;
	height: 40px;
}

/* /////////// BANNER ///// */
#banner{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/arduino-2.jpg');
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner{
	text-align: center;
	padding: 130px 30px 100px 30px;
	color: #ffffff;	
}
#banner h1{
	font-weight: bolder;
}
#banner h4{
	color: #ffffff;
}
#banner a{
	color: #0a0a0a;
	font-weight: bolder;
	font-size: larger;
	font-family: 'Press Start 2P', cursive;
}
#banner a:hover{
	color: #fff;
}
#banner .press-start-banner{
	padding: 60px 0px 0px 0px;
	font-family: 'Press Start 2P', cursive;
}
#banner .start-btn{
	padding: 30px 0px 0px 0px;
	max-width: 500px;
	margin: auto;
}
#banner .start-btn a{
	height: 60px;
	padding-top: 15px;
	border-radius: 30px;
}
/* ///////MAINPAGE //////// */
.mainpage_main h6, .mainpage_lectures h6{
	font-family: 'Press Start 2P';
	text-transform: uppercase;
	margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
/* /////////FOOTER//// */
/* Main Footer */
footer .main-footer{	padding: 20px 0;	background: #011F27;}
footer ul{	padding-left: 0;	list-style: none;}
/* Copy Right Footer */
.footer-copyright {	background:  #025158;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #fff;	margin: 2px 0 0;}
/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}
/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}
/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}
/* Footer 4 */
.footer- .logo {    display: inline-block;}
/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #0069D9;}
.widget li a:hover{	color: #4b92dc;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#F38749;}
ul.social-footer2 li a {display: block;	height:30px;width: 50px;text-align: center; border-radius: 3px;}
.btn{background-color: #139DF8; color:#000;}
.btn:hover, .btn:focus, .btn.active {background: rgb(51, 51, 51);color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;
}
/* //////////////COOKIES////*/
.cookie-container {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: rgba(1, 31, 39, 0.959);	/*#011F27*/
	color: #f5f6fa;
	padding: 10px 32px;
	box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
	font-size: 18px;
	transition: 300ms;
  }
  .cookie-container.active {
	bottom: 0;
  }
  .cookie-container a {
	color: #f5f6fa;
  }
  .cookie-btn {
	background: #ffffff;
	border: 0;
	color: #011F27;
	padding: 12px 48px;
	font-size: 18px;
	margin-bottom: 16px;
	border-radius: 8px;
	cursor: pointer;
  }
  .cookie-btn:hover{
	  background: #025158;
	  color: #ffffff;
  }
/* /////Drafting Blink Animation///*/
/* ONLY USE THIS WHEN COMPOSING ARTICLES THAT ARE COMING SOON */
/* //ABOUT PROFILE */
.about_content{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('../about/about_2.jpg');
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	text-align: center;
}
.page_info p{
	padding: 35px;
	text-align: justify;
	font-size: larger;
}
.profile{
	padding: 0px 20px 20px 20px;
	
}
.profile img{
	height: 150px;
	margin: auto;
	display: block;
	border: 5px solid #ffffff;
}
.social_accounts a{
	margin: auto;
	padding: 10px;
}
.social_accounts a:hover{
	margin: auto;
	padding: 10px;
	border-radius: 5px;
	background-color: #5a5a5a;
}
.content{
	text-align: justify;
	padding: 10px 35px 35px 35px;
}

/* BLOG CONTENT */
#lecture p{
	text-align: justify;
}
.blog_content .btn{
	float: right;
}
.blog_content .image_1{
	width: 250px;
	font-size:80%;
	float: right;
	margin-left: 1.2rem;
}
.image_1 img{
	padding-bottom:0.5em;
	border-radius: 1rem;
}
/* CONTACT */
input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
  }
  
  input[type=submit] {
	background-color: rgb(0, 0, 0);
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  }
  
  input[type=submit]:hover {
	background-color: #4B92DC;
  }
  /* CARD PADDING */
.card-columns{
	column-gap: 0.25rem; 
}

/* VIDEO */
.video{
	width: 100% !important;
 	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.solar{
	text-align: center;
}
