.footer-font {
    font-size: 5px;
    line-height: 20px;
}

.paragraph {
    text-align: justify;
}

.hidden {
	visibility: hidden;
}

.netsimples {
	width: 10px;
	height: auto;
}

/* The Modal (background) */
.my-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* my-Modal Content */
.my-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
}

@media screen and (max-width: 600px) {
    .my-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
}

/* The Close Button */
#close {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    background-color: #f00;
    padding: 5px;
    border-radius: 5px;
}

#close:hover,
#close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.hidden {
    display: none;
    visibility: hidden;
}


@media only screen and (max-width: 900px) {
  .navbar .fullwidth>ul {
  width: 100% !important;
  min-width: inherit !important;
  max-width: inherit !important;
  right: 0;
  margin-left: 0 !important;
   }
}