/* 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;
}



.contactForm {
    max-width:100%;
    border: 15px solid #4f2e1b;
    padding: 50px;
    margin: auto;
    flex-direction: column;
    background-color:#819fb3;
    max-height:600px;
}

p{
    margin-left:30%;
    margin-right:30%;
    
}

a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;

  }

.link{
    border:#4f2e1b solid;
    border-radius:15px;
    text-align:center;
    background-color:white;
    padding:5px;
}





body{
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-containter {
    max-width: 600px;
    margin: auto;
    background-color:#819fb3;
    max-height: 3625px;
    color: white;
    border-radius:10px;
    border: solid #4f2e1b 4px
}

.topnav {
    overflow: hidden;
    background-color: black;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color:white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}


.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #04AA6D;
    color: white;
}

.center {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}

.headerImage {  
    width:100%;
    

}



/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }





  .copyright{
    font-size:1em;
    color:white;
    background-color: rgb(5,5,5,5);
    border-radius:7px;
    padding:15px;
    text-align:center;
    margin-top:230px;
  }


  a:link {
    background-color: transparent;
    text-decoration: none;
  }


.containter{
  max-width: 100%;
  height:200px;
  display:flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  margin:75px;
  margin-left:auto;
  margin-right:auto;
}

