/* latin-ext */
@font-face {
  font-family: 'GothamBold';
  src: url('/fonts/Gotham-Bold.woff2') format('woff2'),
      url('/fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.top-link {
	font-size: 21px;
}

body {
    /* line-height: 2em; */
    font-family: "Montserrat", serif;
    font-size: 1.2rem;
}

.btn-secondary {
    background-color: #f45572;
}

.im1 {
    border-radius: 500px 50px 50px 50px;
}
h1,h2,h3,h4,h5,h6{
  font-family: "GothamBold", serif;
}

@media (min-width: 1200px) {
  	.container {
    	max-width: 93%;
  	}
}

.h2, h2 {
    font-size: 34px;
}

p {
    font-size: 22px;
}