/*
Theme Name: Institute for Canadian Citizenship
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: icc
Description: Custom Theme for Institute for Canadian Citizenship
Version: 1.0.0
*/


@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-ExtraBold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Black.ttf");
  font-weight: 900;
}



h1,h2,h3,h4,h5,h6,b {
  font-weight: 700;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

body {
  font-family: 'Barlow', sans-serif;
  color: var(--darkblue);
  overflow-x: hidden;
}

.wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 50px 15px;
  flex-wrap: wrap;
  width: 100%;
}

a {
   color: #0450BC;
}

a:hover {
  color: #C60586;
}

@media all and (max-width: 992px) {
  h1 {
    font-size: 3em;
  }

}