/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0

http://creativecommons.org/licenses/by/3.0/

100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

========================================================  */



/*=======================================
GENERAL STYLES
==================================================*/
body {
  font-family: 'Ruluko', sans-serif;
  font-size:16px;
}

.nav a {
  color:#ffffff !important;
}
.navbar-header a {
  color:#ffffff !important;
  padding-right:20px;
}

.text-center {
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ruluko', sans-serif;
}

h1 {
  line-height:120px;
  text-transform:uppercase;
  color: #DF0000;
}
h2 {
  font-size: 36px;
  line-height:100px;
  text-transform:uppercase;
  color: #217f75;
  margin-top:10px;
}
h3{
  font-size: 30px;
}
h4 {
  font-size: 24px;
  line-height:30px;
  padding-bottom:20px;
}
h5 {
  font-size: 18px;
  line-height:40px;
  text-align: justify;
  text-align-last: left;
}

p {
  font-weight:300;
  line-height:30px;
  padding-bottom:20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  text-align-last: left;
}

.space-pad {
  padding-bottom:50px;
}


.for-full-back {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";

  /* IE 5-7 */
  filter: alpha(opacity=99);

  /* Netscape */
  -moz-opacity: 0.99;

  /* Safari 1.x */
  -khtml-opacity: 0.99;

  /* Good browsers */
  opacity: 0.99;
}

section {
  padding-top:20px;
  padding-bottom:0px;
}

/*=======================================
COLOR CODES
==================================================*/
.color-white {
  background-color:#fff!important;
}
.color-dark {
  background-color:#696969!important;
}

.color-light {
  background-color:#B2BAC2!important;
}
.main-color-red {
  color: #217f75;
  /*color: #ADADAD;*/
}
/*=======================================
HEADER STYLES
==================================================*/
.head-main {
  font-size:60px !important;
  font-weight:900!important;
  color:#101010!important;
  padding:180px 20px 00px 20px;
  line-height:80px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.head-sub-main {
  font-size:40px !important;
  font-weight:600!important;
  color:#101010!important;
  padding:5px 20px 30px 20px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.head-last {

  padding:5px 20px 126px 20px;
}

/*=======================================
NAVIGATION STYLES
==================================================*/


nav {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index:99;
}
.fixed {
  position: fixed;
  top: 0;
  min-height: 50px;
  z-index: 99;
}

.navbar-inverse {
  /*background-color: #DF0000;
  border-color: #D30707;*/
  background-color: #252525;
  border-color: #252525;
}

/*=======================================
WORDS /ABOUT STYLES
==================================================*/

.about-div {
  width: 100%;
  min-height: 100px;
  background-color: rgba(209, 209, 209, 0.24);
  box-shadow: none;
  border: 0;
  padding: 50px 20px 30px 20px;
  margin-bottom:20px;
}

/*=======================================
Experience STYLES
==================================================*/


#experience {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  min-height:300px;
}
.for-experience {

  color:#fff;
  padding:40px 20px 40px 20px;
  font-size:25px;
}

.about-div {
  width: 100%;
  min-height: 100px;
  background-color: rgba(209, 209, 209, 0.24);
  box-shadow: none;
  border: 0;
  padding: 50px 20px 30px 20px;
  margin-bottom:20px;
}

/*=======================================
HOBBIES STYLES
==================================================*/

#hobbies {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  min-height:300px;
}
.for-hobbies {

  color:#fff;
  padding:40px 20px 40px 20px;
  font-size:25px;
}

.plan {
  background: #eef1f3;
  padding: 0 0 15px 0;
  margin: 30px 0px;
  list-style: none;
  text-align: center;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.plan:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.plan li {
  padding: 15px 0px;
  color: #434749;
  border-top: 1px dashed #000;
}

.plan li.plan-head {
  padding: 15px 0px;
  background-color: #585858;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  border: none;
}

.plan li.main-price {
  padding: 25px 0px;
  background-color: #BEBEBE;
  color: #696969;
  border: none;
  font-weight: 100;
  font-size: 18px;
}

/*=======================================
CONTACT STYLES
==================================================*/

#cv {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  min-height:300px;
}
.for-contacts {
  color:#fff;
  padding:40px 20px 40px 20px;
  font-size:25px;
}

#social-icon a {
  color:#616161!important;
  margin-right:10px;
}
.contact-cls {
  font-size:20px;
  line-height:40px;
}

/*=======================================
FOOTER STYLES
==================================================*/

#footer {
  background-color:#252525;
  color:#fff;
  padding:20px 50px 20px 50px;
  text-align:right;
}
