html {
  background: url(scene2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 5px;
}

/*----- Toggle Button -----*/
.toggle-nav {
  display: none;
}

/*----- Menu -----*/
@media screen and (min-width: 910px) {
  .menu {
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    background-image: url("texture3.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    position: fixed;
    top:0;
    left: 0;
  }
}

.menu ul {
  display: inline-block;
}

.menu li {
  margin: 0px 60px 0px 0px;
  float: left;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}

.menu li:last_child {
  margin-right: 0px;
}

.menu a {
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  color: white;
  transition: 0.75s;
  text-decoration: none;
}

.menu a:hover, .menu, .current-item a {
  text-decoration:none;
    color:#66a992;
}

/*----- Search -----*/
.search-form {
    display:inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
}
 
.search-form input {
    width:200px;
    height:30px;
    padding:0px 8px;
    float:left;
    border-radius:2px 0px 0px 2px;
    font-size:13px;
}
 
.search-form button {
    height:30px;
    padding:0px 8px;
    margin-top: 1px;
    float:right;
    border-radius:0px 2px 2px 0px;
    background:#66a992;
    font-size:13px;
    font-weight:600;
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
    color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1220px) {
    .wrap {
        width:90%;
    }
}
 
@media screen and (max-width: 1020px) {
    .search-form input {
        width:120px;
    }
}
 
@media screen and (max-width: 910px) {
    .menu {
        position:relative;
        display:inline-block;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
 
    .search-form {
        margin:12px 0px 0px 20px;
        float:left;
    }
 
    .search-form input {
        box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
    }
}

#greeting {
  text-align: center;
  font-weight: bold;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 100px;
  border: 6px solid white;
}

#greeting h1 {
  font-size: 100px;
  color: white;
  margin-bottom: -5px;
  font-weight: bold;
}

#greeting h2 {
  font-size: 35px;
  color: white;
}

#profession {
	padding-top: 2%;
}

.page {
  height: 1000px;
}

.page2 {
  height: 650px;
}

.page3 {
  height: 1100px;
}

#main_body {
  height: 3650px;
  background-color: #F8F8F8;
  margin-top: 40%;
}

#page1 div {
  border-bottom: 1px solid #C0C0C0;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

#project {
  height: 250px;
  padding: 1%;
}

#project_text {
  font-size: 25px;
  color: black;

}

#project_text ul {
  font-size: 22px;
}

#container1 div {
  text-align: center;
  height: 500px;
  padding: 1%;
  float: left;
  width: 31%;
}

#container2 div {
  text-align: center;
}

#header {
  color: black;
  font-family: Verdana;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 1%;
}

.header {
  color: black;
  font-family: Verdana;
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 2%;
  border-top: 1px solid #C0C0C0;
  width: 95%;
}

.text_wrap {
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 2%;
}

p{
  color: black;
  font-size: 20px;
}

#container1 {
  float: left;
  width: 100%;
  padding-left: 0.4%;
}

#content-1 {
  border-right: 1px solid #C0C0C0;
}

#content-2 {
  border-right: 1px solid #C0C0C0;
}

#content-3 {
}

#content2-1 {
  float: left;
  width: 47%;
  height: 800px;
  border-right: 1px solid #C0C0C0;
  padding-left: 1%;
  padding-right: 1%;
}

#content2-2 {
  float: right;
  width: 47%;
  border-bottom: 1px solid #C0C0C0;
  padding-left: 1%;
  padding-right: 1%;
}

#content2-3 {
  float: right;
  width: 47%;
  padding-left: 1%;
  padding-right: 1%;
}

#linkedin {
  float: left;
  width: 45%;
  padding-left: 10%;
  padding-top: 5%;
}

#facebook {
  float: left;
  width: 40%;
  padding-top: 5%;
  padding-left: 10%;
}

#Connect {
  width: 80%;
  margin: auto;
  padding: auto;
  float: left;
}

#cinfo {
  float: right;
  width: 45%;
  padding-top: 5%;
}

#closing {
  text-align: center;
  font-size: 25px;
}

#footer {
  text-align: center;
  background-color: #333;
  clear: both;
  color: white;
  height: 40px;
}

a {
  text-decoration: none;
  text-decoration-style: none;
  text-decoration-line: none;
  color: black;
}

a:hover {
  text-decoration-line: underline;
  color: blue;
}
