/*----all-browsers----*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {display:block;}

body { background-color: #eee; color: #132F3D;}
p {font-family: 'DM Sans 18pt'; font-weight: 300;}
a {color: #132F3D;}

h1 {font-family: 'Sora', Arial, sans-serif; font-weight: 500; font-size: 5rem; line-height: 110%;}
h1 span {font-weight: 300;}
.sucess {color:#BBDE50; font-weight: 300;}
h2 {font-family: 'Sora', Arial, sans-serif; font-weight: bold; font-size: 1.1rem;}
.contact-info {border-left:1px solid #132F3D; padding-left: 2rem;}


/*--media-queries--*/

@media (max-width: 359px) {
}

@media (max-width: 498px) {
}	

@media (max-width: 768px) {
  h1 {font-size: 3.2rem;}
  .navbar-brand img {width: 180px; height: auto;}
  } 

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
  .contact-info {margin-top: 3rem;}
}

@media (min-width: 1299px) {
}

