@charset "UTF-8";
/* CSS Document */
/*color
red : #ef7070
dark gray : #5d6165 
yellow : #e19d74
*/
body {
	
	font-family: 'Josefin Slab', serif;
	background:#fff;
	font-size: 1em;
	text-align: center;
	max-width: 100%;
	margin: 0;
	padding:0;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 4px;
	color:#000000;
	
}

/*
.top-word {
	text-align: center;
	font-size: 0.5em;
	padding: 10px;
}
*/


h2 {
	color:#ffffff;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 2px
	
}


/*
.HI {
	vertical-align: middle;
	letter-spacing: 3px;
	font-size: 4em;
	font-weight: 100;
}
.header {
background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	max-width: 100%;
    height: auto;
	text-align: center;
	position: -webkit-sticky;
  position: sticky;
	top:0;
	padding: 160px;
}
*/


.header-image {
	max-width: 100%;
    height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -4px;
	
}


/*nav-----------*/


nav {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background:#7F7F7F;
 	width: 880px;	
	margin: 0 auto 60px auto;
	
}
nav a {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: none;
/*	color: #4e3c3e;*/
	color: #fff;
	outline: none;
	padding: 10px;
	border-bottom: 1px solid transparent;

	
}

nav a span {
	font-size: 1.2em;
	font-weight: 500;
}


nav a:hover {
	color: #f48b95;
	border-bottom: 1px solid #ef7070;
}



/*main------------------------*/



/*works--------*/



.works h2 {
	
	color: #ef7070;
	margin-bottom: 0px;
	padding: 10px;
}



/*
div .content img {
	max-width:100%;
	height: auto;
}
*/


/*back-image----------*/


.img-section {
	
/*
	background-image: url(../images/background-pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:fixed;
	background-size:88%;
*/
	
}

/*about----------------------------*/

.about {
	clear:both;
	display: block;
	margin-top: 180px;
	max-width: 870px;
	margin: 0 auto;
	
	
}

.about-box {
	background: linear-gradient(to right, rgba(93,97,101,1), rgba(93,97,101,0.5)),
	url(../images/background-pic1.jpg);
	background-repeat: no-repeat;
	background-position: right;
/*	background-attachment:fixed;*/
/*	background-size: cover;*/
}

.about h2 {
	
/*	background:rgba(255,255,255,1);*/
	color: #ef7070;
	padding-top: 70px;
	margin-top: 0;
	margin-bottom: -10px;
	
}


.about p {
	color: #fbfcfd;
	font-size: 1.5em;
	font-weight: 900;
	text-align: left;
	padding: 30px 0 30px 50px ;
	line-height: 1.4em;
/*	background: linear-gradient(to right, rgba(93,97,101,1), rgba(93,97,101,0.5));*/
}


/*contact----------------------------*/

.contact h2 {
	margin-top: 70px;
	background: #fff;
	opacity: 0.7;
	color: #ef7070;
	margin-bottom: 15px;

}


/*form--*/


.container {
	max-width: 870px;
	margin: 0 auto;
	background-position:center;
    background:#C0C0C0;
    padding: 20px 30px;
}

.container p {
	padding-left: 10px;
	font-size: 1em;
	font-weight: 700;
	
	
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
	font-family: 'Exo 2', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
    padding: 12px 12px 12px 15px;
    display: inline-block;
	float: left;
	text-transform: uppercase;
}

input[type=submit] {
    background-color: #fff;
    color: #5d6165;
	font-size: 0.7em;
	text-transform: uppercase;
    padding: 8px 15px;
	margin-top: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #ef7070;
}


.col-15 {
    float: left;
    width: 15%;
    margin-top: 6px;
}

.col-85 {
    float: left;
    width: 85%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*footer-----------------------*/

.footer {
	padding-bottom: 50px;
}

.footer p {
	font-family: 'Exo 2', sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	text-align: center;
	margin: 20px;
	
}


/*back to top btn--------------*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ef7070;
  color: white;
  cursor: pointer;
  padding: 10px 13px;
/*  border-radius: 10px;*/
}

#myBtn:hover {
  background-color: #555;
}



/*sidebar------------*/


.sidenav {
    height:inherit;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #5d6165;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 40px 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
    color: #fff;
    display: block;
    transition: 0.3s;
	text-align: left;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
	font-family:serif;
    font-size: 1.2em;
    margin-left: 50px;
}

.bar {
	display: none;
	margin-left: 15px;
	text-align: left;
}



/*media queries----------------*/

@media only screen and (max-width: 885px){
	
	nav a {
	font-weight: 400;
	font-size: 0.5em;
		}
		
	.container {
	width:auto;
	margin: auto;
	
		}
		
}

@media only screen and (max-width: 525px){
	
/* Responsive form */
	 .col-15, .col-85, input[type=submit] {
        width: 100%;
        margin-top: 0;
   		 }
	
	.about p {
	font-size: 1.1em;
	font-weight: 900;
	text-align: left;
	padding: 30px 0 30px 30px ;
	line-height: 1.4em;
	
		}
.menu {
		display: none;
	}
.bar {
	display:grid;
	color: #C4AD93;
}
	
}

