/* Body Style Attributes */
body {
    margin: 0;
    padding: 0;
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

h1, h2, h3 {
    margin: 0px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol  {
    text-align: justify
    text-justify: auto;
    background: black;
    margin-top: 0;
    line-height: 180%;
}

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

a:hover {
    font-size: 14pt;
    color: yellow;
}

img.border {
    border: 6px solid #E1F1F6;
}

img.alignleft {
    float: left;
    margin-right: 25px;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0px auto;
}


/* Wrapper Container */
#wrapper {
    /* overflow: hidden; */
    height: 100%;
    margin: 0px auto;
    background-image: url(./images/bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
}


/* Header Container */
#header {
    overflow: hidden;
    width: 900px;
    height: 100px;
    margin: 10px auto;
}


/* Navbar Container */
.navbar {
    position: fixed;
    width: 100%;
    /*overflow: hidden;*/
    background-color: #333;
}
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.active {
    background-color: #0e13ad;
    color: white;
}
.navbar .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;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #1a56b0;
    color: white;
}
.dropdown-content a:hover {
    background-color: #11FF00;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown.active {
    background-color: #4CAF50;
    color: white;
}


/* Splash Background Container */
#splash {
    width: 1000px;
    height: 260px;
    margin: 0px auto;
    background: url(images/img05.jpg) no-repeat left top;
}


/* Page Container */
#page {
    /*overflow: hidden */;
    width: 820px;
    margin: 0px auto;
    padding: 50px 40px;
    background: url(images/page-content-bg.png) repeat;
    border-radius: 20px;
}


/* Content Container */
#content {
    float: left;
    width: 520px;
    padding: 0px 20px;
}

.post {
    padding-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0E2754;
}

.post .title {
    padding-bottom: 20px;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.post .title a {
    border: none;
    color: #FFFFFF;
}

.post .meta {
    padding-bottom: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.post .meta a {
}

.post .entry {
    text-align: justify;
    margin-bottom: 25px;
    padding: 10px 0px 0px 0px;
}

.links {
    display: block;
    width: 96px;
    padding: 2px 0px 2px 0px;
    background: #A53602;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF;
}

#footer {
    width: 900px;
    height: 40px;
    margin: 0px auto;
    background-color: rgb(55,55,55,0.8);
    border-radius: 20px;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    line-height: normal;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

#footer a {
    text-decoration: underline;
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: underline;
    color: #FF0000;
}

#footer a:visited {
    text-decoration: underline;
    color: #00FFFF;
}

#about {
    overflow: hidden;
    width: 820px;
    margin: 0px auto;
    padding: 40px 40px;
}

#about .title {
    padding-bottom: 10px;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: #A26500;
}

#two-column {
    padding-top: 30px;
}

#two-column h2 {
    padding-bottom: 20px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 30px;
    color: #A26500;
}

#two-column #column1 {
    float: left;
    width: 390px;
}

#two-column #column2 {
    float: right;
    width: 390px;
}

.list-style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-style1 li {
    padding: 5px 0px;
    border-top: 1px solid #EEEEEE;
}

.list-style1 a:hover {
    text-decoration: underline;
}

.list-style1 .first {
    border-top: none;
}

input[type=text], select {
    display: inline-block;
    size: 30px;
    padding-left: 40px;
    background-color: #e8eeef;
    background-image: url('images/editicon.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    color: black;
    border-radius: 5px;
    font-size: 15px;
}

input[type=text]:focus {
  background-color: lightblue;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
}

.newbtn {
    text-decoration: none;
    background-color: #0000FF;
    padding: 10px 10px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    margin: 4px 2px;
    transition: 0.4s;
     }

.newbtn:hover {
    background-color: #00FF41;
    color: white;
}

.i_btn {
    text-decoration: none;
    background-color: #0000FF;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    margin: 4px 2px;
    transition: 0.4s;
}

.i_btn:hover {
    background-color: #D4AF37;
    color: white;
}

.del_btn {
    text-decoration: none;
    background-color: #0000FF;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 12px;
    margin: 4px 2px;
    transition: 0.4s
}

.del_btn:hover {
    background-color: #FF0000;
    color: white;
}


/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background: url('./images/bg2.jpg');
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 5px solid white;
    border-radius: 20px;
    width: 55%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Modal Animation */
@-webkit-keyframes animatetop {
    from {top:-500px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-500px; opacity:0}
    to {top:0; opacity:1}
}


/* The Modal Close Button */
.mclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mclose:hover, .mclose:focus {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    text-align: center;
    padding: 5px 16px;
    font-size: 28px;
    background: url(images/flare.jpg);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
}

.modal-body {
    padding: 25px;
    font-size: 16px;
    padding: 2px 16px;
    background-color: black;
    color: white;
}

.modal-footer {
    height: auto;
    padding: 10px 16px;
    background: url(images/flare.jpg);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
}


/* Mobile */
@media (max-width: 320px) {
}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
