@font-face{
	font-family: albertusMe;
	src: url(albertusmed.ttf);
}

.navbar {
    margin-bottom: 0;
	width:100% !important;
	padding: 0 5%;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity:0.7 !important;
	background-color: #3b033b !important;
	
}

.navbar li a, .navbar .navbar-brand { 
    color: yellow !important;
	background-color: transparent !important;
}

/* On hover, the links will turn purple */
.navbar-nav li a:hover {
    color: purple !important;
	background-color:yellow !important;
}

/* The active link */
.navbar-nav li.active a {
    color: purple !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

body{
	background-image: url("Background.png") !important;
	background-repeat: repeat;
	background-color: #cccccc;
	padding: 2%;
	text-align: center;
	font-family: albertusMe !important;
}

td{
	padding: 2%;
}

p{
	color:yellow;
}

h1{
	color:yellow !important;
	text-align: center;
}

h2{
	color:yellow !important;
	text-align: center;
}

h3{
	color:yellow !important;
	text-align: center;
}

a{
	color:yellow !important;
}

p#color{
	color:yellow;
}

label{
	color:yellow;
}

.btn-social {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    line-height: 45px;
}

.btn-outline {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-social {
    width: 50px;
    height: 50px;
}

.container{
	padding:5%;
}