@import url('https://fonts.googleapis.com/css?family=Aldrich');
body{font-family: 'Aldrich';}

a {
  text-decoration: none;
  color: black;
}
a:hover.fab {
  background-image: repeating-linear-gradient(to top, #FF1493, #9932CC, #0000FF, #7FFF00, #FFFF00, #FFA500, #FF0000);   -webkit-background-clip: text;
  color: transparent;
}
/* a:visited {text-decoration: none;} */
img{
    margin-left:auto;
    margin-right:auto;
}

h1{
    text-align: center;
    color: Black;
    font-size: 70px;
    font-weight: bold;
}

p{
    text-align: center;
    color: #009988;
    font-size: 25px;
    display: block;
}
figure img{
  display: block;
  position: relative;
  margin: auto;
}
figcaption {
  text-align: center;
}

pre {
  text-align: center;
  color: #009988;
  font-size: 25px;
  display: block;
  width: 85%;
}

/*for dropdown menu/////////////////////////////////////////////*/
.tablinks {
  display: inline-block;
  color: white;
}
/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #e2dd24;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: 0%;
  right: auto;
  top: 100%;
  bottom: auto;
  text-align: center;
  bottom: auto;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e2dd24}

/* Show the dropdown menu (use JS to add
this class to the .dropdown-content container
when the user clicks on the dropdown button) */
.show {display:block;}


/* Style the buttons inside the tab/////////////////////////// */
.tab {
  position: fixed;
  background: rgb(64,93,230);
  background: linear-gradient(86deg, rgba(64,93,230,1) 0%, rgba(88,81,219,1) 8%, rgba(131,58,180,1) 36%, rgba(193,53,132,1) 62%, rgba(225,48,108,1) 80%, rgba(253,29,29,1) 94%);
  top: 0%;
  left: 0%;
  width: 100%;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-right: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 35px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #e2dd24;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px 24px;
    border: 1px solid #ccc;
    border-top: none;
}

/* User Defined IDs + Classes */
#project-icons{
  text-align: center;
}