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;
	
	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;
}
* {
    box-sizing: border-box;
   
}
html {
    font-size: 62.5%;
    
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
}

header {
    background-color: gray;
    
}

h1 {
    font-size: 5rem;
    margin-top: 3%;
    margin-left: 2%;
}

.top-links nav {
    margin-top: 1%;
    margin-left: 4%;
    
}



.top-links nav a{
    color: white;
   
}

.top-links nav a:hover{
    color: black;
   
}

.button {
    border: 1px darkgrey solid;
    background: grey;
    padding: .5rem 1rem 0 1rem;
  }
.button:hover, {
    background: white;
}  

.button2 {
    border: 1px darkgrey solid;
    background: white;
    padding: .5rem 1rem .5rem 1rem;
    margin-left: 3%;
    margin-bottom: 3%;
    color: black;
}

.button2:hover {
    background: black;
    color: white;
}
.one {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
}

.img1 {
    background-image: url('//www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg');
    background-repeat: no-repeat;
    background-size: cover;
     width: 50%;
     padding: 20%;
     margin: 2%;
}

.section-text{

      width: 50%;
      padding: 0 3rem;
}

.section-text p {
    margin-top: 2%;
    font-size: 2.2rem;
}

h2 {
    font-size: 3.2rem;
    margin-bottom: 2%;
}

.images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.box {
    background-color: gray;
    width: 20%;
    height: 20vh;
    margin: 1.3%;
}

.text-below {
    text-align: center;
    width: 25%;
    height: 4vh;
    
}

.text-below a:hover {
    color: black;
}

footer {
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24vh;
    flex-direction: column;
}

h3 {
    font-size: 2.8rem;
    
}

footer a {
    color: white;
}

footer a:hover {
    color: black;
}