html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    background-color: black;
    font-family: "Adelle Sans", sans-serif;
    color: #fff;
}

body {
    max-width: 1800px;
    margin: 0 auto;
}

section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    height: 1000px;
}



#contact {
    width: 100%;
    text-align: center;  
    font-size: 1.2em;
}

#main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#main p {
    text-align: center;
    margin-bottom: 2%;
}

#portfolio {
    margin-bottom: 200px;
    margin-bottom: 200px;
}

#left {
    width: 50%;
    padding: 50px;
}

.hundredtop {
    padding-top: 100px;
}

img {
    width: 100%;
}

#right {
    width: 50%;
}

.maintitle {
    padding: 20% 10px;
    vertical-align: middle;
}

h1 {
    font-size: 4em;
    letter-spacing: 0.01em;
    font-weight: 800;
}

h2 {
    font-size: 3em;
    letter-spacing: 0.01em;
    font-weight: 100;
}

#left p {
    font-size: 1.2em;
    white-space: pre-wrap;
}

p b {
    font-weight: 800;
    font-size: 1.3em;
}

#bottom {
    text-align: center;
    width: 100%;
}

.bgimage {
    background-image: url(img/middle_melissa.png);
    background-repeat: no-repeat;
    background-size:contain;
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none;
    background-color: transparent;
}

.btn:hover {
  background: #4d4d4d;
  text-decoration: none;
}

.form-field:focus {
   background: #ffffff;
   color: #424242;
   }
.form-field {
   border: 1px solid #9e9e9e;
   background: #f5f5f5;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:15px;
    font-size: 1em;
   margin-bottom:20px;
   width: 350px;
   }
#msg {
   border: 1px solid #9e9e9e;
   background: #f5f5f5;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding: 15px;
    font-size: 1em;
   margin-bottom:20px;
   width: 350px;
    height: 200px;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size: 18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 2px solid #ffffff;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
   background: -webkit-linear-gradient(top, #000000, #000000);
   background: -moz-linear-gradient(top, #000000, #000000);
   background: -ms-linear-gradient(top, #000000, #000000);
   background: -o-linear-gradient(top, #000000, #000000);
   background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 2px solid #ffffff;
   text-shadow: #000000 0 1px 0;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   color: #000000;
   }
.submit-button:active {
   text-shadow: #000000 0 1px 0;
   border: 2px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff));
   background: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
   background: -moz-linear-gradient(top, #e0e0e0, #ffffff);
   background: -ms-linear-gradient(top, #e0e0e0, #ffffff);
   background: -o-linear-gradient(top, #e0e0e0, #ffffff);
   background-image: -ms-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
   color: #000000;
   }


/********************
Media Queries
********************/

@media only screen and (max-width: 1080px) {
    
 /****   #left {
        position: absolute;
        width: 100%;
    }
    
    #right {
        position: absolute;
        width: 100%;
    }
    .maintitle {
        text-align: center;
        top: -80px;
    }

    #about {
        top: 50%;
    }
    ****/ 

    #left {
        position: absolute;
        min-width: 100%;
    }
    
    #right {
        position: absolute;
        min-width: 100%;
    }
    
    #melissaname {
        text-align: center;
        position: absolute;
        top: 3px;
    }
    
    #mainimg {
        margin-top: 150px;
        min-width: 100%;
    }
    
    #copy {
        margin-top: 0px;
        margin-left: 1%;
    }
    
    #showreel {
        margin-top: 800px;
    }
    
    #main {
        margin-top: 500px;
    }
    
    #contact {
        margin-top: -400px;
    }
    
@media only screen and (max-width: 455px) {
    #showreel {
        display: none;
    }
    
    #contact {
        margin-top: -800px;
    }
    }