/*=========================================
IMPORT OUR DESIRED FONT
=========================================*/

/*import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@500&family=Roboto+Slab:wght@300&family=Yeseva+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Roboto Slab', serif;;
}

/*=========================================
 * BACKGROUND image placement on body as FIXED when one scrolls
 * https://stackoverflow.com/questions/16548338/full-screen-responsive-background-image 
=========================================*/
body { 
	background: url(dbw_background_image.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*#header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)),
    url("dbw_background_image.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}*/
/*#header {
  
}*/

.navbar ul li a:hover {
  color: var(--main-color) !important;
  border-bottom: 1px solid var(--main-color);
}
:root {
  --main-color: #f73020;
}
.act,

.theme-text {
  color: var(--main-color) !important;
}

.middle {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80vh;
  width: 70%;
}
.middle h1 {
  font-size: 70px;
}
.social-links{
  display: flex;
  justify-content: start;
  align-items: right;
  height: 80vh;
  width: 70%;
}
.social-icons{
	right: 72px;
	bottom: 35px;
	position: absolute;	
}
.social-icons ul li{
	list-style:none;
	margin-top: 15px;
	text-align: center;
}
/* NAVIGATION bar */
.navbar-brand{
      font-size: 30px;
}
.nav-item{
      font-size: 20px;
}
/* start ABOUT ME */
.box {
   display: flex;
   align-items:center;
}

.Avatar-info img {
    width: 15%;
    height: auto;
    float: left;
    margin: 20px;
}
.Avatar-info span{
	text-align: justify;
	font-size: 25px;
}

/* ##############################################
							FOOTER
############################################## */
.quick{
	left: 0;
	bottom: 0;
	position: absolute;
	/*background: linear-gradient(to right, #db1bf6, #19d7f8)*/
    height: auto;
    float: left;
    margin: 40px;
}

.quick img{
	width: 50%;
}
/* end ABOUT ME */
.dropdown-menu a{
    color: #FFFFFF !important;
}
