/*
Project name: SuperSimplePage
Source: https://github.com/danielsodkiewicz/SuperSimplePage

Author: Daniel Sodkiewicz
Contact: daniel.sodkiewicz@gmail.com
Website: danielsodkiewicz.com

*/
* { margin: 0; padding: 0; border: 0; outline: 0; }

body {
	color: #fff;
	font-family: 'Source Sans Pro', 'Helvetica', Arial, sans-serif;
	width: 100%;
	background: #232c31;
	overflow-x: hidden;
}

.bg {
	background-image: url('img/baganpay.jpg');
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header {
	margin: 0 auto;
	padding: 110px 10px 0 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.header h1 {
	color: #fff;
	font: 3em 'Pacifico', cursive;
	cursor: default;
}

.desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin: 15px auto;
	max-width: 600px;
}

.desc a {
	color: #fff;
}

.desc a:hover {
	text-decoration: none;
}

.buttons a {
	display: inline-block;
	border: 2px solid #fff;
	width: 125px;
	font-size: 14px;
	font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
	line-height: 21px;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: top;
	margin: 10px;
	-webkit-transition: all .3s ease-in;
}

.buttons {
	margin: 30px auto;
}

.buttons a.mylink {
	background: transparent;
	color: #fff;
}

.buttons a.mylink:hover {
	background: #fff;
	color: #86aa9c;
}

.buttons a.resume {
	color: #86aa9c;
	background: #fff;
}

.buttons a.resume:hover {
	color: #fff;
	background: transparent;
}

.corner-link {
	display: block;
	position: absolute;
	top: 3em;
	right: -6.5em;
	padding: 1em;
	width: 20em;
	text-align: center;
	background-color: #00465c;
	text-transform: uppercase;
	font-size: .7em;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hr {
	height: 1px;
	width: 100px;
	margin: 15px auto;
	background: #fff;
	position: relative;
	z-index: 10;
}

/* Make sure these styles are not being overridden */
.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 100;
}

/* Add specific desktop styles */
@media screen and (min-width: 768px) {
    .socials {
        display: flex !important; /* Force display on desktop */
        margin: 30px auto;
    }
}

/* Update social button styles */
.social-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #1877f2;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 101;
}

.social-button:hover {
    background-color: #166fe5;
}

.social-button i {
    margin-right: 10px;
    font-size: 1.2em;
    color: white !important;
}

/* Ensure visibility on all screen sizes */
@media screen and (min-width: 768px) {
    .socials {
        display: flex;
    }
}


.footer {
	font-weight: 300;
	text-align: center;
	margin:10px 0;
	z-index: 10;
	font-size:11px;
	position: absolute;
	bottom:0;
	width:100%;
}

.footer .link {
	display: inline-block;
	background: transparent;
	color: #fff;
	font: 1em 'Montserrat', 'Helvetica', Arial, sans-serif;
	
	vertical-align: text-top;
	text-decoration: none;
}

@media (max-device-width: 680px){
	
	BODY {
	 background-image: url('img/baganpay.jpg');
	 background-position:top center;
	 background-repeat: no-repeat;
	 background-attachment:fixed;
	 background-size: auto 100%;

  }
  
  .bg {
    display: none;
  }
  
  .footer {
	  position:relative;
  }
}
.sale-button-container {
    margin: 20px 0;
    text-align: center;
}

.sale-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.3s ease;
}

.sale-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
.domain-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
}

.sale-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1em;
}