body
{
	background-color: #fcfcfc;
}

.main
{
	margin-top: 15px;
}

.main-contact
{
	margin: 50px 0 50px 0;
}

main h2
{
	text-align: center;
	font-size: 50px;
	font-family: 'Prompt', sans-serif;
	background-color:white;
	color:black;
	padding:33px;
}

#mainimg
{
	border: 2px solid #f69322 !important;
	margin: 20px 0 20px 0;
}

#modal_css
{
	padding-bottom: 5px;
}

#modal_cssV
{
	padding-bottom: 5px;
	background-color: transparent;
}

@media (max-width: 375px)
{
	#modal_css
	{
		padding-right: 55px;
	}
}

@media (max-width: 414px)
{
	#modal_css
	{
		padding-left: 55px;
	}
}

.about2
{
	background-color: lightgrey;
	padding: 20px 30px 20px 30px;
}

.nav-button
{
	background-color: #f69322 !important;
	color: black;
	text-decoration: none;
	margin-left: 10px;
}

#button-modal
{
	text-align: center;
	margin: 20px 0 20px 0;
	background-color: transparent;
}

nav 
{
	font-family: 'Prompt', sans-serif;
	font-size: 20px;
	padding-top: 0px;
	margin-top: 50px;
}

.navbar 
{
	background-color: white;
	border: 0;
	padding: 50px 0 0px 0;
}

.navbar-brand
{
	font-family: 'Prompt', sans-serif;
	font-weight: 700px;
	font-style: normal;
	font-size: 45px;
	text-transform: uppercase;
	color: #444444;
	padding:0;
	letter-spacing: 2px;
}

.nav-item
{
	text-decoration: none;
	font-family: 'Prompt', sans-serif;
	font-weight: 100px;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #cfcfcf;
}

.image-tagline
{
	text-align: center;
	text-decoration: none;
	font-family: 'Prompt', sans-serif;
	font-weight: 100px;
	font-style: normal;
	font-size: 14px;
	color: #434343;
	padding: 15px 0 30px 0;
}

span
{
	text-decoration: none;
	color:black;
}

span:hover
{
	text-decoration: none;
	color: grey;
}

/* Full-width input fields */
input[type=text], input[type=email], textarea 
{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #ffffff;
}
input[type=text], input[type=email], textarea 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus 
{
    /*box-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

*, *::before, *::after
{
    box-sizing: border-box;
}

.submit
{
    background-color: #027bff;
    color: white;
    padding: .5em 1em;
    border-radius: 3px;
    border: none;
    outline: none;
    position: relative;
    margin-left: 5px;

    --border-size: 2px;
}

.submit.submit-border-pop::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: var(--border-size) solid #027bff;
    border-radius: 3px;
    transition: top, left, right, bottom, 100ms ease-in-out;
}

.submit.submit-border-pop:hover::before, .submit.submit-border-pop:focus::before
{
    top: calc(var(--border-size) * -2);
    left: calc(var(--border-size) * -2);
    right: calc(var(--border-size) * -2);
    bottom: calc(var(--border-size) * -2);
}

.reset
{
    background-color: #dc3545;
    color: white;
    padding: .5em 1em;
    border-radius: 3px;
    border: none;
    outline: none;
    position: relative;

    --border-size: 2px;
}

.reset.reset-border-pop::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: var(--border-size) solid #dc3545;
    border-radius: 3px;
    transition: top, left, right, bottom, 100ms ease-in-out;
}

.reset.reset-border-pop:hover::before, .reset.reset-border-pop:focus::before
{
    top: calc(var(--border-size) * -2);
    left: calc(var(--border-size) * -2);
    right: calc(var(--border-size) * -2);
    bottom: calc(var(--border-size) * -2);
}

.resume 
{
    background-color: #f69322;
    color: white;
    padding: .5em 1em;
    border-radius: 3px;
    border: none;
    outline: none;
    position: relative;
    margin-left: 5px;

    --border-size: 2px;
}

.resume.resume-border-pop::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: var(--border-size) solid #f69322;
    border-radius: 3px;
    transition: top, left, right, bottom, 100ms ease-in-out;
}

.resume.resume-border-pop:hover::before, .resume.resume-border-pop:focus::before
{
    top: calc(var(--border-size) * -2);
    left: calc(var(--border-size) * -2);
    right: calc(var(--border-size) * -2);
    bottom: calc(var(--border-size) * -2);
}

.slide-in-right {
	-webkit-animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
