@font-face {
	font-family: 'Roboto';
	src:  
	url('font/Roboto-Regular.woff2') format('woff2'),
	url('font/Roboto-Regular.woff') format('woff');
	font-weight: normal;
}

@font-face {
  font-family: 'Roboto';
	src: 
	url('font/Roboto-Bold.woff2') format('woff2'),
	url('font/Roboto-Bold.woff') format('woff');
	font-weight: bold;
}

* {
	font-family: "Roboto";
	font-weight: normal;
}
	
b {
	font-family: "Roboto";
	font-weight: bold;
}

.u-nav {
	background-color:#1d1d1d;
	border-bottom:3px solid #007bee;
	color:white;
	font-weight:normal;
	font-size:2rem;
}

.u-body {
	background-image: url("img/prism.png");
	background-repeat: repeat-xy;
}

.u-body p {
	color:aliceblue;
}

.u-header {
	max-width:1500px;
	border-bottom:4px solid #62a8ff;
}

.u-content {
	background-image: url("img/darkDenim.png");
	background-repeat: repeat-xy;
	max-width:1500px;
	border-top:2px solid blue;
	border-right:1px solid blue;
	border-left:1px solid blue;
	border-bottom:4px solid blue;
}

/*----------------*/

.body-top {
    display: block;
    max-width: 1500px;
    height: 44px;
    padding: 4px;
    background-image: linear-gradient(#2281d2, #212121);
}

.social-bar {
	float:right;
	margin-right:4px;
}

.social-bar a {
    margin-top: 5px;
    margin-left: 5px;
	border:1px solid #414141;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline;
    text-align: center;
    padding: 2px;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

.social-bar a:hover {
	background-color: #000;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.facebook {
	background: #3B5998;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}

/*----------------*/

.u-sec {
	background-color:#2d3a52;
	border:2px solid #005daf;
	padding-top:2px;
	padding-left: 5px;
	border-radius:5px;
	text-transform:uppercase;
	color:white;
	font-size:18px;
}

.u-sec span {
	color:#ffc800;
}

.u-sec p {
	margin:0;
}

.u-col h3 {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}

.u-col p {
	color:#222;	
}

.f-col {
	margin: 0;
	padding: 0;
}

.f-col-title {
	margin-top:14px; 
	margin-bottom:0px;
	font-size:24px;
	color:white;
}

.f-col-title p {
	color:blue;
}

.u-about {
	background-color: #dfe9ff;
    border-radius: 4px;
    padding: 0px 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #313131;
	font-size:18px;
}

.u-block {
	border:1px solid aliceblue;
	height:300px;
	background-color:#353535;
	color:aliceblue;
}

.u-block span {
	padding:0 4px;
}

.topnav {
	background-color: #333;
	overflow: hidden;
	border-bottom:3px solid #007bee;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.active {
	background-color: #4CAF50;
	color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.collapsible {
	font-size: 15px;
	background-image: linear-gradient(#445677, #0e1b2d);
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10p;
	margin-top: 10px;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-top-right-radius: 6px;
}

.coll-active, .collapsible:hover {
	background-color: #566179;
}

.coll-content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-image: linear-gradient(white, #aec3ff);
	border-top:2px solid black;
}

.coll-content p {
	color:black;
}

.collapsible:after {
	font-family: "FontAwesome"; font-weight: 400; content: "\f055";
	font-size: 15px;
	color: white;
	float: right;
	margin-left: 5px;
}

.coll-active:after {
	font-family: "FontAwesome"; font-weight: 400; content: "\f056";
}

.u-form {
	margin-top:30px;
	padding:0px 100px;
}

/*----------------*/

@media screen and (max-width: 600px) {

	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.u-form {
	padding:0px 10px;
	}
}