body {
    font-family: 'Montserrat', sans-serif;
}
.admin {
    font-size: 14px;
}
p {
    margin-bottom: 5px;
}
.top {
    background: #333333;
    border-bottom: 1px solid #4e4e4e;
    color: #999;
    padding-top: 10px;
    padding-bottom: 7px;
    min-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;

}
.header {
    background-color: #454545;
    min-height: 150px;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
}
.admin .header {
    max-height: 200px;
}
.header a {
    color: white;
}
.header .logo {
    font-size: 10px;
    font-weight: 800;
    color: white;
    /* line-height: 80px; */
    /* New Logo 
     margin-top: 5px;
    margin-bottom: 5px;
    font-size: 80px; */

}
.logo img {
    position: relative;
    width: 80%;
}
.logo i {
    position: relative;
    font-size: 70px;
    color: #81C3D7;
    padding: 0px;
    margin-right: 20px;
    top: -4px;
}
.contacts {
    font-size: 14px;
    color: #81C3D7;
    color: #9c9c9c;
    opacity: 0.8;
    padding-right: 22px;
}
.contacts i {
    font-size: 15px;
    margin-right: 10px;
    margin-left: 15px;
    position: relative;
    color: #9c9c9c;
}
.hamburger i {
    font-size: 42px;
    color: white;
    margin-top: 35px;
}
.navigation {
    position: fixed;
    background-color: #333333;
    z-index: 210;
    top: 0px;
    height: 100%;
    font-size: 15px;
    display: none;
    width: 350px;
    height: 100%;
    padding-top: 100px;

}
.navigation li {
    list-style: none;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: 25px;

}
.navigation li a {
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;

}
.navigation li a:hover {
    color: #e4e4e4;
    /* background-color:#f7c51e; */
    background-color: rgba(56, 56, 56, 1);
}
.secondary {
    position: relative;
    height: auto;
    display: none;
    left: 15px;
}
.secondary li {
    list-style: disc;
    padding-left: -10px;
}
.secondary li:first-of-type {
    margin-top: 10px;
}
.closer {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 20px;
}
a.home {
    color: white !important;
} 
.admin h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 25px;
}
/* homepage */

.homepage {
   
    background-position: center center;
        background-repeat:  no-repeat;
        background-attachment: fixed;
        background-size:  cover;
        background-color: #999;
    position: relative;
    min-height: 700px;
    z-index: 9;
}


.homepage .info {
    position: relative;
    top: 110px;
    margin-left: 10px;
    min-height: 350px;
    background: rgba(51, 51, 51, 0.9);
    padding: 30px;
    color: #999;
}
.homepage .info h2 {
    position: relative;
    color:#f7c51e;
    border-bottom: solid grey 1px;
    line-height: 50px;
}
.homepage .info h1 {
    font-size: 20px;
    font-weight: 800;
    color: white;
    margin-top: 30px;
}
.homepage p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.homepagestripe {
    background-color: rgb(235, 235, 235);
    position: relative;
    padding: 70px;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
}
.homepagestripe2 {
    background-color: rgb(235, 235, 235);
    position: relative;
    padding: 0px;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
}
.homepagecontent {
    min-height: 300px;
    font-size: 15px;
    padding: 15px;
    margin-top: 50px;
}
.homepagecontent p {
    margin-bottom: 10px;
    color:rgb(138, 138, 138)
}
.homepagecontent div.column {
    padding: 30px;
}
.homepagecontent div.news p {
    padding-left: 0px;
}
.homepagecontent div.news {
    padding: 30px;
}
.homepagecontent h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}
.homepagecontent h2 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.homepagecontent i {
    position: relative;
    float: left;
    font-size: 40px;
    margin-right: 20px;
    color:#81C3D7;
    top: 3px;
}
.featured div {
    border: white solid 1px;
    margin-bottom: 0px;
    padding: 0px;
}
.featured div img {
    width: 100%;
    height: 100%;
}

.interior {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
}
.interior h1{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.blue {
    font-weight: 800;
}
.newsimage {
    background-color: #eeeeee;
    border:rgba(170, 170, 170, 0.9) solid 1px;
    padding: 15px;
}
.admin .button {
    background-color: rgb(230, 230, 230);
}
.tag.is-Light {
    border: 1px solid grey;
}
/* Auth */
.login {
    background-color: #eeeeee;
    border-radius: 7px;
    padding: 15px;
    margin-top: 100px;
}
.login h1 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
.toolrow {
    display: none;
}
/* Helm */
.table {
    width: 100%;
    margin-top: 20px;
    /* font-size: 15px; */
}
thead tr {
    background-color: rgb(230, 230, 230);
}

select option:first-of-type {
    background-color: #d6d6d6;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#filters {
    margin-top: 30px;
    margin-bottom: 15px;
}
.about p {
    margin-bottom: 20px;
}
.about h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
    margin-top: 1px;
    
}
.about i {
    font-style: italic;
    font-size: 22px;
    color:rgb(148, 148, 148);
    margin: 0px;
    margin-bottom: 10px;
}
h3 {
    padding-bottom: 10px;
    border-bottom: 1px rgb(189, 189, 189) solid;
    margin-bottom: 20px;
    font-weight: 800;
    margin-top: 20px;
}
.about {
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 300px;
}
.about:nth-child(even) {
    background-color: #f8f7f7 !important;

}
.alert {
    background-color: #454545 !important;
    color: white !important;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 7px;
}
.alert i {
    color: #f7c51e;
}
.blackbg {
    background-color: #454545 !important;
    color: white !important;
    margin-top: 20px;
}
form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dataTables_info {
    margin-top: 15px;
    color:rgb(131, 131, 131);
}
.sentemail {
    width: 638px; 
    border: dotted 1px grey;
    margin: 10px;
    margin-bottom: 30px;
    padding: 20px;
}
.datepicker-nav-previous.button, .datepicker-nav-next.button {
    background-color: #00d1b2;
}

.addItems {
    margin-top: 24px;
}
.nice {
    margin-left: 15px;
    margin-right: 15px;
}

#filters input, #filters select, #filters select options {
    font-size: 15px;
}
/* Form Errors */
input.error, select.error, textarea.error {
	border: 1px solid rgb(113, 198, 255);
	background-color: #B1E7ED;
}

label.checkbox {
    padding-right: 20px;
}

label.error{
	font-weight: bold;
	color: #333
}
.label.error {
    display: none;
    height: 0px;
}
.submitform {
    margin-bottom: 15px;
}
.byAlpha {
    margin-bottom: 10px;
}

/* Footer */
.footer {
    margin-top: 100px;
    min-height: 250px;
    background-color: #454545;
    color:rgb(189, 189, 189);
    font-size: 14px;
    text-align: center;
}
#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
  }

.button.is-info {
    background-color: #92cadb;
}
a {
    color: #4c94aa;
}

.footer a {
        color:rgb(189, 189, 189);
}

.footer .logo {
    font-size: 80px;
    font-weight: 800;
    color: white;
    /* line-height: 80px; */
    margin-top: 5px;
}


.footer .logo i {
    font-size: 20px;
}

.footer  h3 {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: dotted 1px rgb(131, 131, 131);
    color: #4c94aa;
    font-size: 16px;
    font-weight: 500;
}
.footer li {
    padding-bottom: 5px;
}
.footer i {
    margin-right: 15px;
    line-height: 25px;;
}
.footer i:first-of-type {
    margin-top: 15px;
}
.admin .is-one-third:first-of-type {
    font-weight: bold;
}

.row {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.card .title {
    padding-bottom: 5px;
   border-bottom: 1px solid rgb(216, 216, 216);
}
.card .media:not(:last-child){
    margin-bottom: 5px;
}
.card .content {
    height: 160px;
    overflow: hidden;
}
.card .card-footer {
    text-align: center !important;
    padding: 20px;
    background-color:rgb(248, 247, 247);
    
}
.card .card-footer > div {
    margin-right: auto;
    margin-left: auto;
}
.card a {
    color: rgb(88, 88, 88);
}
.interior ul {
    margin-top: 10px;
}
.interior li {
    margin-left: 40px;
    list-style-type: disc;
    line-height: 30px;
}
.interior p {
    margin-bottom: 20px;
}
.imagecontainer {
    padding: 15px;
    background-color: rgb(235, 235, 235);
    margin-right: 15px;
}
@media screen and (min-width: 768px) {
    .card .title {
        height: 75px;
        border-bottom: 1px solid rgb(216, 216, 216);
     }
    .dataTables_filter {
        position:absolute;
        right: 0px;
        top: 80px;
        width: 250px;
    }
 .top {
     text-align: left;
 }
 .header .logo {

    text-align: center;
    padding-right: 60px;
}
.logo img {
    top: -5px;
    /* New Logo 
    top: 10px; */
    width: 60%;
}
 .contacts {

        text-align: right;
 }
 .footer {
    text-align: left;
}
.featured {
    position: relative;
}
.featurelabel {
    position: absolute;
    width: 320px;
    height: 100px;
    background-color: rgba(51, 51, 51, 0.9) !important;
    margin-top: 5%;
    color: white;
    border: none !important;
    padding: 20px !important;
    display: none;
}
.featurelabel p:first-of-type {
    font-weight: 800;
}
}

