/*
COLOR PALETTE
https://coolors.co/f7fff7-343434-2f3061-ffe66d-a1c6d7
#F7FFF7 - almost white
#343434 - dark gray - almost black
#2F3061 - blue dark
#FFE66D - yellow
#A1C6D7 - blue light
*/


/* Global styles
------------------------------------*/
html {
  box-sizing: border-box;
  
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #343434;
	  background: #e5e5e5;

  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.5;
	back

}
img {
  width: auto;
}
a {
  color: #343434;
}
a:hover {
  text-decoration: none;
	color: #343434;
}
h1 {
  font-size: 100px;
  line-height: 1;
}
h2 {
  font-size: 15px;
}
h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.content-wrap {
  max-width: 1024px;
  width: 85%;
  margin: 0 auto;
  padding: 0px 0;
	background: #e5e5e5;
	height: auto;
	position: relative;
}

.content-wrap1 {
 max-width: 100%x;
    width: 100%;
  margin: 0 auto;
	max-width: 1024;
  padding: 0px 0;
	background: #EDEDED;
	height: auto;
}

.section1 {
 max-width: 1024px;
    width: 85%;
  margin: 0 auto;
	max-width: 1024;
  padding: 0px 0;
	background: #EDEDED;
	height: auto;
}
.section1 .section-left p {
    font-size: 32px;
    line-height: 24px;
}




h3 {
  margin-bottom: 0;
}
.item-details h3 + p {
  font-style: italic;
}
.item-details h3 ~ p {
  margin: 0;
}
.divider > section {
  border-bottom: 1px dashed #343434;
  padding: 25px 0;
}
.divider > section:last-of-type {
  border-bottom: none;
}


/* Profile
------------------------------------*/
header {
  background: #fff;
  color: #210000;
  background-position: top left;
	background-repeat: no-repeat;
  padding: 10px 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 8px solid #333333;
}





.section2 {
  background: #C8C8C8;
  color: #210000;
 
  background-position: top left;
	background-repeat: no-repeat;
  padding: 5px;
}





/* Contact Info
------------------------------------*/
footer {
  background: ##EAEAEA;
  color: #343434;
	
	padding:10px;
}
.contact-list {
  list-style-type: none;
  padding: 0;
}
.contact-list a {
  padding: 10px;
  display: inline-block;
}


.footer1 {
  background: #2C2C2C;
  color: #210000;
   padding: 5px;
}
.login-form {
    position: absolute;
    right: 0;
    bottom: 100px;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 240px;
	border-radius: 10px;
	overflow: hidden;
}

.order-now {
    width: 90%;
    margin: 10px;
    background: #f9b63d;
    text-align: center;
	color:#ffffff;
    padding: 1px;	
	border-radius: 10px;


}


.order-now h4 {
    text-align: center;
	color:#ffffff;
	font-size: 25px;
	line-height: 0px;
}

.order-now a {
   text-decoration: none;
}





.form-header h4 {
    float: left;
    width: 100%;
    margin: 10px;
    background: #f9b63d;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.form-header {
    float: left;
    width: 100%;
}
.form-center {
    float: left;
    width: 100%;
    padding: 20px;
}
.login-field {
    float: center;
    width: 90%;
    margin: 0 0 10px;
}
.login-field:last-child {
    margin: 0;
}
.login-field input {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px;
    border: none;
    color: #000;
}
.login-field.login-field-submit input {
    cursor: pointer;
    background-color: #f9b63d;
    color: #fff;
	
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    background-image: url(../images/login-icon.png);
    background-repeat: no-repeat;
    background-position: 85% center;
	margin: 10px;
	padding: 10px;
}
.login-bottom {
	float: left;
	width: 100%;
    padding: 20px;
}
.login-bottom p {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 12px;
	color: #333333;
}
.login-bottom p strong {
    font-size: 16px;
}
.login-bottom p a {
    color: #f9b63d;
    text-decoration: none;
}
.login-bottom p a:hover {
    color: #333333;
}
.logo {
    float: left;
	padding: 9px 0 0;
}
.logo-right {
    float: right;
}
.section-one {
    width: calc(100% - 240px);
    padding: 0 20px 0 0;
}
.section-left {
    float: left;
    width: 100px;
    text-align: center;
	margin-top: 90px;
}
.section-left p {
    font-size: 28px;
    text-transform: uppercase;
    color: #f79d31;
    font-weight: 600;
	line-height: 20px;
}
.section-left p span {
    display: block;
    font-size: 20px;
    color: #333;
}




/* Responsive
------------------------------------*/

@media only screen and (max-width:991px){
	.login-form {
		position: static;
		margin: 20px auto;
		max-width: 500px;
	}
	.section-one {
		width: 100%;
	}
}


@media screen and (min-width:750px){
  header, footer {
    text-align: center;
	  
  }
  .project-item img {
    float: left;
    margin-right: 20px;
  }

  .job-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
  }
  .contact-list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width:749px){
  h1 {
    font-size: 75px;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  h2 {
    line-height: 1;
  }
  .contact-list a {
    padding: 5px;
  }
}
