﻿* {font-family: Ubuntu, sans-serif; margin:0; padding:0; box-sizing: border-box;}

.rs-hide-small {display:none!important;}
.rs-row::after {content: ""; clear: both; display: table;}

[class*="col-"] {width: 100%;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Navigation Small */
.smallnav {overflow: hidden; background-color: black; position: fixed; top: 0; width: 100%; z-index: 100; visibility: visible;}
#smallBar {height: 60px; text-align:center; font-size: 24px;}
		
/* Hide the links inside the navigation menu (except for logo/home) */
.smallnav #myLinks2 {display: none;}

/* Style navigation menu links */
.smallnav a {color: white; padding: 14px 16px; text-decoration: none; display: block;}

/* Style the hamburger menu */
.smallnav a.icon {background: black; display: block; position: absolute; left: 0; top: 0; padding: 22px 22px;}

/* Style the active link (or home/logo) */
.active {background-color: #18A580; color: white;}
.smallnav a:hover {background-color: #384ea1;}
#smallBar:hover {background-color: orange;}

/* Misc formatting */
.leadingText {font-size: 6vw; display: block; width: 100%; text-align: center; padding-bottom: 30px;}
#footer {background-color: black; color: white;}
.socialIcons {color: white; font-size: xx-large;}

.footer-small {width:100%;}
.footerFontSmall {font-size: 4vw; padding-top: 45px; padding-bottom: 45px; text-align: center;}
.footerLogoSmall {display: block; margin-left: auto; margin-right: auto; padding-top: 20px;}
.copyright {font-size: 3vw; display: block; width: 100%; text-align: center; padding-bottom: 80px; background-color: black; color: white;}

