* {}

body {
	margin: 0;
	/*ITC Avant Garde Gothic Pro Book*/
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	/*ITC Avant Garde Gothic Pro Medium*/
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	/*ITC Avant Garde Gothic Pro Bold*/
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	/*Didot LT Pro Roman*/
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	/*Didot LT Pro Italic*/
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: italic;
	/*Didot LT Pro Bold*/
	font-family: "linotype-didot", serif;
	font-weight: 700;
	font-style: normal;
	/*Didot LT Pro Bold Italic*/
	font-family: "linotype-didot", serif;
	font-weight: 700;
	font-style: italic;
	/*Didot LT Pro Headline*/
	font-family: "linotype-didot-headline", serif;
	font-weight: 400;
	font-style: normal;
	
}

/*START NAV BAR */

nav {
	position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
	
}

.navbar-brand{
	display: inline;
	font-size: 2.25vw;
}
.navbar-nav{
	position: relative;
	float: right;
}
.nav-item{
	font-size: max(1.25vw, 15px);
	float: right;
	position: relative;
}
.nav-link{
	float: right;
}


/*END NAV BAR*/

/*Start Portfolio*/
.portfolio {
	width: 60%;
	padding-top: 10px;
	position: relative;
	z-index: 1100;
}
.container{
	
}
.row{
	margin: 0 auto;
	
}
.col-sm-6 {
	margin: 0 auto;
	padding: 10px;
}

.row img {
	width: 100%;
	margin: 0px auto;
}


/*start modal*/
.modal-body{
	background: #FAF9F8;
}
.portfolioText{
	padding: 10px;

}
.portfolioText h1{
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.portfolioText h4{
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: italic;
}
.portfolioText p{
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.modal-body img{
	background: white;
	padding: 5px;
}
.modal-body .col-sm-6{
	width: 75%;
}
.modal-body .col-sm-3{
	width: 100%;
}

/*start modal*/


/*End Portfolio*/

/*Start Resume*/
.col-sm-12{
	border: solid black;
	background: white;
	width: 60%;
	margin: 0 auto;
	margin-top: 10px;
	z-index: 1100;
}
/*End Resume*/

/*Start Contact*/
.containerContact{
	margin: 0 auto;
	width: 60%;
	margin-top: 10px;
	position: relative;
	z-index: 1100;
	border: solid black;
	background: white;
}

 button, select {
     text-transform: none;
}
 button, input, select, textarea {
     color: black;
     font: inherit;
     margin: 0;
}
 input {
     line-height: normal;
}
 textarea {
     overflow: auto;
}
 #container {
     border: solid 3px black;
     max-width: 768px;
     margin: 60px auto;
     position: relative;
}
 form {
     padding: 37.5px;
     margin: 50px 0;
}
 h1 {
     color: black;
     font-size: 32px;
     font-weight: 700;
     letter-spacing: 7px;
     text-align: center;
     text-transform: uppercase;
}
 .underline {
     border-bottom: solid 2px black;
     margin: -0.512em auto;
     width: 80px;
}
 .icon_wrapper {
     margin: 50px auto 0;
     width: 100%;
}
 .icon {
     display: block;
     fill: black;
     height: 50px;
     margin: 0 auto;
     width: 50px;
}
 .email {
     float: right;
     width: 45%;
}
 input[type='text'], [type='email'], select, textarea {
     background: none;
     border: none;
     border-bottom: solid 2px black;
     color: black;
     font-size: 1.000em;
     font-weight: 400;
     letter-spacing: 1px;
     margin: 0em 0 1.875em 0;
     padding: 0 0 0.875em 0;
     text-transform: uppercase;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 input[type='text']:focus, [type='email']:focus, textarea:focus {
     outline: none;
     padding: 0 0 0.875em 0;
}
 .message {
     float: none;
}
 .name {
     float: left;
     width: 45%;
}
 select {
     background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
     outline: none;
     -moz-appearance: none;
     -webkit-appearance: none;
}
 select::-ms-expand {
     display: none;
}
 .subject {
     width: 100%;
}
 .telephone {
     width: 100%;
}
 textarea {
     line-height: 150%;
     height: 150px;
     resize: none;
     width: 100%;
}
 ::-webkit-input-placeholder {
     color: black;
}
 :-moz-placeholder {
     color: black;
     opacity: 1;
}
 ::-moz-placeholder {
     color: black;
     opacity: 1;
}
 :-ms-input-placeholder {
     color: black;
}
 #form_button {
     background: none;
     border: solid 2px black;
     color: black;
     cursor: pointer;
     display: inline-block;
     font-size: 0.875em;
     font-weight: bold;
     outline: none;
     padding: 20px 35px;
     text-transform: uppercase;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 #form_button:hover {
     background: black;
     color: white;
}
 @media screen and (max-width: 768px) {
     #container {
         margin: 20px auto;
         width: 95%;
    }
}
 @media screen and (max-width: 480px) {
     h1 {
         font-size: 26px;
    }
     .underline {
         width: 68px;
    }
     #form_button {
         padding: 15px 25px;
    }
}
 @media screen and (max-width: 420px) {
     h1 {
         font-size: 18px;
    }
     .icon {
         height: 35px;
         width: 35px;
    }
     .underline {
         width: 53px;
    }
     input[type='text'], [type='email'], select, textarea {
         font-size: 0.875em;
    }
}


.scale-up-top {
	-webkit-animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}




/*End Contact*/