﻿.bg-company-colour {
    background-color: #067a7a;
}

img {
    width: 100%;
    object-fit: cover;
    height: 20em;
}

h1{
    color:white;
}


body {
    background-color: #000000 !important;

}


.jumbotron h1{
    text-align:center!important;
}

.jumbotron p{
    font-size:20px;
    color:white;
}
.img-thumbnail{

    padding: 5px!important;
}

.container1 {
    padding-left: 3em;
    padding-right: 3em;
  

}
 .container1 .img-thumbnail{
     background-color:#645e5e!important;

 }

 .container1 .img-thumbnail p{
     color:white!important;

 }




.modal-content{
    background-color:#645e5e!important;
}


.modal-body {
    background-color: #645e5e !important;
}

.close{
    font-size:30px!important;
    color:aliceblue!important;
}

.modal-title {
    color: white !important;

}


.modal-body .img-thumbnail {
    background-color: #645e5e !important;
}

.caption{
    color:white!important;

}
.modal-footer > *{
    color:white!important
}

a {
    text-decoration: none !important;
}