@charset "UTF-8";

.bg-mine{
	color: #fff;
	background-color: #262262 !important;
	font-size: 25px;
	font-color: #fff !important;
}
@font-face {
  font-family: "myFirstFont";
  src: url("font-atlantic_cruise/Atlantic_Cruise-Demo.ttf");
}
.btn{
	border: none;
	background-color: #0F00FD !important;
	font-size: 20px;
	font-family: "myFirstFont";
	font: #fff !important;
}
.btn-link{
	padding-right: 5px;
	padding-left: 5px;
}
.h1 {
	color: #262262; font-size: 25px;font-family: "myFirstFont"; width: "auto";
}
.h2 {
	color: #FFFFFF; font-size: 35px;font-family: "myFirstFont"; width: "auto";
}
.p {width: "auto"; 
}

.pre {
	font-color: #262262;
font-size: 25px;	
font-family: "myFirstFont";
padding-left: 40px;
	padding-right: 20px;
background: #fff;
}
.sitemap {
	font-color: #262262;
font-size: 25px;	
font-family: "myFirstFont";
padding-left: 40px;
	padding-right: 20px;
background: #fff;
}
.resume {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    background-color: #262262;
    color: #FFFFFF;
	font-family: "myFirstFont";
    font-size: 25px;	
}
.nav-link {
	color: #FFFFFF;
	font-family: "myFirstFont";
    font-size: 25px;	
}
.container {     
font-color: #fff;
font-size: 25px;	
font-family: "myFirstFont";
padding: 10px 40px;     
background: #262262;    
width: 1500px;    
border-radius: 25px;
}
.c-wrapper{
    width: 80%; /* for example */
    margin: auto;
}
.carousel-inner {       
   display:block;
   height: auto; 
   max-width: 100%;
}
 .gallery{     
font-color: #262262;
font-size: 20px;	
font-family: "myFirstFont";

padding-left: 200px;
	padding-right: 200px;
background: #fff;
}
.copyright {
	color: #FFFFFF;
	font-family: "myFirstFont";
    font-size: 15px;	
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
.page {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer {
    list-style-type: none;
    margin-top: 1px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
    background-color: #262262;
    display: inline-block;
    display: block;
    color: #FFFFFF;
	font-family: "myFirstFont";
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
	text-decoration: none;}
.body {
  font-family: "myFirstFont";
  padding: 20px;
  background: #f1f1f1;
}
.col {
		background-color: #262262;
  margin-top: 10px;
	margin-left: 50px;
	width: 1300px;
	height: 250px;
	padding-right: 40px ;
	padding-left: 40px;
background: #262262;
border-radius: 25px;

	color: #FFFFFF;
	font-family: "myFirstFont";
}
/* Header/Blog Title */
.header {
  padding: 30px;
	font-family: "myFirstFont";
  font-size: 40px;
  text-align: center;
  color: #FFFFFF
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn { 
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}
.jumbotron {
	background-color: #262262;
  padding: 10px;
  margin-top: 10px;
	width: auto;
	color: #FFFFFF;
	font-family: "myFirstFont";
	
}
/* Add a card effect for articles */
.card {
  background-color: #0F00FD;
  padding: 10px;
  margin-top: 10px;
	width: 100%;
	float: auto;
	text-align: left;
	color: #FFFFFF;
	font-family: "myFirstFont";
	
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn { 
    width: 100%;
    padding: 0;
  }
}