body {
	text-align: center;
	background-color: #ededed;
	font-family: Arial;
}

.email{
	text-decoration: none;
	color: white;
}

.email:hover{
	color: #37823C;
}

.nav{
	background-color: gray;
	border-radius: 5px;
}

.nav li {
	display: inline-block;
	background-color: #265A2A;
  	padding: 1%;
  	width: 9%;
 	border: none;
 	font-size: 100%;
 	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  	-webkit-appearance: button;
 	appearance: button;
  	outline: none;
  	border-radius: 10px;
}

.nav a{
  text-decoration: none;
  color: white;
}

.inactive:hover{
	background-color: #37823C;
}

#active{
	background-color:  #102611;
  color: white;
}

ul{
	list-style-type: none;
}

section {
	display: inline-block;
	vertical-align: top;
  width: 15%;
  margin: 1%;
}

img {
	padding: 10px;
}

#toolbar img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

section {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ced4da;
    border-radius: 0.25rem
}


.footer{
  margin-top: 10px;
  left: 0px;
  bottom: 0%;
  width: 100%;
  background-color:#265A2A;
  color: white;
  text-align: center;
  height: 80px;
}

a {
	text-decoration: none;
}

#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;

}
.fcf-body1 {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
    margin-right: 25px;
}

.fcf-form-group {
    margin-bottom: 1rem;
    margin-left: 35%;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 50%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #265A2A;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #37823C;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #265A2A;
    border-color: #265A2A;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #37823C;
    border-color: #37823C;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 50%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 50%;
}

.fcf-h3 {
	text-align: center;
}

#logo {
	width: 95%;
}

.test li {
	display: inline-block;
}

.voip{
  color: black;

	font-size: 20px;
}

.voip:hover{
	color: #265A2A;
}

.workshop li{
	padding-bottom: 5px;
}

.workshop{
  margin-left: auto;
  margin-right: auto;
}

p{
	font-size: 20px;
}

.voip1{
	text-decoration: underline;
}

#hr1{
	height: 12px;
}

.voip2 li{
	display: inline;
}

.voipfaq{
	text-decoration: none;
	color: black;
}

.voipfaq:hover{
	color:#265A2A;
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #265A2A; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #37823C;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
  position: fixed;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

hr {
	opacity: 0.4;
}

#c19 {
	color: red;
}

.meda li{
	display: inline-block;
}

.back_border
{
	margin-left: 10%;
	margin-right: 10%;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.meda img{
  padding: 50px;
}

#ad_toolbar{
  color: white;
}

.downloads{
  display: inline-block;
  vertical-align: top;
}

.downloads a{
  color: black;
}

.downloads a:hover{
  color: green;
}

.fresh li{
    display: inline-block;
}

#rightr{
  margin-left: -15%;
}
ul li{
  padding: 5px;
}

.voip_special1 {
  color: red;
  text-decoration: underline;

}

.voip_special2{
  font-size: 110%;
}

.voip_special3{
  font-size: 90%;
}

#popia {
  text-decoration: none;
  color: green;
}

.MF{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@font-face{
  font-family: TrajanPro;
  src: url(TrajanPro.ttf);
}

.MFP{
  font-family: TrajanPro;
  text-align: left;
  font-size: 120%;
}


.MFP1{
  font-family: TrajanPro;
  text-align: left;
  font-size: 120%;
}

.MFB{
  font-family: TrajanPro;
  background-color: rgb(31, 64, 90);
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.MFB:hover {
  opacity: 1;
}

.MFl li{
  display: inline-block;
}

.MFli{
  width: 70vw;
  margin-left: auto;
  margin-right: auto;  
  display: flex;  
  justify-content: center;  
  align-items: center; 
}

.mf li{
  display: inline;
}

.mflogo1{
  float: left;
}

.mflogo2{
  float: right;
}
