@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

.col-m-1 {width: 8.33%;}
.col-m-2 {width: 16.66%;}
.col-m-3 {width: 25%;}
.col-m-4 {width: 33.33%;}
.col-m-5 {width: 41.66%;}
.col-m-6 {width: 50%;}
.col-m-7 {width: 58.33%;}
.col-m-8 {width: 66.66%;}
.col-m-9 {width: 75%;}
.col-1m-0 {width: 83.33%;}
.col-m-11 {width: 91.66%;}
.col-m-12 {width: 100%;}

.topnav {
	width: 60%;
	overflow: hidden;
}

.topnav a {
    padding: 2em 1em;
}

.topnav a:not(:last-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
	 float: right;
  }
 .topnav.responsive a {
	 
    float: right;
	clear:both;
    display: block;
    text-align: left;
  }
  
.top-logo {
	float:left;
	width:40%;
	height:100%;
}
