.carousel-inner img {
      width: 100%;
      height: 100%;
  }
	 
body {
	background-color:#000000;
}

.nav-tabs .nav-item .nav-link {
	background-color: #6A036A;
	color: white;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}

.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

.fa {
    padding: 20px;
    font-size: 40px;
    width: 65px;
    text-align: center;
    text-decoration: none;
	margin: 5px 2px;
    border-radius:50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;  
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.div1 {
    width:600px;
    border:7px solid rgb(255,255,255);
    border-style:none;
    border-width:7px;
    border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:#6A036A;
}

.paragraph {
    font-family: 'Sorts Mill Goudy', serif;
    color:rgb(255,255,255);
    font-size:25px;
    text-align:center;
}

.paragraph2 {
	color:#D41BD4;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:20px;
	text-align:center;
}

.h2 {
	color:rgb(255,255,255);
    font-size:50px;
    text-align:center;
    padding:8px;	
}

.footer {
    display:block;
    position:static;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    color:white;
    text-align:center;
    font-size:15px;
}

.nav-tabs .nav-item .nav-link {
	background-color: #6A036A;
	color: white;
}
