.navbar-text > a {
	color: inherit;
	text-decoration: none;
}

/* line 136 : C:\Users\Roger\Desktop\turn-static\src\styl\component\_header.styl */
.main-header__list {
  position: relative;
  margin: 2rem 0;
}
h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-family: inherit; font-weight: bold; line-height: 20px; color: inherit; text-rendering: optimizelegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #999999; }

h1, h2, h3 { line-height: 40px; }

h1 { font-size: 38.5px; }

h2 { font-size: 31.5px; }

h3 { font-size: 24.5px; }

h4 { font-size: 17.5px; }

h5 { font-size: 14px; }

h6 { font-size: 11.9px; }


p { margin: 0 0 10px; 
	font-size: 20px;
}

strong, b { color: #4a4e52; letter-spacing: -1px; }

a { color: #4a4e52; text-decoration: none; /*border-bottom: 1px solid;*/ transition: all 0.1s ease-in-out; }
a:hover { color: #f05d3a; text-decoration: none; }

dt, dd { line-height: 28px; }

@media screen and (max-width: 900px) {
    h1 {
		font-size:25px;
    }
	h2 {
		font-size:25px;
    }
	img{
		width:100px;
	}
	label{
		font-size:10px;
	}
	p{
		font-size:15px;
	}
}

body{
	  font-family: Arial, Helvetica, sans-serif;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}


#inner-inner{
	width:50%;
	background-color:white;
	color:black;
	overflow: hidden;
}

#my-div{
  margin-top:5%;
  margin-left:5%;	
  margin-right:5%;
  margin-bottom:5%;
}

#inner-content{
	width:70%;
	background-color:white;
	color:black;
	overflow: hidden;
}

#gray-content{
  background-color:#4D4D4D;
  margin-left:30px;	
  margin-right: 30px;
}

#inner-blue-content{
	width:70%;
	background-color:#F3F7F7;
	color:black;
	overflow: hidden;
}

#contact-inner{
	width:50%;
	background-color:white;
	color:black;
	overflow: hidden;
}
#main-wrapper{
	width:80%;
}

#about{
	background-color:black;
	width: 100%;
}

#events{
	background-color:#707070;
	color:white;
}

#resources{
	background-color:black;
	color:white;
}

#contact { 
  background-image: url("http://coolwallpaperz.info/user-content/uploads/wall/o/51/rainbow-abstract-background-free-2384131.jpg");
   	width:100%;
	overflow: hidden;
	color:white
  background-repeat: no-repeat;
}

