html, body {
	height: 100%;
	position: relative;
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.27) inset;
	color: #000;
	font-family: "Lucida Sans Unicode", Verdana;
	background: #665fee;
	background-image: -webkit-linear-gradient(45deg, rgb(102, 95, 238) 0%, rgb(39, 194, 222) 100%);
	overflow-x: hidden
}

@font-face {
	font-display: swap
}

.flex-grow {
	flex: 1
}

a, a:hover, a:active {
	color: #1993ff
}

.h-05 {height: 0.5% !important}
h1 {font-size: 4rem !important}
.padding40 {padding: 40px}
.navbar-default .navbar-toggle {border: 0}
.navbar-light .navbar-nav .nav-link {color: #dfdfdf}
.navbar-light .navbar-brand, .navbar-light:hover .navbar-brand:hover {color: #fff}
.nav li > a {padding: 20px}

.navbar li {
	font-size: 16px;
	text-transform: small-caps;
	margin-right: 25px
}

.navbar, .navbar-collapse {
	border: 0;
	background: none;
	padding-top: 10px
}

ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
	color: #ffffff;
	background: none;
	border-bottom: 1px solid #a5d5ff
}

.footer {
	color: #dfdfdf;
	font-size: 13px;
	padding: 20px
}

.customBackground {
   position: relative;
}

.customBackground:before {
   content: '';
   min-height: 100%;
   min-width: 200%;
   left: -50%;
   display: block;
   position: absolute;
   background-color: #f2f4f9;
   -webkit-transform: rotate(-4deg);
   -ms-transform: rotate(-4deg);
   transform: rotate(-4deg);
   z-index: 1;
   color: #212529;
}

.resetTextRotation {
   padding: 100px 40px;
   z-index: 2;
}


@media (min-width: 300px) and (max-width: 767px) {
   h1 {font-size: 3em !important}

   .navbar-brand {
      white-space: normal !important
   }

   .customBackground:before {
      display: none;
   }

   .resetTextRotation {
      background: rgb(242, 244, 249);
      padding: 40px;
   }
}


#submitForm
{
    margin-left: 0 !important ;
}







/*my edits*/


/*my edits*/

html {
  scroll-behavior: smooth;
}

tr
{
	min-height: 50px;
}

.lin
{
    padding-top: 20px;
    padding-bottom: 20px;
	
}

.card-body
{
    padding: 20px;
}


@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}

h2#education, #history, #projects, #dl-resume, #contact {
    padding-top: 65px;
}

#home
{
	padding-top: 10%;
}

.skillz
{
	display: inline;

}


.skillz li
{
    display: inline-grid;
    margin: 5px 2px;
    padding: 5px;
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
}

.tech-used
{
	display: inline;

}
.tech-used li
{
	display: inline;
    margin: 10px;
    padding: 5px;
    background-color: #3c3c3c;
    color: #fff;
    line-height: 30px;
    border-radius: 6px;
	font-size: 12px;
}

.btn-primary
{
	color: #fff;
    background-color: #353535 !important;
    border-color: #353535;
}

.btn-primary:hover {
    color: #fff;
    background-color: #616161 !important;
    border-color: #616161;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 11px !important;
}

input {
    line-height: normal;
    margin-top: 15px !important;
}

.input-xlarge
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px  solid #dadada;
    border-radius: 5px;
    padding: 10px !important;
    min-width: 40% !important;
    margin-left: 10px;
    width: 100%;
}

.input-xxlarge
{
    margin-top: 15px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.capy
{
    margin-left: 80px;
}

.conty
{
    background: linear-gradient(90deg, rgba(72,50,78,0) 0%, rgba(158,96,100,0) 35%, rgba(177,146,103,0) 100%);
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #48324e, #b19267);
    padding: 25px;
    width: 50%;
    color: #000;
    font-size: 26px;
    opacity: 0.5;
    transition: color 0.5s linear;
}

.conty:hover
{
    background: linear-gradient(90deg, rgba(72,50,78,1) 10%, rgba(158,96,100,1) 35%, rgba(177,146,103,1) 100%);
    padding: 25px;
    width: 50%;
    color: #fff;
    font-size: 26px;
    transition: 0.9s;
    opacity: 1;
    border: 3px solid #fff;
}

.dler
{
    opacity: 0.4;
}

.dler:hover
{
    opacity: 1;
    transition: all 0.9s;
}

.face img
{
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #b7b7b7;

}


.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  margin-bottom: 10%;
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}


.thanks
{
	text-align: center;
}

#another
{
	text-align: center;
	font-size: 12px;
}

#gohome
{
	text-align: center;
	font-size: 10px;
	color: blue;
}

button, select {
    text-transform: none;
    padding: 5px 30px;
    margin-left: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}


.make
{color: #000;}



.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-bottom: 0px !important;
}













/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 15x;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}



#file-nav-back {
    margin-left: 4px;
}

.file-browser {

}


.file-browser .navigation .butto {
    border: 0px !important;
    background: white;
    cursor: default;
    color: #999;
}

.file-browser .sorting .button {
    margin-right: 1.5rem !important;
}

.the-top {
display: flex !important;
}

#file-nav-back, #file-nav-forward, #file-nav-up, #tile-view, #sort-alpha, #list-view
{
	border: 0px !important;
}


.file-browser  {
    margin-top: 65px !important;
    padding: 0.5rem;
    line-height: 1;
    font-size: 1.25rem;
    border-radius: 0px !important;
    background: #fff !important;
    border: 0px !important;
    color: #333;
    flex: 0 0 auto;
}

.address-bar
{
    padding: 0.5rem;
    line-height: 1;
    font-size: 1.25rem;
    border-radius: 0px !important;
    background: #fff !important;
    border: solid 1px #eaeaea !important;
    color: #333;
    flex: 0 0 auto;
}


.browser
{
	display: flex;
    background-color: #fff !important;
    border-radius: 0px !important;
    border: solid 1px #e8e8e8 !important;
}

/*.resetTextRotation {*/
/*    transform: rotate(*/
/*4deg*/
/*) !important;*/
/*    max-width: 92%;*/
/*    left: 50px;*/
/*    margin-top: 0px !important;*/
/*    margin-bottom: -20% !important;*/
/*}*/