*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#me{
    width: 70%;
}

body {
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left; 
    background-size: cover;
    height: auto;
}

h1 {
    margin-top: 0px;
    font-family:"source-sans-pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 30pt;
    color: #513A2E;
}

h2{
    font-family:"source-sans-pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20pt;
    color: #513A2E;
}

h3 {
    font-family:"source-sans-pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20pt;
    color: #513A2E;
}

#c{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: rgba(0,0,0,.2);
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-radius: 10px;
}

#logo{
    width: 30%;
    margin-left: 40px;
    animation: fadeIn 3s;
    }

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

#logo {
    width: 15%;
    margin-top: 10px;
    animation: fadeIn 3s;
}

.text {
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: white;
    content: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:  rgba(0,0,0,.5);
}

.hover_image{
    width: 100%;
    animation: fadeIn 3s;
}

#menu {
    text-decoration: none;
    font-family:"Source Sans Pro";
    font-style: normal;
    font-size: 10pt;
    padding-left: 50px;
    color: #513A2E;
    position: absolute;
}

#menu a{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: rgba(81,58,46,.5);
    content: normal;
}

#menu a:hover {
    color: #513A2E;
    text-decoration: none;
}

#social a{
    color: #513A2E;
}

#social a:hover {
    color:  rgba(81,58,46,.5);
}

#under_line{
    text-decoration: underline;
}

#worklist {
    display: none;
    text-decoration: none;
    font-family:"Source Sans Pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
}

#worklist a{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
    content: normal;
}

#worklist a:hover {
    color: rgba(0,0,0,.2);
    text-decoration: none;
}

#worklist_number{
    text-decoration: none;
    font-family:"Source Sans Pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
}

#worklist_number a{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
    content: normal;
}

#worklist_number a:hover {
    color: rgba(0,0,0,.2);
    text-decoration: none;
}
    
#content-box {
    background: rgba(218,213,209,.2);
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 60%;
    display: flex;
    text-align: center;
    justify-content: center;
    content: normal;
}

main {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

ul {
    position: relative;
	margin-bottom: 15px;
	list-style-type: none;
	padding: none;
	display: flex;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #513A2E;
    padding-right: 15px;
}

p {
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: #513A2E;
    content: normal;
}

p2 {
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: #513A2E;
    content: normal;
}

#profile{
    width: 50%;
}

#discription2{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
    content: normal;
    margin-top: 0px;
    margin-bottom: 40px;
}

#discription{
    font-family:"source-sans-pro";
    font-style: normal;
    font-size: 10pt;
    color: black;
    content: normal;
    margin-top: 20px;
    margin-bottom: 25px;
}

label{
    font-family:"source-sans-pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
    color: #513A2E;
    text-align: center;
}

.stamp{
        width: 90%;
        margin: 0;
        margin-bottom: 10px;
        animation: fadeIn 3s;
}

.didot{
    display:none;
    width: 70%;
    animation: fadeIn 3s;  
    }

input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #f2f2f2;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        font-family:"Source Sans Pro";
        font-size: 9pt;
    }

input[type=submit] {
      background-color:rgba(81,58,46,.5);
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

input[type=submit]:hover {
        background-color:#513A2E;
        color: white;
    }

.project {
    width: 50%;
    margin-top:none; 
    animation: fadeIn 3s;
}

.container {
        border-radius: 5px;
        background-color: none;
        padding: 20px;
        width: 100%;
    }

.container2 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  
}

.container2:hover .overlay {
  opacity: 1;
  border-radius: 10px;
}

.container3 {
    position: relative;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    content: normal;
    background: rgba(86,88,72,.5);
	margin-bottom: 15px;
	padding: none;
	display: flex;
    color: white;
    border: solid;
    border-color: white;
}

.container3 a{
    color:white;
}

.container3 a:hover {
    background: white;
    color: black;
    border: solid;
    border-color: black;
}


#button{
    background-color: none;
    padding: none;
    
}

#myBtn {
    font-family:"Source Sans Pro";
    font-style: normal;
    font-size: 10pt;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    
    
    border-radius: 10px;
    border: 0px;
    outline: 0px;
    padding: 15px;
    
    background-color: none;
    color: none;
    cursor: pointer;
}

.arrow{
    width: 10%;
}



.grid-container2 {
  display: grid;
  grid-template-columns: auto auto;
  background-color: none;
  padding: none;
  column-gap: 10px;
  grid-row-gap: 10px;
}








/*wider than mobile*/
@media only screen and (min-width: 1000px){
    
main {
    margin-top: 50px;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 95px;
}

#me{
    width: 50%;
}

#menu { 
    padding-left: 95px;
}
    
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: none;
  padding: none;
  column-gap: 15px;
  grid-row-gap: none;
}

.grid-container2 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: none;
  padding: none;
  column-gap: 10px;
  grid-row-gap: none;
}
    
.grid-item {
  background-color: none;
  border: none;
  padding: none;
}
    
p {
        font-size: 10pt;
    }
    
#logo{
    width: 10%;
    margin-left: 75px;
    }  
        
.stamp{
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    }
    
.style{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    }
    
.didot{
        width: 40%;
    }
    
.container{
       width: 50%;
    }
    
.container2{
    width: 100%;
    }
    
.container3{
        width: 30%;
    }
    
.project {
    width: 30%;
    }
    
#worklist {
    display: block;
    }
    
#worklist_number{
    Display: None;
}