/* 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;
}




body{
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-containter {
    max-width: 600px;
    margin: auto;
    background-color:#819fb3;
    max-height: 1180;
    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%;
    

}

h1{
    color: white;
    text-align:center;
}

p{
    font-size:1em;
    color:white;
    background-color: rgb(5,5,5,0.8);
    border-radius:10px;
    padding:15px;
    margin-right:30px;
    margin-left:30px;
    text-align:center;
}

/* 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;
  }

  .row {
    display: flex;
  }
  
  .column {
    flex: 33.33%;
    padding: 5px;
  }

  .contactUs{
    font-size:1em;
    color:white;
    background-color: rgb(5,5,5,0.8);
    border-radius:10px;
    padding:15px;
    margin-right:30px;
    margin-left:30px;
    text-align:center
  }

  .copyright{
    font-size:1em;
    color:white;
    background-color: rgb(5,5,5,5);
    border-radius:7px;
    padding:15px;
    text-align:center;
    margin-top:230px

    
  }

  .row2::after {
    content: "";
    clear: both;
    display: table;
  }

  .row2 {
    display: flex;
    margin-left:30%;
    margin-right:30%;
  }
  
  .column2 {
    flex: 33.33%;
    padding: 5px;
  }


  .priceListing{
    margin:50px
  }

  @media screen and (max-width: 900px) {
    #title{
        width: 100%;
        bottom:0%;

    }
    h1{
        font-size:2em;

    }
    p{
        padding:5%;
    }
 }

 a:link {
  background-color: transparent;
  text-decoration: none;
}

.donkeyLogo{
  width:20px;
  height:20px;
  display: flex;
}