/*////////////////////////////////////////////////////////////////////////////////////////////////////

    Themes Bootstrap - header Portfolio Template v1.0.0 (https://themesbootstrap.com.mx/templates/header-portfolio-template.html)
    Copyright 2019 Themes Bootstrap
    Licensed under MIT (https://github.com/diegovr7/header-portfolio/blob/master/LICENSE)

////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);


html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    font-family: 'cwTeXYen', sans-serif;
    font-weight: 300 !important;
}

.float{
	position:fixed;
	width:100px;
	height:100px;
	bottom:100px;
	right:60px;
	/* background-color:#0C9; */
	/* color:#FFF; */
	/* border-radius:50px; */
	text-align:center;
	/* box-shadow: 2px 2px 3px #999; */
}

.my-float{
	margin-top:22px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h2{ 
    color: 	#4ed01a;
}

h3{
    color: 	#dfec11;
}

h4{
    color: #31d8bb;
}
a {
    color: #ff00aa;
    font-size: 2rem;
}

a:hover {
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
}

.primary-btn {
    font-family: 'cwTeXYen', sans-serif;
    background-color: #00ffff;
    color: #000000 !important;
    padding: 15px 40px;
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
}

.primary-btn:hover {
    background-color: #ffffff;
    color: #000000;
    opacity: .9;
}

section {
    padding: 100px 0;
}

button {
    background-color: transparent;
    border: 0px;
}

.template-button { 
    position: fixed;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #2d8eff;
    color: #ffffff;
    z-index: 9999;
    bottom: 15px;
    left: 15px;
    display: inline-block;
}

.navbar {
    background-color: #000000;
}


.nav-link {
    font-family: 'cwTeXYen', sans-serif;
    font-weight: 500;
    font-size: larger;
    color: #00ffff;
}

.navbar-toggler {
    font-size: 2.2rem;
    color: #ffffff;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header-logo {
    width: 180px;
    height: auto;     
}

.hawke {
    position: relative;
    margin-top: -30px;
    left: 10%;
    width: 85%;
    height: auto;
    z-index: -9999;
}

.heading-content {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'cwTeXYen', sans-serif;
    color: #00ffff;
    font-size: 20px;
}

.heading-content h1 {    
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    color: #00ffff;     
}


.heading-content h2 {
    line-height: 1.8;
    letter-spacing: .02em;
}

.heading-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}

.heading-content ul {
    font-size: 20px;
}

.margintop-sm {
    margin-top: 30px;
}

.margintop-lg {
    margin-top: 60px;
}

.col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

/*/////////////////////////////////////////
Hero
////////////////////////////////////////*/


.hero-container {
    position: relative;
    transition: all .2s ease-in-out;
}

.hero-container:hover {
    transform: scale(1.03);
}

.hero-details {
    position: absolute;
    color: #ffffff;
    top: 30px;
    left: 30px;
    max-width: 600px;
}

.hero-details h3 {
    font-family: 'cwTeXYen', sans-serif;
    font-size: 36px;
}

.hero-details p {
    font-size: 20px;
}

.hero-button {
    background-color: #ffffff;
    position: absolute;
    padding: 15px 30px;
    bottom: 30px;
    left: 30px;
}

.mobile-only {
    display: none;
}

/*/////////////////////////////////////////
Portfolio
////////////////////////////////////////*/

.portfolio-container {
    position: relative;
    margin: 10px 0;
    transition: all .2s ease-in-out;
}

.portfolio-container:hover {
    transform: scale(1.03);
}

.portfolio-details {
    position: absolute;
    color: #ffffff;
    top: 20px;
    left: 20px;
}

.portfolio-details h3 {
    font-family: 'cwTeXYen', sans-serif;
    margin-top: 5px;
}

.portfolio-button {
    background-color: #ffffff;
    position: absolute;
    padding: 15px 30px;
    bottom: 20px;
    left: 20px;
}

.portfolio-link {
    color: #000000;
}

.portfolio-link:hover {
    color: #000000;
    opacity: .8;
}

.portfolio-link i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

/*/////////////////////////////////////////
Blog
////////////////////////////////////////*/

.blog-post {
    position: relative;
    padding: 40px;
    margin: 10px 0;
    border: 1px solid rgba(255,255,255,0.5);
    color: #ffffff;
}

.blog-post:hover {
    border: 2px solid #ffffff;
    transition: all .2s ease-in-out;
}

.blog-post h4 {
    font-family: 'Merriweather', serif;
    line-height: 1.6;
    margin-bottom: 40px;
}

.blog-post p {
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    margin-bottom: 40px;
}

.blog-post i {
    font-size: 20px;
    margin-left: 10px;
}

.blog-link {
    position: absolute;
    bottom: 30px;
}

.label-tag {
    background-color: #ffffff;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 25px;
}

.label-tag span {
    color: #000000;
    font-size: 12px;
    letter-spacing: .1em;
}

.label-tag a {
    color: #ffffff;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

/*/////////////////////////////////////////
Footer
////////////////////////////////////////*/

#footer {
    color: #00ffff;
    font-family: 'Merriweather', serif;
    text-align: center;
    padding: 90px 0 30px 0;
}

#footer h6 {
    font-size: 24px;
}

#footer small {
    color: rgba(255,255,255,0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: .25em;
    margin-top: 30px;
    display: inline-block;
}

#footer i {
    font-size: 26px;
    color: #00ffff;
}

.list-inline-item {
    margin: 0 15px !important;
}

/*/////////////////////////////////////////
Media queries
////////////////////////////////////////*/

@media (max-width: 575.98px) { 
    .float {
        width: 0px;
        display: none;
    }
    
    .heading-content {
        max-width: initial;        
        width: 100%;
    }

    .hawke{
        margin-top: 0;
        width: 120%;
        margin-left: -10%;
    }
    .heading-content h1 {
        font-size: 38px ;
    }
    section {
        padding: 70px 10px;
    }
    #hero h1 {
        font-size: 30px;
    }
    .hidden-mobile {
        display: none;
    }
    .mobile-only h3 {
        font-size: 22px;
        margin-top: 5px;
    }
    .mobile-only p {
        font-size: 20px;
        color: rgba(255,255,255,0.5);
    }
    .heading-content h2 {
        font-size: 22px;
    }
    .list-inline-item {
        margin: 0 15px !important;
    }
    .mobile-only {
        display: inline-block;
        color: #ffffff;
    }
}

@media (max-width: 768px) { 
    .portfolio-details h3 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }