/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

@font-face {
    font-family: 'Suisse Intl Book';
    src: url('tipo/SuisseIntl-Book.eot');
    src: url('tipo/SuisseIntl-Book.eot?#iefix') format('embedded-opentype'),
        url('tipo/SuisseIntl-Book.woff2') format('woff2'),
        url('tipo/SuisseIntl-Book.woff') format('woff'),
        url('tipo/SuisseIntl-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  margin-top:4vh;
  height: 100vh;
  width: 90vw;
  max-width: 1600px;
  background-color: rgb(52,217,195);
  color: white;
  font-family: 'Suisse Intl Book';  
  margin-left : auto;
  margin-right : auto;
  padding : 0px;
  letter-spacing: 1px;
}

hr {
  height: 2px;
  background-color: white;
  border:transparent;
}

.link {
  color:blue;
  text-decoration: underline;
}

p {
  font-size: 13px;
}


p:nth-child(3) {
  margin-bottom: 12px;
}

p:nth-child(5) {
  margin-top: 15px;
  margin-bottom: 15px;
}

p:nth-child(9) {
  margin-top:12px;
  font-size: 13px;
}

.logo2 {
  margin-top: 200px;
  margin-bottom:20px;
  width:170px;
  height:170px;
}

.logo {
  margin-top: 20px;
  margin-bottom: 130px;
  width: 200px;
  max-width: 80%;
  height: auto;
}


@media screen and (min-width: 62em){

  body {
    font-size: 20px;
  }

  p {
    font-size: 23px;
  }

  .logo {
    width: 350px;
  }

  .logo2 {
    margin-top: 270px;
    margin-bottom:20px;
    width: 275px;
    height: auto;
  }

  p:nth-child(9) {
    font-size: 17px;
  }

}



