@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('/css/application/fonts/Montserrat300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/css/application/fonts/Montserrat400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/css/application/fonts/Montserrat600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/css/application/fonts/Montserrat700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face{
    font-family:'Open Sans';
    src:url('/css/application/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face{
    font-family:'Open Sans';
    src:url('/css/application/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight:300;
    font-style:normal
}

@font-face{
    font-family:'Open Sans';
    src:url('/css/application/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Open Sans';
    src: url('/css/application/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

body {
  font-family: Open Sans, san-serif, Helvetica;
  line-height: 18px;
  font-size: 14px;
  color: #0a0a0a;
}

.container {
  width: 100%;
  padding: 0 0 0 0;
}

.container-logo {
  padding: 0 0 0 0;
  width: 100%;
  background: #491F57;
  height: 141px;
}

.logo {
  max-width: 1220px;
  margin: 0 auto;
}

.logo img{
  display: inline-block;
  width: 170px;
  margin: 26px 0 0 10px;
}

.title_header {
  background-color: #17142F;
  width: 100%;
  height: 38px;
}

#outer_content_wrapper {
  margin: 0 auto 0 auto;
  max-width: 1170px;
  padding: 0 15px;

}

h2, h3 {
  color: #000;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 40px;
}

.btn {
  background-color: #8C6BFF;
  border-color: #8C6BFF;
  color: #000;
  font-weight: 700;
  border: 3px solid #8C6BFF;
  border-radius: 28px;
}

.btn:hover, 
.btn:active, 
.btn:focus, 
.btn.active {
  background-color: #FFF;
  border-color: #8C6BFF;
  color: #000;
  border-radius: 28px;
  border: 3px solid #8C6BFF;
  font-weight: 700;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a {
  color: #001029;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a:hover, a:focus, a:active {
  color: #4875a0;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.text-primary {
  color: #001029;
}

.footer-logo {
  background-color: #491F57;
  color: #FFF;
  width: 100%;
  height: 75px;
  display: block;
  padding: 25px 0;
  text-align: center;  
}

@media (max-width: 839px) {
  .container-logo {
    transition: all .5s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s; 
  } 

  .logo {
    max-height: 69px;
  }

  .logo img {
    max-width: 243px;
    max-height: 69px;
    margin-top: 10px;
    margin-left: 2%;
    padding-left: 0;
    transition: all .5s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;   
  }

}

@media (max-width: 640px) {
  .container-logo {
    position: relative;
    height: 50px;
    transition: all .5s ease-in;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    box-shadow: 1px 0 1px #000;    
  }
  .title_header {
    display: none;
  }

  .logo {
    padding: 0;
    width: 100%;
    height: 44px;
    padding-right: 5px;
  }

  .logo img{
    display: block;
    max-height: 50px;
    margin: 0px auto 0 auto;
  }  

  #outer_content_wrapper {
    margin: 25px auto 0 auto;
  }  

}
