/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

header h1 {
    text-align: center;
    font-size: 36px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px 0;
}

.paragraph1 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin:10px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    
}

#mobile-pic img {
    width: 100%;
}

nav {
    display: none;
}

h2 { 
    font-weight: bold;
    color:rgb(230, 95, 17);
    padding-bottom: 20px;
    font-size: 25px;
    text-align: center;
}

h3 {
    font-weight: bold; 
    color:rgb(211, 76, 23);
    padding-bottom: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

h4 {
    font-weight: bold; 
    color:rgb(126, 0, 0);
    padding-bottom: 5px;
    font-size: 25px;
}

#quote {
    background-image: url();
    margin: 3px 10px 5px 10px;
    background-size: cover;
    border-radius: 5px;
    font-weight: bold;
}

blockquote {
    color: rgb(175, 23, 3);
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

footer {
    width:100%;
    background-color: rgb(201, 93, 5);
    color:rgb(0, 0, 0);
    text-align: center;
    font-style: italic;
    font-size: 25px;
    padding: 3px;
}

img {
    width: 300px;
    height: auto;
}

.container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

iframe{
    width: 80%;
    height: 500px;
}

#contactForm {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

form {
    width: 100%;
}

input, textarea {
    font-size: 16px;
    width: 90%;
}

form p {
    width: 90%;
    margin: 10px auto;
}

form h2 {
    width: 90%;
    margin: 10px auto;
}

#address {
    display: none;
}