/* ------------------------------------------------------------------------------
 	Author: WebThemez
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');


/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}

h1 {
    font-size: 65px;
    color: #2d3033;
}

h2 {
    font-size: 40px;
    color: #2d3033;
}

h3 {
    font-size: 40px;
    color: #2d3033;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    color: #e8206b;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

.fix-hed {
    position: fixed !important;
    background: #232323 !important;
}

#detailsPage {
    padding-top: 140px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
    color: #df2068;
}

    a:hover, a:focus {
        text-decoration: none;
        -moz-transition: background-color, color, 0.3s;
        -o-transition: background-color, color, 0.3s;
        -webkit-transition: background-color, color, 0.3s;
        transition: background-color, color, 0.3s;
    }

    a.morebtn {
        border: 1px solid #df2068;
        padding: 6px 18px;
        margin-top: 15px;
        display: inline-block;
    }

        a.morebtn:hover {
            color: #fff;
            background: #e8206b;
        }

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #6c7279;
}

ul, ol {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

.section {
    padding: 60px 0;
    margin-bottom: 50px;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.space {
    margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #18080B;
    /* border-top: 8px #363942 solid; */
    /* border-bottom: 8px #363942 solid; */
}

    #header .header-content {
        margin: 0 auto;
        max-width: 1170px;
        padding: 0;
        width: 100%;
        -moz-transition: padding 0.3s;
        -o-transition: padding 0.3s;
        -webkit-transition: padding 0.3s;
        transition: padding 0.3s;
        text-align: center;
    }

    #header .logo {
        font-size: 55px;
        color: #141414;
        text-decoration: none;
        letter-spacing: 2px;
        /* margin-top: -10px; */
        font-family: 'Great Vibes', cursive;
        font-weight: 700;
        text-transform: lowercase;
        line-height: 45px;
        position: relative;
        top: 2px;
    }

    #header.fixed {
        background-color: #18080B;
    }

        #header.fixed a {
            text-align: center;
            /* color: #fff; */
        }

        #header.fixed .header-content {
            border-bottom: 0;
            padding: 0;
        }

        #header.fixed .nav-toggle {
            top: 14px;
            color: #db4766;
        }
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header {
    text-align: center;
    padding-bottom: 30px;
}

    .section-header h2 {
        font-size: 48px;
    }

    .section-header p {
    }



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
