body {
    margin: 0;
    font-family : Raleway;
    cursor: default;
    background-color: #C1A393;
}

a {
    text-decoration: none;
}

h1 {
    font-style: normal;
    font-weight: 19px;
    font-size : 150px;
    color: white;
}

.intro {
    background: #8A1C23;
    box-shadow : 0px 2px 5px rgba(0, 0, 0, 0.75);
    height: 1000px;
    max-height: 1000px;
}

.intro2 {
    background: #8A1C23;
    box-shadow : 0px 2px 5px rgba(0, 0, 0, 0.75);
    height: 800px;
    max-height: 800px;
}

.links {
    display: inline;
    padding: 2%;
    margin-right: 3%;
    font-size: 30px;
    float: right;
}

.links a {
    padding-left: 30px;
}

.about {
    color: white;
}

.link {
    color: lightgray;
}

.icons {
    width: 25%;
    display: inline;
    float: left;
    padding: 0.5%;
}

.name {
    display:inline;
    float: right;
    color: white;
    padding: 0;
    margin-right: 8%;
}

.title {
    font-style: normal;
    font-weight: 4px;
    font-size : 50px;
    display: inline;
    float: right;    
    color: white;
    width: 43%;
}

.portait {
    display: inline;
    float: right;
    margin-right: 21%;
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
}

.portait1 {
    position: relative;
    top: 0;
    left: 0;
}

.portait2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.blurb {
    font-style: normal;
    font-weight: 4px;
    font-size : 30px;
    width: 60%;
    float: right;
    display:inline;    
    margin-right: 10%;
    color: white;
}

.contacts {
    color: white;
    text-align: center;
    display: inline;
    float: center;
}

.contacts p {
    font-style: normal;
    font-weight: bold;
    font-size: 140px;
    display: inline;
    padding-left: 0.5%;
}

.contacts a {
    opacity: 0;
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 80px;
    font-size: 40px;
    text-decoration: none;
    color: white;
}

.nowork {
    font-style: normal;
    font-weight: 4px;
    font-size : 30px;
    width: 60%;
    float: right;
    display:inline;
    color: white;
}

#sad {
    opacity: 0;
}

.triangle {
    width: 5%;
    float: right;
    display:inline;
    margin-left: 30%;
    margin-right: 35%;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #C1A393;
  }
  
  input[type=submit] {
    width: 100%;
    background-color: #8A1C21;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #a52f35;
  }

  input[type=text], select, textarea {
    width: 100%;
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  form {
    border-radius: 5px;
    color: white;
    background-color: #C1A393;
    padding: 40px;
    padding-left: 20%;
    padding-right: 20%;
  }

footer {
    background: #8A1C21;
    box-shadow : 0px -2px 5px rgba(0, 0, 0, 0.75);
    margin: 0;
    padding: 15px;
    text-align: center;
}

footer p {
    display: inline;
}

.foot {
    color: lightgrey;
}

.footName {
    color: white;
}