Template:Calgary/Imposter-General-Style

/* GENERAL CSS Imposter-General-Style */ /*

   This includes styling for: text
   2020 Colours:
   red-brown: #882916
   light orange-yellow: #FFA600
   light blue: #0197AE
   dark blue: #1E6273
   dark orange: #FF7700
   light red: #FBF6F3
  • /

/* FONT SET HERE - Barlow */ @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500&display=swap');

/* --- [ GENERAL/MISCELLANEOUS DOCUMENT STYLING ] --- */

  • {
 padding: 0;
 margin: 0;

}

body {

 font-family: 'Barlow', Barlow;

}

.interface-group {

 margin-bottom: 100px;

}

p {

 color: #444444;

}

p:last-child {

 margin-bottom: 0;

}

.container-fluid {

 margin: 0;
 padding: 0;

}

a:link.hyperlink {

 color: #257d93;
 font-weight: 600;
 text-decoration: none;

}

a.hyperlink:hover {

 color: #61b9e1;
 cursor: pointer;

}

a:link {

 display: inline;
 text-decoration: none;
 color: #015b84;

}

a:hover {

 text-decoration: none;
 color: #61b9e1;

}

a:visited {

 text-decoration: none;
 cursor: pointer;
 color: #257d93;

}

.abody {

 font-weight: 600;
 margin-right: -16px;

}

.hangingindent {

 margin-left: 3vw;
 text-indent: -3vw;

}

.container-fluid {

 padding-left: 0px;
 padding-right: 0px;

}

/* --- [ MOBILE TO DESKTOP TRANSITION ] --- */

/* old: 769 */ @media only screen and (min-width: 769px) {

 .section-menu {
   display: none;
 }
 .desktop-section-menu {
   display: inherit;
 }
 .interface-group {
   padding: 0px 60px;
 }

}